function 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 The filter format this text editor is associated with.
See also
hasAssociatedFilterFormat()
1 method overrides EditorInterface::getFilterFormat()
- Editor::getFilterFormat in core/
modules/ editor/ src/ Entity/ Editor.php - Returns the filter format this text editor is associated with.
File
-
core/
modules/ editor/ src/ EditorInterface.php, line 34
Class
- EditorInterface
- Provides an interface defining a text editor entity.
Namespace
Drupal\editorCode
public function getFilterFormat();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.