You are here

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

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

Stores an initialized plugin.

@noinspection PhpMissingParamTypeInspection

Parameters

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

mixed $value: An instantiated plugin.

File

src/PluginCollectionInterface.php, line 50

Class

PluginCollectionInterface
Common methods to access a plugin collection.

Namespace

Drupal\xbbcode

Code

public function set($instance_id, $value);