function FilterFormatInterface::removeFilter

Same name and namespace in other branches
  1. 8.9.x core/modules/filter/src/FilterFormatInterface.php \Drupal\filter\FilterFormatInterface::removeFilter()
  2. 10 core/modules/filter/src/FilterFormatInterface.php \Drupal\filter\FilterFormatInterface::removeFilter()
  3. 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\filter

Code

public function removeFilter($instance_id);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.