EditorInterface::hasAssociatedFilterFormat

public EditorInterface::hasAssociatedFilterFormat()

Returns whether this text editor has an associated filter format.

A text editor may be created at the same time as the filter format it's going to be associated with; in that case, no filter format object is available yet.

Return value

bool

File

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

Class

EditorInterface
Provides an interface defining a text editor entity.

Namespace

Drupal\editor

Code

1
public function hasAssociatedFilterFormat();
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.