You are here

public function FilterFormatInterface::getFilterTypes in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/filter/src/FilterFormatInterface.php \Drupal\filter\FilterFormatInterface::getFilterTypes()

Retrieves all filter types that are used in the text format.

Return value

array All filter types used by filters of the text format.

1 method overrides FilterFormatInterface::getFilterTypes()
FilterFormat::getFilterTypes in core/modules/filter/src/Entity/FilterFormat.php
Retrieves all filter types that are used in the text format.

File

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

Class

FilterFormatInterface
Provides an interface defining a filter format entity.

Namespace

Drupal\filter

Code

public function getFilterTypes();