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);
Please login to continue.