You are here

public function BlockContentInterface::getInstances in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/block_content/src/BlockContentInterface.php \Drupal\block_content\BlockContentInterface::getInstances()
  2. 10 core/modules/block_content/src/BlockContentInterface.php \Drupal\block_content\BlockContentInterface::getInstances()

Gets the configured instances of this custom block.

Return value

array Array of Drupal\block\Core\Plugin\Entity\Block entities.

1 method overrides BlockContentInterface::getInstances()
BlockContent::getInstances in core/modules/block_content/src/Entity/BlockContent.php
Gets the configured instances of this custom block.

File

core/modules/block_content/src/BlockContentInterface.php, line 82

Class

BlockContentInterface
Provides an interface defining a custom block entity.

Namespace

Drupal\block_content

Code

public function getInstances();