Search for content
- Search 7.x for content
- Search 8.9.x for content
- Search 10.3.x for content
- Search 11.x for content
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
BlockContent::createDuplicate | function | core/ |
Creates a duplicate of the entity. |
BlockContent::getDerivativeDefinitions | function | core/ |
Gets the definition of all derivatives of a base plugin. |
BlockContent::getFilters | function | core/ |
Gets the filters property. |
BlockContent::getInstances | function | core/ |
Gets the configured instances of this custom block. |
BlockContent::getRevisionCreationTime | function | core/ |
Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionCreationTime(). |
BlockContent::getRevisionLogMessage | function | core/ |
Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionLogMessage(). |
BlockContent::getRevisionUser | function | core/ |
Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionUser(). |
BlockContent::getRevisionUserId | function | core/ |
Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionUserId(). |
BlockContent::getTheme | function | core/ |
Gets the theme value. |
BlockContent::invalidateBlockPluginCache | function | core/ |
Invalidates the block plugin cache after changes and deletions. |
BlockContent::isReusable | function | core/ |
Determines if the block is reusable or not. |
BlockContent::postDelete | function | core/ |
Acts on deleted entities before the delete hook is invoked. |
BlockContent::postSave | function | core/ |
Acts on a saved entity before the insert or update hook is invoked. |
BlockContent::preDelete | function | core/ |
Acts on entities before they are deleted and before hooks are invoked. |
BlockContent::preSaveRevision | function | core/ |
Acts on a revision before it gets saved. |
BlockContent::setInfo | function | core/ |
Sets the block description. |
BlockContent::setNonReusable | function | core/ |
Sets the block to be non-reusable. |
BlockContent::setReusable | function | core/ |
Sets the block to be reusable. |
BlockContent::setRevisionCreationTime | function | core/ |
Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionCreationTime(). |
BlockContent::setRevisionLogMessage | function | core/ |
Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionLogMessage(). |
BlockContent::setRevisionUser | function | core/ |
Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionUser(). |
BlockContent::setRevisionUserId | function | core/ |
Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionUserId(). |
BlockContent::setTheme | function | core/ |
Sets the theme value. |
BlockContent::__construct | function | core/ |
Constructs a BlockContent object. |
BlockContentAccessControlHandler | class | core/ |
Defines the access control handler for the custom block entity type. |
BlockContentAccessControlHandler.php | file | core/ |
|
BlockContentAccessControlHandler::$eventDispatcher | property | core/ |
The event dispatcher. |
BlockContentAccessControlHandler::checkAccess | function | core/ |
Performs access checks. |
BlockContentAccessControlHandler::createInstance | function | core/ |
Instantiates a new instance of this entity handler. |
BlockContentAccessControlHandler::__construct | function | core/ |
BlockContentAccessControlHandler constructor. |
BlockContentAccessHandlerTest | class | core/ |
Tests the block content entity access handler. |
BlockContentAccessHandlerTest.php | file | core/ |
|
BlockContentAccessHandlerTest::$accessControlHandler | property | core/ |
The BlockContent access controller to test. |
BlockContentAccessHandlerTest::$blockEntity | property | core/ |
The BlockContent entity used for testing. |
BlockContentAccessHandlerTest::$modules | property | core/ |
Modules to enable. |
BlockContentAccessHandlerTest::$role | property | core/ |
The test role. |
BlockContentAccessHandlerTest::providerTestAccess | function | core/ |
Data provider for testAccess(). |
BlockContentAccessHandlerTest::setUp | function | core/ |
|
BlockContentAccessHandlerTest::testAccess | function | core/ |
@covers ::checkAccess |
BlockContentAddLocalAction | class | core/ |
Modifies the 'Add custom block' local action. |
BlockContentAddLocalAction.php | file | core/ |
|
BlockContentAddLocalAction::getOptions | function | core/ |
Returns options for rendering a link for the local action. |
BlockContentBlock | class | core/ |
Defines a generic custom block type. |
BlockContentBlock.php | file | core/ |
|
BlockContentBlock::$account | property | core/ |
The Drupal account to use for checking for access to block. |
BlockContentBlock::$blockContent | property | core/ |
The block content entity. |
BlockContentBlock::$blockManager | property | core/ |
The Plugin Block Manager. |
BlockContentBlock::$entityDisplayRepository | property | core/ |
The entity display repository. |
BlockContentBlock::$entityTypeManager | property | core/ |
The entity type manager service. |
BlockContentBlock::$urlGenerator | property | core/ |
The URL generator. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.