You are here

public function FilterFormatInterface::removeFilter in Drupal 10

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

Class

FilterFormatInterface
Provides an interface defining a filter format entity.

Namespace

Drupal\filter

Code

public function removeFilter($instance_id);