Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal-3421017
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-3421017
Commits
b4c77c09
Commit
b4c77c09
authored
13 years ago
by
Jennifer Hodgdon
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#1504226
by kim.pepper: Add detail to return value docs of taxonomy_vocabulary_get_names
parent
4a56c0f2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/modules/taxonomy/taxonomy.module
+5
-1
5 additions, 1 deletion
core/modules/taxonomy/taxonomy.module
with
5 additions
and
1 deletion
core/modules/taxonomy/taxonomy.module
+
5
−
1
View file @
b4c77c09
...
...
@@ -682,7 +682,11 @@ function taxonomy_vocabulary_static_reset(array $ids = NULL) {
* Get names for all taxonomy vocabularies.
*
* @return
* An array of vocabulary ids, names, machine names, keyed by machine name.
* An associative array of objects keyed by vocabulary machine name with
* information about taxonomy vocabularies. Each object has properties:
* - name: The vocabulary name.
* - machine_name: The machine name.
* - vid: The vocabulary ID.
*/
function
taxonomy_vocabulary_get_names
()
{
$names
=
&
drupal_static
(
__FUNCTION__
);
...
...
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