Provides in-place content editing functionality for fields.
The Quick Edit module makes content editable in-place. Rather than having to visit a separate page to edit content, it may be edited in-place.
Technically, this module adds classes and data- attributes to fields and entities, enabling them for in-place editing.
File
core/modules/quickedit/quickedit.module
Functions
Name | Description |
---|---|
quickedit_entity_view_alter | Implements hook_entity_view_alter(). |
quickedit_field_formatter_info_alter | Implements hook_field_formatter_info_alter(). |
quickedit_help | Implements hook_help(). |
quickedit_library_info_alter | Implements hook_library_info_alter(). |
quickedit_page_attachments | Implements hook_page_attachments(). |
quickedit_preprocess_field | Implements hook_preprocess_HOOK() for field templates. |
quickedit_preprocess_page_title | Implements hook_preprocess_HOOK() for the page title template. |
Please login to continue.