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

1
public function getInstances();
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.