You are here

function hook_quickedit_editor_info_alter in Quick Edit 7

Allow modules to alter in-place editor plugin metadata.

Parameters

array &$editors: An array of metadata on existing in-place editors.

1 invocation of hook_quickedit_editor_info_alter()
quickedit_editor_list in ./quickedit.module
Discovers all available editors by invoking hook_quickedit_editor_info().

File

./quickedit.api.php, line 68
Hooks provided by the Quick Edit module.

Code

function hook_quickedit_editor_info_alter(&$editors) {
}