function FilterFormatInterface::isFallbackFormat
Same name in other branches
- 9 core/modules/filter/src/FilterFormatInterface.php \Drupal\filter\FilterFormatInterface::isFallbackFormat()
- 8.9.x core/modules/filter/src/FilterFormatInterface.php \Drupal\filter\FilterFormatInterface::isFallbackFormat()
- 11.x core/modules/filter/src/FilterFormatInterface.php \Drupal\filter\FilterFormatInterface::isFallbackFormat()
Returns if this format is the fallback format.
The fallback format can never be disabled. It must always be available.
Return value
bool TRUE if this format is the fallback format, FALSE otherwise.
1 method overrides FilterFormatInterface::isFallbackFormat()
- FilterFormat::isFallbackFormat in core/
modules/ filter/ src/ Entity/ FilterFormat.php - Returns if this format is the fallback format.
File
-
core/
modules/ filter/ src/ FilterFormatInterface.php, line 45
Class
- FilterFormatInterface
- Provides an interface defining a filter format entity.
Namespace
Drupal\filterCode
public function isFallbackFormat();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.