function editablefields_get_editables in Editable Fields 6.3
3 calls to editablefields_get_editables()
- editablefields_field_formatter_info in ./
editablefields.module - Implementation of hook_field_formatter_info().
- editablefields_object_load in ./
editablefields.module - Menu wildcard argument callback.
- editablefields_theme in ./
editablefields.module - Implementation of hook_theme().
File
- ./
editablefields.module, line 709 - Editable fields module.
Code
function editablefields_get_editables() {
ctools_include('plugins');
$plugins = ctools_get_plugins('editablefields', 'editables');
return $plugins;
}