edit.module

Provides in-place content editing functionality for fields.

The 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

drupal/core/modules/edit/edit.module
View source

Functions

Namesort descending Description
edit_entity_view_alter Implements hook_entity_view_alter().
edit_field_form Form constructor for the field editing form.
edit_field_formatter_info_alter Implements hook_field_formatter_info_alter().
edit_library_info Implements hook_library_info().
edit_menu Implements hook_menu().
edit_page_build Implements hook_page_build().
edit_permission Implements hook_permission().
edit_preprocess_field Implements hook_preprocess_HOOK() for field.tpl.php.