public function BlockPluginCollection::get in Drupal 8
Same name and namespace in other branches
- 9 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\blockCode
public function &get($instance_id) {
return parent::get($instance_id);
}