You are here

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

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

Removes an initialized plugin.

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

@noinspection PhpMissingParamTypeInspection

Parameters

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

File

src/PluginCollectionInterface.php, line 62

Class

PluginCollectionInterface
Common methods to access a plugin collection.

Namespace

Drupal\xbbcode

Code

public function remove($instance_id);