FilterFormatInterface::isFallbackFormat

public 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.

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();
doc_Drupal
2016-10-29 09:14:45
Comments
Leave a Comment

Please login to continue.