Search for block
- Search 7.x for block
- Search 9.5.x for block
- Search 8.9.x for block
- Search 10.3.x for block
- Other projects
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Block | class | core/ |
The plugin that handles a block. |
| Block | class | core/ |
Defines a Block configuration entity class. |
| Block | class | core/ |
Drupal 6/7 block source from database. |
| Block | class | core/ |
The Block attribute. |
| Block | class | core/ |
Defines a Block annotation object. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| BlockPluginId::$blockContentStorage | property | core/ |
The block_content entity storage handler. |
| BlockPluginId::$migrateLookup | property | core/ |
The migrate lookup service. |
| BlockPluginId::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| BlockPluginId::transform | function | core/ |
Set the block plugin id. |
| BlockPluginId::__construct | function | core/ |
Constructs a BlockPluginId object. |
| BlockPluginInterface | interface | core/ |
Defines the required interface for all block plugins. |
| BlockPluginInterface.php | file | core/ |
|
| BlockPluginInterface::access | function | core/ |
Indicates whether the block should be shown. |
| BlockPluginInterface::blockForm | function | core/ |
Returns the configuration form elements specific to this block plugin. |
| BlockPluginInterface::blockSubmit | function | core/ |
Adds block type-specific submission handling for the block form. |
| BlockPluginInterface::blockValidate | function | core/ |
Adds block type-specific validation for the block form. |
| BlockPluginInterface::BLOCK_LABEL_VISIBLE | constant | core/ |
Indicates the block label (title) should be displayed to end users. |
| BlockPluginInterface::build | function | core/ |
Builds and returns the renderable array for this block plugin. |
| BlockPluginInterface::createPlaceholder | function | core/ |
Whether to render blocks in a placeholder. |
| BlockPluginInterface::getMachineNameSuggestion | function | core/ |
Suggests a machine name to identify an instance of this block. |
| BlockPluginInterface::label | function | core/ |
Returns the user-facing block label. |
| BlockPluginInterface::setConfigurationValue | function | core/ |
Sets a particular value in the block settings. |
| BlockPluginTrait | trait | core/ |
Provides the base implementation of a block plugin. |
| BlockPluginTrait.php | file | core/ |
|
| BlockPluginTrait::$inPreview | property | core/ |
Whether the plugin is being rendered in preview mode. |
| BlockPluginTrait::$transliteration | property | core/ |
The transliteration service. |
| BlockPluginTrait::access | function | core/ |
|
| BlockPluginTrait::baseConfigurationDefaults | function | core/ |
Returns generic default configuration for block plugins. |
| BlockPluginTrait::blockAccess | function | core/ |
Indicates whether the block should be shown. |
| BlockPluginTrait::blockForm | function | core/ |
|
| BlockPluginTrait::blockSubmit | function | core/ |
|
| BlockPluginTrait::blockValidate | function | core/ |
|
| 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::calculateDependencies | function | core/ |
|
| BlockPluginTrait::createPlaceholder | function | core/ |
|
| BlockPluginTrait::defaultConfiguration | function | core/ |
|
| BlockPluginTrait::getConfiguration | function | core/ |
|
| BlockPluginTrait::getMachineNameSuggestion | function | core/ |
|
| BlockPluginTrait::getPreviewFallbackString | function | core/ |
|
| BlockPluginTrait::label | function | core/ |
|
| BlockPluginTrait::setConfiguration | function | core/ |
|
| BlockPluginTrait::setConfigurationValue | function | core/ |
|
| BlockPluginTrait::setInPreview | 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. |
| BlockPluginTrait::validateConfigurationForm | function | core/ |
Most block plugins should not override this method. To add validation for a specific block type, override BlockBase::blockValidate(). |
| BlockPluginTrait::__construct | function | core/ |
|
| blockquote.admin.css | file | core/ |
.ckeditor5-toolbar-button-blockQuote { background-image: url(../icons/blockquote.svg); } |
| BlockRebuildTest | class | core/ |
Tests block_rebuild(). |
| BlockRebuildTest.php | file | core/ |
|
| BlockRebuildTest::$configSchemaCheckerExclusions | property | core/ |
An array of config object names that are excluded from schema checking. |
| BlockRebuildTest::$modules | property | core/ |
Modules to install. |
| BlockRebuildTest::setUp | function | core/ |
|
| BlockRebuildTest::testRebuildInvalidBlocks | function | core/ |
Tests rebuild invalid blocks. |
Pagination
- Previous page
- Page 28
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.