EditorInterface::getFilterFormat

public EditorInterface::getFilterFormat()

Returns the filter format this text editor is associated with.

This could be NULL if the associated filter format is still being created.

Return value

\Drupal\filter\FilterFormatInterface|null

See also

hasAssociatedFilterFormat()

File

core/modules/editor/src/EditorInterface.php, line 31

Class

EditorInterface
Provides an interface defining a text editor entity.

Namespace

Drupal\editor

Code

public function getFilterFormat();
doc_Drupal
2016-10-29 09:03:51
Comments
Leave a Comment

Please login to continue.