Loading core/modules/layout_builder/src/InlineBlockUsageInterface.php +3 −2 Original line number Diff line number Diff line Loading @@ -52,8 +52,9 @@ public function deleteUsage(array $block_content_ids); * @param int $block_content_id * The block content entity ID. * * @return object * The usage record with properties layout_entity_id and layout_entity_type. * @return object|false * The usage record with properties layout_entity_id and layout_entity_type * or FALSE if there is no usage. */ public function getUsage($block_content_id); Loading Loading
core/modules/layout_builder/src/InlineBlockUsageInterface.php +3 −2 Original line number Diff line number Diff line Loading @@ -52,8 +52,9 @@ public function deleteUsage(array $block_content_ids); * @param int $block_content_id * The block content entity ID. * * @return object * The usage record with properties layout_entity_id and layout_entity_type. * @return object|false * The usage record with properties layout_entity_id and layout_entity_type * or FALSE if there is no usage. */ public function getUsage($block_content_id); Loading