public function PluginCollectionInterface::set in Extensible BBCode 4.0.x
Same name and namespace in other branches
- 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\xbbcodeCode
public function set($instance_id, $value);