TermStorage::resetCache
  • References/PHP/Drupal/taxonomy/src/TermStorage

public TermStorage::resetCache(array $ids = NULL)

2025-01-10 15:47:30
TermStorage::$children
  • References/PHP/Drupal/taxonomy/src/TermStorage

Array of child terms keyed by parent term ID. Type:

2025-01-10 15:47:30
TermStorage::$treeTerms
  • References/PHP/Drupal/taxonomy/src/TermStorage

Array of terms in a tree keyed by vocabulary ID and term ID. Type:

2025-01-10 15:47:30
TermStorage::updateTermHierarchy
  • References/PHP/Drupal/taxonomy/src/TermStorage

public TermStorage::updateTermHierarchy(EntityInterface $term)

2025-01-10 15:47:30
TermStorage::create
  • References/PHP/Drupal/taxonomy/src/TermStorage

public TermStorage::create(array $values = array())

2025-01-10 15:47:30
TermStorage::nodeCount
  • References/PHP/Drupal/taxonomy/src/TermStorage

public TermStorage::nodeCount($vid) Count

2025-01-10 15:47:30
TermStorage
  • References/PHP/Drupal/taxonomy/src/TermStorage

Defines a Controller class for taxonomy terms. Hierarchy class \Drupal\Core\Entity\

2025-01-10 15:47:30
TermStorage::getNodeTerms
  • References/PHP/Drupal/taxonomy/src/TermStorage

public TermStorage::getNodeTerms(array $nids, array $vocabs = array()

2025-01-10 15:47:30
TermStorage::$treeChildren
  • References/PHP/Drupal/taxonomy/src/TermStorage

Array of term ancestors keyed by vocabulary ID and parent term ID. Type:

2025-01-10 15:47:30
TermStorage::$trees
  • References/PHP/Drupal/taxonomy/src/TermStorage

Array of loaded trees keyed by a cache id matching tree arguments. Type:

2025-01-10 15:47:30