public function QuickEditInPlaceEditorInterface::getAttachments in Quick Edit 7
Returns the attachments for this editor.
Return value
array An array of attachments, for use with #attached.
See also
3 methods override QuickEditInPlaceEditorInterface::getAttachments()
- CKEditor::getAttachments in InPlaceEditors/
CKEditor.php - Implements QuickEditInPlaceEditorInterface::getAttachments().
- FormEditor::getAttachments in InPlaceEditors/
formEditor.php - Implements QuickEditInPlaceEditorInterface::getAttachments().
- PlainTextEditor::getAttachments in InPlaceEditors/
plainTextEditor.php - Implements QuickEditInPlaceEditorInterface::getAttachments().
File
- includes/
QuickEditInPlaceEditorInterface.php, line 54 - Contains Quick Edit's InPlaceEditorInterface.
Class
- QuickEditInPlaceEditorInterface
- Defines an interface for in-place editors plugins.
Code
public function getAttachments();