BlockContentInterface::getInstances

public 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 83

Class

BlockContentInterface
Provides an interface defining a custom block entity.

Namespace

Drupal\block_content

Code

public function getInstances();
doc_Drupal
2016-10-29 08:46:59
Comments
Leave a Comment

Please login to continue.