You are here

public function PluginCollectionInterface::get in Extensible BBCode 8.3

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

Gets a plugin instance, initializing it if necessary.

Parameters

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

File

src/PluginCollectionInterface.php, line 34

Class

PluginCollectionInterface
Common methods to access a plugin collection.

Namespace

Drupal\xbbcode

Code

public function &get($instance_id);