9 calls to PluginBase::getDerivativeId() in Drupal 8
- BlockContentBlock::build in core/
modules/ block_content/ src/ Plugin/ Block/ BlockContentBlock.php - Builds and returns the renderable array for this block plugin.
- BlockContentBlock::getEntity in core/
modules/ block_content/ src/ Plugin/ Block/ BlockContentBlock.php - Loads the block content entity of the block.
- InlineBlock::getEntity in core/
modules/ layout_builder/ src/ Plugin/ Block/ InlineBlock.php - Loads or creates the block content entity of the block.
- LanguageBlock::build in core/
modules/ language/ src/ Plugin/ Block/ LanguageBlock.php - Builds and returns the renderable array for this block plugin.
- MenuLinkContent::getUuid in core/
modules/ menu_link_content/ src/ Plugin/ Menu/ MenuLinkContent.php - Returns the unique ID representing the menu link.
- SystemMenuBlock::build in core/
modules/ system/ src/ Plugin/ Block/ SystemMenuBlock.php - Builds and returns the renderable array for this block plugin.
- SystemMenuBlock::getCacheContexts in core/
modules/ system/ src/ Plugin/ Block/ SystemMenuBlock.php - The cache contexts associated with this object.
- SystemMenuBlock::getCacheTags in core/
modules/ system/ src/ Plugin/ Block/ SystemMenuBlock.php - The cache tags associated with this object.
- ViewsBlockBase::__construct in core/
modules/ views/ src/ Plugin/ Block/ ViewsBlockBase.php - Constructs a \Drupal\views\Plugin\Block\ViewsBlockBase object.