Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 10.3.x for interface
- Search 11.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| BatchStorageInterface | interface | core/ |
Defines a common interface for batch storage operations. |
| BatchStorageInterface.php | file | core/ |
|
| BatchStorageInterface::cleanup | function | core/ |
Cleans up failed or old batches. |
| BatchStorageInterface::create | function | core/ |
Creates and saves a batch. |
| BatchStorageInterface::delete | function | core/ |
Deletes a batch. |
| BatchStorageInterface::load | function | core/ |
Loads a batch. |
| BatchStorageInterface::update | function | core/ |
Updates a batch. |
| BinaryInterface | interface | core/ |
Interface for binary data. |
| BinaryInterface.php | file | core/ |
|
| BlockContentInterface | interface | core/ |
Provides an interface defining a custom block entity. |
| BlockContentInterface.php | file | core/ |
|
| BlockContentInterface::getInstances | function | core/ |
Gets the configured instances of this custom block. |
| BlockContentInterface::getRevisionLog | function | core/ |
Returns the block revision log message. |
| BlockContentInterface::getTheme | function | core/ |
Gets the theme value. |
| BlockContentInterface::isReusable | function | core/ |
Determines if the block is reusable or not. |
| BlockContentInterface::setInfo | function | core/ |
Sets the block description. |
| BlockContentInterface::setNonReusable | function | core/ |
Sets the block to be non-reusable. |
| BlockContentInterface::setReusable | function | core/ |
Sets the block to be reusable. |
| BlockContentInterface::setRevisionLog | function | core/ |
Sets the block revision log message. |
| BlockContentInterface::setTheme | function | core/ |
Sets the theme value. |
| BlockContentTypeInterface | interface | core/ |
Provides an interface defining a custom block type entity. |
| BlockContentTypeInterface.php | file | core/ |
|
| BlockContentTypeInterface::getDescription | function | core/ |
Returns the description of the block type. |
| BlockEntitySettingTrayForm::buildVisibilityInterface | function | core/ |
Helper function for building the visibility UI form. |
| BlockForm::buildVisibilityInterface | function | core/ |
Helper function for building the visibility UI form. |
| BlockInterface | interface | core/ |
Provides an interface defining a block entity. |
| BlockInterface.php | file | core/ |
|
| BlockInterface::BLOCK_LABEL_VISIBLE | constant | core/ |
Indicates the block label (title) should be displayed to end users. |
| BlockInterface::BLOCK_REGION_NONE | constant | core/ |
Denotes that a block is not enabled in any region and should not be shown. |
| BlockInterface::createDuplicateBlock | function | core/ |
Creates a duplicate of the block entity. |
| BlockInterface::getPlugin | function | core/ |
Returns the plugin instance. |
| BlockInterface::getPluginId | function | core/ |
Returns the plugin ID. |
| BlockInterface::getRegion | function | core/ |
Returns the region this block is placed in. |
| BlockInterface::getTheme | function | core/ |
Returns the theme ID. |
| BlockInterface::getVisibility | function | core/ |
Returns an array of visibility condition configurations. |
| BlockInterface::getVisibilityCondition | function | core/ |
Gets a visibility condition plugin instance. |
| BlockInterface::getVisibilityConditions | function | core/ |
Gets conditions for this block. |
| BlockInterface::getWeight | function | core/ |
Returns the weight of this block (used for sorting). |
| BlockInterface::setRegion | function | core/ |
Sets the region this block is placed in. |
| BlockInterface::setVisibilityConfig | function | core/ |
Sets the visibility condition configuration. |
| BlockInterface::setWeight | function | core/ |
Sets the block weight. |
| BlockInterfaceTest | class | core/ |
Tests that the block plugin can work properly without a supporting entity. |
| BlockInterfaceTest.php | file | core/ |
|
| BlockInterfaceTest::$modules | property | core/ |
Modules to enable. |
| BlockInterfaceTest::testBlockInterface | function | core/ |
Test configuration and subsequent form() and build() method calls. |
| BlockManagerInterface | interface | core/ |
Provides an interface for the discovery and instantiation of block plugins. |
| BlockManagerInterface.php | file | core/ |
|
| 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. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.