form_type_image_button_value |
includes/form.inc |
Determines the value for an image button form element. |
_form_type_options_value |
modules/field/modules/options/options.element.inc |
Logic function for form_type_options_value(). Do not call directly. |
form_type_options_value |
modules/field/modules/options/options.module |
This function adjusts the value of the element from a text value to an array. |
form_type_password_confirm_value |
includes/form.inc |
Determines the value for a password_confirm form element. |
form_type_radios_value |
includes/form.inc |
Form value callback: Determines the value for a #type radios form element. |
form_type_select_value |
includes/form.inc |
Determines the value for a select form element. |
form_type_tableselect_value |
includes/form.inc |
Determines the value for a tableselect form element. |
form_type_textarea_value |
includes/form.inc |
Determines the value for a textarea form element. |
form_type_textfield_value |
includes/form.inc |
Determines the value for a textfield form element. |
form_type_token_value |
includes/form.inc |
Determines the value for form's token value. |
_form_validate |
includes/form.inc |
Performs validation on form elements. |
form_validate_color |
includes/form.inc |
Form element validation handler for #type 'color'. |
form_validate_email |
includes/form.inc |
Form element validation handler for #type 'email'. |
form_validate_machine_name |
includes/form.inc |
Form element validation handler for machine_name elements. |
form_validate_number |
includes/form.inc |
Form element validation handler for #type 'number'. |
form_validate_url |
includes/form.inc |
Form element validation handler for #type 'url'. |
_get_custom_date_format |
modules/date/date.module |
Get a custom date format. |
get_t |
includes/bootstrap.inc |
Returns the name of the proper localization function. |
hide |
includes/common.inc |
Hides an element from later rendering. |
hook_action_info |
modules/system/system.api.php |
Declares information about actions. |
hook_action_info_alter |
modules/system/system.api.php |
Alters the actions declared by another module. |
hook_admin_bar_cache_info |
modules/admin_bar/admin_bar.api.php |
Inform about additional module-specific caches that can be cleared. |
hook_admin_bar_map |
modules/admin_bar/admin_bar.api.php |
Provide expansion arguments for dynamic menu items. |
hook_admin_bar_output_alter |
modules/admin_bar/admin_bar.api.php |
Change the administration bar content before it is rendered. |
hook_admin_bar_output_build |
modules/admin_bar/admin_bar.api.php |
Add to the administration bar content before it is rendered. |
hook_admin_bar_replacements |
modules/admin_bar/admin_bar.api.php |
Return content to be replace via JS in the cached menu output. |
hook_admin_paths |
modules/system/system.api.php |
Define administrative paths. |
hook_admin_paths_alter |
modules/system/system.api.php |
Redefine administrative paths defined by other modules. |
hook_ajax_render_alter |
modules/system/system.api.php |
Alter the commands that are sent to the user through the Ajax framework. |
hook_archiver_info |
modules/system/system.api.php |
Declare archivers to the system. |
hook_archiver_info_alter |
modules/system/system.api.php |
Alter archiver information declared by other modules. |
hook_autoload_info |
modules/system/system.api.php |
Define the paths to classes and interfaces within a module. |
hook_autoload_info_alter |
modules/system/system.api.php |
Perform alterations to the list of classes included in the registry. |
hook_backdrop_goto_alter |
modules/system/system.api.php |
Change the page the user is sent to by backdrop_goto(). |
hook_batch_alter |
modules/system/system.api.php |
Alter batch information before a batch is processed. |
hook_block_configure |
modules/layout/layout.api.php |
Define a configuration form for a block. |
hook_block_info |
modules/layout/layout.api.php |
Defines to Backdrop what blocks are provided by your module. |
hook_block_info_alter |
modules/layout/layout.api.php |
Modify block definitions after loading form code. |
hook_block_save |
modules/layout/layout.api.php |
Save the configuration options from hook_block_configure(). |
hook_block_view |
modules/layout/layout.api.php |
Return a rendered or renderable view of a block. |
hook_block_view_alter |
modules/layout/layout.api.php |
Perform alterations to the content of a block. |
hook_block_view_MODULE_DELTA_alter |
modules/layout/layout.api.php |
Perform alterations to a specific block. |
hook_boot |
modules/system/system.api.php |
Perform setup tasks for all page requests. |
hook_ckeditor_css_alter |
modules/ckeditor/ckeditor.api.php |
Modify the list of CSS files that will be added to a CKEditor instance. |
hook_ckeditor_PLUGIN_plugin_check |
modules/ckeditor/ckeditor.api.php |
Enabled callback for hook_ckeditor_plugins(). |
hook_ckeditor_plugins |
modules/ckeditor/ckeditor.api.php |
Provides a list of CKEditor plugins. |
hook_ckeditor_plugins_alter |
modules/ckeditor/ckeditor.api.php |
Modify the list of available CKEditor plugins. |
hook_ckeditor_settings_alter |
modules/ckeditor/ckeditor.api.php |
Modify the raw CKEditor settings passed to the editor. |
hook_comment_delete |
modules/comment/comment.api.php |
Respond to comment deletion. |
hook_comment_insert |
modules/comment/comment.api.php |
Respond to creation of a new comment. |