You are here

public function FilterFormatInterface::isFallbackFormat in Drupal 8

Same name and namespace in other branches
  1. 9 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\filter

Code

public function isFallbackFormat();