Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal-3101671
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-3101671
Commits
aea158c2
Verified
Commit
aea158c2
authored
1 year ago
by
Lee Rowlands
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3413914
by shalini_jha, quietone, smustgrave: Remove 'pattern' description from hook_theme
parent
442f147b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/lib/Drupal/Core/Render/theme.api.php
+3
-2
3 additions, 2 deletions
core/lib/Drupal/Core/Render/theme.api.php
with
3 additions
and
2 deletions
core/lib/Drupal/Core/Render/theme.api.php
+
3
−
2
View file @
aea158c2
...
...
@@ -1221,8 +1221,9 @@ function hook_page_bottom(array &$page_bottom) {
* suggestion, then this suggestion's template will be used to generate the
* rendered output.
* - pattern: A regular expression pattern to be used to allow this theme
* implementation to have a dynamic name. The convention is to use __ to
* differentiate the dynamic portion of the theme.
* implementation to have a dynamic name. The default is to use __ to
* differentiate the dynamic portion of the theme. Implementations
* can specify a different pattern if required.
* - preprocess functions: A list of functions used to preprocess this data.
* Ordinarily this won't be used; it's automatically filled in. By default,
* for a module this will be filled in as template_preprocess_HOOK. For
...
...
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