You are here

public function PluginCollectionInterface::remove in Extensible BBCode 8.3

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

Removes an initialized plugin.

The plugin can still be used; it will be reinitialized.

Parameters

string $instance_id: The ID of the plugin instance to remove.

File

src/PluginCollectionInterface.php, line 54

Class

PluginCollectionInterface
Common methods to access a plugin collection.

Namespace

Drupal\xbbcode

Code

public function remove($instance_id);