FilterFormatInterface::removeFilter

public FilterFormatInterface::removeFilter($instance_id)

Removes a filter.

Parameters

string $instance_id: The ID of a filter plugin to be removed.

File

core/modules/filter/src/FilterFormatInterface.php, line 88

Class

FilterFormatInterface
Provides an interface defining a filter format entity.

Namespace

Drupal\filter

Code

public function removeFilter($instance_id);
doc_Drupal
2016-10-29 09:14:45
Comments
Leave a Comment

Please login to continue.