function InlineBlockUsageInterface::deleteUsage
Delete the inline blocks' the usage records.
Parameters
int[] $block_content_ids: The block content entity IDs.
1 method overrides InlineBlockUsageInterface::deleteUsage()
- InlineBlockUsage::deleteUsage in core/modules/ layout_builder/ src/ InlineBlockUsage.php 
- Delete the inline blocks' the usage records.
File
- 
              core/modules/ layout_builder/ src/ InlineBlockUsageInterface.php, line 47 
Class
- InlineBlockUsageInterface
- Defines an interface for tracking inline block usage.
Namespace
Drupal\layout_builderCode
public function deleteUsage(array $block_content_ids);Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
