Search for on
Title | Object type | File name | Summary |
---|---|---|---|
BlockLibraryController | class | core/ |
Provides a list of block plugins to be added to the layout. |
BlockLibraryController.php | file | core/ |
|
BlockLibraryController::$blockManager | property | core/ |
The block manager. |
BlockLibraryController::$contextRepository | property | core/ |
The context repository. |
BlockLibraryController::$localActionManager | property | core/ |
The local action manager. |
BlockLibraryController::$routeMatch | property | core/ |
The route match. |
BlockLibraryController::buildLocalActions | function | core/ |
Builds the local actions for this listing. |
BlockLibraryController::listBlocks | function | core/ |
Shows a list of blocks that can be added to a theme's layout. |
BlockLibraryController::__construct | function | core/ |
Constructs a BlockLibraryController object. |
BlockListBuilder::getDefaultOperations | function | core/ |
Gets this list's default operations. |
BlockListBuilder::systemRegionList | function | core/ |
Wraps system_region_list(). |
BlockListBuilder::__construct | function | core/ |
Constructs a new BlockListBuilder object. |
BlockListController | class | core/ |
Defines a controller to list blocks. |
BlockListController.php | file | core/ |
|
BlockListController::$themeHandler | property | core/ |
The theme handler. |
BlockListController::listing | function | core/ |
Shows the block administration page. |
BlockListController::__construct | function | core/ |
Constructs the BlockListController. |
BlockManager::getSortedDefinitions | function | core/ |
Gets sorted plugin definitions. |
BlockManager::processDefinition | function | core/ |
Performs extra processing on plugin definitions. |
BlockManager::__construct | function | core/ |
Constructs a new \Drupal\Core\Block\BlockManager object. |
BlockManagerTest::testDefinitions | function | core/ |
@covers ::getDefinitions[[api-linebreak]] |
BlockManagerTest::testGroupedDefinitions | function | core/ |
@covers ::getGroupedDefinitions[[api-linebreak]] |
BlockManagerTest::testSortedDefinitions | function | core/ |
@covers ::getSortedDefinitions[[api-linebreak]] |
BlockPageDisplayVariantSubscriber::onSelectPageDisplayVariant | function | core/ |
Selects the block page display variant. |
BlockPageVariant::$mainContent | property | core/ |
The render array representing the main page content. |
BlockPageVariant::setMainContent | function | core/ |
Sets the main content for the page being rendered. |
BlockPageVariant::__construct | function | core/ |
Constructs a new BlockPageVariant. |
BlockPageVariantTest::$contextHandler | property | core/ |
The plugin context handler. |
BlockPageVariantTest::testBuildWithoutMainContent | function | core/ |
Tests the building of a full page variant with no main content set. |
BlockPluginCollection | class | core/ |
Provides a collection of block plugins. |
BlockPluginCollection.php | file | core/ |
|
BlockPluginCollection::$blockId | property | core/ |
The block ID this plugin collection belongs to. |
BlockPluginCollection::get | function | core/ |
|
BlockPluginCollection::initializePlugin | function | core/ |
Initializes and stores a plugin. |
BlockPluginCollection::__construct | function | core/ |
Constructs a new BlockPluginCollection. |
BlockPluginId::$blockContentStorage | property | core/ |
The block_content entity storage handler. |
BlockPluginId::__construct | function | core/ |
Constructs a BlockPluginId object. |
BlockPluginInterface::getMachineNameSuggestion | function | core/ |
Suggests a machine name to identify an instance of this block. |
BlockPluginInterface::setConfigurationValue | function | core/ |
Sets a particular value in the block settings. |
BlockPluginTrait::$transliteration | property | core/ |
The transliteration service. |
BlockPluginTrait::baseConfigurationDefaults | function | core/ |
Returns generic default configuration for block plugins. |
BlockPluginTrait::buildConfigurationForm | function | core/ |
Creates a generic configuration form for all block types. Individual block plugins can add elements to this form by overriding BlockBase::blockForm(). Most block plugins should not override this method unless they need to alter the generic form elements. |
BlockPluginTrait::defaultConfiguration | function | core/ |
|
BlockPluginTrait::getConfiguration | function | core/ |
|
BlockPluginTrait::getMachineNameSuggestion | function | core/ |
|
BlockPluginTrait::setConfiguration | function | core/ |
|
BlockPluginTrait::setConfigurationValue | function | core/ |
|
BlockPluginTrait::setTransliteration | function | core/ |
Sets the transliteration service. |
BlockPluginTrait::submitConfigurationForm | function | core/ |
Most block plugins should not override this method. To add submission handling for a specific block type, override BlockBase::blockSubmit(). |
BlockPluginTrait::transliteration | function | core/ |
Wraps the transliteration service. |
Pagination
- Previous page
- Page 49
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.