You are here

public function PluginCollectionInterface::get in Extensible BBCode 4.0.x

Same name and namespace in other branches
  1. 8.3 src/PluginCollectionInterface.php \Drupal\xbbcode\PluginCollectionInterface::get()

Gets a plugin instance, initializing it if necessary.

@noinspection PhpMissingParamTypeInspection

Parameters

string $instance_id: The ID of the plugin instance being retrieved.

File

src/PluginCollectionInterface.php, line 38

Class

PluginCollectionInterface
Common methods to access a plugin collection.

Namespace

Drupal\xbbcode

Code

public function &get($instance_id);