EditorSelectorInterface::getEditorAttachments

public EditorSelectorInterface::getEditorAttachments(array $editor_ids)

Returns the attachments for all editors.

Parameters

array $editor_ids: A list of all in-place editor IDs that should be attached.

Return value

array An array of attachments, for use with #attached.

See also

\Drupal\Core\Render\AttachmentsResponseProcessorInterface::processAttachments()

File

core/modules/quickedit/src/EditorSelectorInterface.php, line 36

Class

EditorSelectorInterface
Interface for selecting an in-place editor (an Editor plugin) for a field.

Namespace

Drupal\quickedit

Code

1
public function getEditorAttachments(array $editor_ids);
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.