public function PluginCollectionInterface::get in Extensible BBCode 8.3
Same name and namespace in other branches
- 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\xbbcodeCode
public function &get($instance_id);