public function QuickEditEditorSelectorInterface::getEditorAttachments in Quick Edit 7
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
1 method overrides QuickEditEditorSelectorInterface::getEditorAttachments()
File
- includes/
QuickEditEditorSelectorInterface.php, line 41 - Contains Quick Edit's EditorSelectorInterface.
Class
- QuickEditEditorSelectorInterface
- Interface for selecting an in-place editor (an Editor plugin) for a field.
Code
public function getEditorAttachments(array $editor_ids);