function InlineBlockUsageInterface::getUsage
Same name in other branches
- 9 core/modules/layout_builder/src/InlineBlockUsageInterface.php \Drupal\layout_builder\InlineBlockUsageInterface::getUsage()
- 8.9.x core/modules/layout_builder/src/InlineBlockUsageInterface.php \Drupal\layout_builder\InlineBlockUsageInterface::getUsage()
- 10 core/modules/layout_builder/src/InlineBlockUsageInterface.php \Drupal\layout_builder\InlineBlockUsageInterface::getUsage()
Gets usage record for inline block by ID.
Parameters
int $block_content_id: The block content entity ID.
Return value
object|false The usage record with properties layout_entity_id and layout_entity_type or FALSE if there is no usage.
File
-
core/
modules/ layout_builder/ src/ InlineBlockUsageInterface.php, line 59
Class
- InlineBlockUsageInterface
- Defines an interface for tracking inline block usage.
Namespace
Drupal\layout_builderCode
public function getUsage($block_content_id);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.