function ComponentPluginManager::processDefinitionCategory
Overrides CategorizingPluginManagerTrait::processDefinitionCategory
1 call to ComponentPluginManager::processDefinitionCategory()
- ComponentPluginManager::processDefinition in core/
lib/ Drupal/ Core/ Theme/ ComponentPluginManager.php - Performs extra processing on plugin definitions.
File
-
core/
lib/ Drupal/ Core/ Theme/ ComponentPluginManager.php, line 250
Class
- ComponentPluginManager
- Defines a plugin manager to deal with components.
Namespace
Drupal\Core\ThemeCode
protected function processDefinitionCategory(&$definition) : void {
$definition['category'] = $definition['group'] ?? $this->t('Other');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.