Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal-3443205
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
drupal-3443205
Commits
23944a1e
Commit
23944a1e
authored
10 years ago
by
Jennifer Hodgdon
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#2316779
by er.pushpinderrana: Fix titles and links in theme/render topics
parent
9b7ead2e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
core/modules/system/core.api.php
+2
-1
2 additions, 1 deletion
core/modules/system/core.api.php
core/modules/system/theme.api.php
+5
-2
5 additions, 2 deletions
core/modules/system/theme.api.php
with
7 additions
and
3 deletions
core/modules/system/core.api.php
+
2
−
1
View file @
23944a1e
...
...
@@ -46,7 +46,8 @@
* - @link cache Caching @endlink
* - @link utility Utility classes and functions @endlink
* - @link user_api User accounts, permissions, and roles @endlink
* - @link theme_render Theme system and render API @endlink
* - @link theme_render Render API @endlink
* - @link themeable Theme system @endlink
* - @link migration Migration @endlink
*
* @section additional Additional topics
...
...
This diff is collapsed.
Click to expand it.
core/modules/system/theme.api.php
+
5
−
2
View file @
23944a1e
<?php
/**
* @defgroup themeable
Default theme implementations
* @defgroup themeable
Theme system overview
* @{
* Functions and templates for the user interface that themes can override.
*
...
...
@@ -148,12 +148,13 @@
*
* @see hooks
* @see callbacks
* @see theme_render
*
* @} End of "defgroup themeable".
*/
/**
* @defgroup theme_render
Theme system and
Render API
* @defgroup theme_render Render API
overview
* @{
* Overview of the Theme system and Render API.
*
...
...
@@ -222,6 +223,8 @@
*
* @todo Check these links. Some are for Drupal 7, and might need updates for
* Drupal 8.
* @see themeable
*
* @}
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment