public function PluginCollectionInterface::set in Extensible BBCode 8.3
Same name and namespace in other branches
- 4.0.x src/PluginCollectionInterface.php \Drupal\xbbcode\PluginCollectionInterface::set()
Stores an initialized plugin.
Parameters
string $instance_id: The ID of the plugin instance being stored.
mixed $value: An instantiated plugin.
File
- src/
PluginCollectionInterface.php, line 44
Class
- PluginCollectionInterface
- Common methods to access a plugin collection.
Namespace
Drupal\xbbcodeCode
public function set($instance_id, $value);