public function CategorizingPluginManagerInterface::getCategories in Drupal 9
Same name and namespace in other branches
- 8 core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php \Drupal\Component\Plugin\CategorizingPluginManagerInterface::getCategories()
Gets the names of all categories.
Return value
string[] An array of translated categories, sorted alphabetically.
1 method overrides CategorizingPluginManagerInterface::getCategories()
- LayoutPluginManager::getCategories in core/
lib/ Drupal/ Core/ Layout/ LayoutPluginManager.php - Gets the names of all categories.
File
- core/
lib/ Drupal/ Component/ Plugin/ CategorizingPluginManagerInterface.php, line 16
Class
- CategorizingPluginManagerInterface
- Defines an interface for plugin managers that categorize plugin definitions.
Namespace
Drupal\Component\PluginCode
public function getCategories();