public function BlockFieldManagerInterface::getBlockDefinitions in Block field 8
Get sorted listed of supported block definitions.
Return value
array An associative array of supported block definitions.
1 method overrides BlockFieldManagerInterface::getBlockDefinitions()
- BlockFieldManager::getBlockDefinitions in src/
BlockFieldManager.php  - Get sorted listed of supported block definitions.
 
File
- src/
BlockFieldManagerInterface.php, line 16  
Class
- BlockFieldManagerInterface
 - Provides an interface defining a BLock field manager.
 
Namespace
Drupal\block_fieldCode
public function getBlockDefinitions();