function FilterFormatInterface::getFilterTypes
Same name in other branches
- 8.9.x core/modules/filter/src/FilterFormatInterface.php \Drupal\filter\FilterFormatInterface::getFilterTypes()
- 10 core/modules/filter/src/FilterFormatInterface.php \Drupal\filter\FilterFormatInterface::getFilterTypes()
- 11.x 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\filterCode
public function getFilterTypes();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.