public function BlockFieldManagerInterface::getBlockCategories in Block field 8
Get list of all block categories.
Return value
string[] A numerically indexed array of block categories.
1 method overrides BlockFieldManagerInterface::getBlockCategories()
- BlockFieldManager::getBlockCategories in src/
BlockFieldManager.php - Get list of all block categories.
File
- src/
BlockFieldManagerInterface.php, line 24
Class
- BlockFieldManagerInterface
- Provides an interface defining a BLock field manager.
Namespace
Drupal\block_fieldCode
public function getBlockCategories();