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();
Please login to continue.