You are here

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

drupal_process_attached()

1 method overrides QuickEditEditorSelectorInterface::getEditorAttachments()
QuickEditEditorSelector::getEditorAttachments in includes/QuickEditEditorSelector.php
Implements 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);