You are here

public function InlineBlockUsageInterface::deleteUsage in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/layout_builder/src/InlineBlockUsageInterface.php \Drupal\layout_builder\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_builder

Code

public function deleteUsage(array $block_content_ids);