function FilterFormatInterface::removeFilter
Same name in other branches
- 9 core/modules/filter/src/FilterFormatInterface.php \Drupal\filter\FilterFormatInterface::removeFilter()
- 10 core/modules/filter/src/FilterFormatInterface.php \Drupal\filter\FilterFormatInterface::removeFilter()
- 11.x core/modules/filter/src/FilterFormatInterface.php \Drupal\filter\FilterFormatInterface::removeFilter()
Removes a filter.
Parameters
string $instance_id: The ID of a filter plugin to be removed.
1 method overrides FilterFormatInterface::removeFilter()
- FilterFormat::removeFilter in core/
modules/ filter/ src/ Entity/ FilterFormat.php - Removes a filter.
File
-
core/
modules/ filter/ src/ FilterFormatInterface.php, line 88
Class
- FilterFormatInterface
- Provides an interface defining a filter format entity.
Namespace
Drupal\filterCode
public function removeFilter($instance_id);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.