function BlockContentInterface::getInstances

Same name and namespace in other branches
  1. 11.x 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.

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();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.