Skip to content
Snippets Groups Projects
Commit 7f3e9481 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #1295460 by TR, pillarsdotnet: Fixed Add missing '$' character to...

Issue #1295460 by TR, pillarsdotnet: Fixed Add missing '$' character to docblock for taxonomy_get_term_by_name() function.
parent b77dfc8c
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -817,7 +817,7 @@ function taxonomy_terms_static_reset() {
/**
* Clear all static cache variables for vocabularies.
*
*
* @param $ids
* An array of ids to reset in entity controller cache.
*/
......@@ -848,7 +848,7 @@ function taxonomy_vocabulary_get_names() {
if (!isset($names)) {
$names = db_query('SELECT name, machine_name, vid FROM {taxonomy_vocabulary}')->fetchAllAssoc('machine_name');
}
return $names;
}
......@@ -1061,7 +1061,7 @@ function taxonomy_get_tree($vid, $parent = 0, $max_depth = NULL, $load_entities
* Provides a case-insensitive and trimmed mapping, to maximize the
* likelihood of a successful match.
*
* @param name
* @param $name
* Name of the term to search for.
*
* @return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment