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

public function getEditorAttachments(array $editor_ids);
doc_Drupal
2016-10-29 09:03:54
Comments
Leave a Comment

Please login to continue.