You are here

public function BlockPluginCollection::get in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/block/src/BlockPluginCollection.php \Drupal\block\BlockPluginCollection::get()

Return value

\Drupal\Core\Block\BlockPluginInterface

Overrides LazyPluginCollection::get

File

core/modules/block/src/BlockPluginCollection.php, line 44

Class

BlockPluginCollection
Provides a collection of block plugins.

Namespace

Drupal\block

Code

public function &get($instance_id) {
  return parent::get($instance_id);
}