Skip to main content
backdrop Documentation
Documentation and API source code for Backdrop CMS.
  • Welcome!
    • Login

Search for alter

  1. Home »
  2. API reference »
  3. 1.x
Name Type Location Description
node_menu_local_tasks_alter function core/modules/node/node.module Implements hook_menu_local_tasks_alter().
NodeQueryAlter::$accessUser property core/modules/node/tests/node.test User with permission to view content.
user_menu_site_status_alter function core/modules/user/user.module Implements hook_menu_site_status_alter().
node_form_search_form_alter function core/modules/node/node.module Implements hook_form_FORM_ID_alter().
hook_entity_view_mode_alter function core/modules/entity/entity.api.php Change the display mode of an entity that is being displayed.
NodeEntityViewModeAlterTest class core/modules/node/tests/node.test Tests changing display modes for nodes.
node_test_node_grants_alter function core/modules/node/tests/node_test/node_test.module Implements hook_node_grants_alter().
locale_form_node_form_alter function core/modules/locale/locale.module Implements hook_form_BASE_FORM_ID_alter().
user_admin_bar_output_alter function core/modules/user/user.module Implements hook_admin_bar_output_alter().
hook_user_login_paths_alter function core/modules/user/user.api.php Redefine user login paths defined by other modules.
locale_field_language_alter function core/modules/locale/locale.module Implements hook_field_language_alter().
CommonBackdropAlterTestCase class core/modules/simpletest/tests/common.test Tests for URL generation functions.
block_test_block_info_alter function core/modules/block/tests/block_test/block_test.module Implements hook_block_info_alter().
hook_ckeditor_plugins_alter function core/modules/ckeditor/ckeditor.api.php Modify the list of available CKEditor 4 plugins.
menu_menu_local_tasks_alter function core/modules/menu/menu.module Implements hook_menu_local_tasks_alter().
SelectQuery::$alterMetaData property core/includes/database/select.inc A list of arbitrary metadata that may be attached to the query.
bartik_backdrop_alter_alter function core/modules/simpletest/tests/common_test.module Implements hook_TYPE_alter() on behalf of Bartik theme.
hook_admin_bar_output_alter function core/modules/admin_bar/admin_bar.api.php Change the administration bar content before it is rendered.
date_field_views_data_alter function core/modules/date/date.module Implements hook_field_views_data_alter().
hook_menu_local_tasks_alter function core/modules/system/system.api.php Alter tabs and actions displayed on the page before they are rendered.
hook_user_format_name_alter function core/modules/user/user.api.php Alter the username that is displayed for a user.
file_menu_local_tasks_alter function core/modules/file/file.module Implements hook_menu_local_tasks_alter().
FormAlterTestCase::$profile property core/modules/simpletest/tests/form.test The profile to install as a basis for testing.
hook_menu_site_status_alter function core/modules/system/system.api.php Control site status before menu dispatching.
translation_views_data_alter function core/modules/translation/views/translation.views.inc Implements hook_views_data_alter().
node_query_node_access_alter function core/modules/node/node.module Implements hook_query_TAG_alter().
comment_form_node_form_alter function core/modules/comment/comment.module Implements hook_form_BASE_FORM_ID_alter().
hook_ckeditor5_plugins_alter function core/modules/ckeditor5/ckeditor5.api.php Modify the list of available CKEditor plugins.
list_field_widget_info_alter function core/modules/field/modules/list/list.module Implements hook_field_widget_info_alter().
hook_field_widget_info_alter function core/modules/field/field.api.php Perform alterations on Field API widget types.
hook_field_widget_form_alter function core/modules/field/field.api.php Alter forms for field widgets provided by other modules.
hook_ckeditor_settings_alter function core/modules/ckeditor/ckeditor.api.php Modify the raw CKEditor 4 settings passed to the editor.
ckeditor5_library_info_alter function core/modules/ckeditor5/ckeditor5.module Implements hook_library_info_alter().
field_test_schema_alter.info file core/modules/field/tests/field_test_schema_alter/field_test_schema_alter.info name = "Field API Schema Alter Test" description = "Support module for the Field API schema alter tests." backdrop = 1.x package = Testing version = BACKDROP_VERSION type = module hidden = TRUE
hook_field_attach_view_alter function core/modules/field/field.api.php Perform alterations on field_attach_view() or field_view_field().
views_ui_views_plugins_alter function core/modules/views_ui/views_ui.module Implements hook_views_plugins_alter().
hook_form_BASE_FORM_ID_alter function core/modules/system/system.api.php Provide a form-specific alteration for shared ('base') forms.
hook_module_implements_alter function core/modules/system/system.api.php Alter the registry of modules implementing a hook.
field_test_entity_info_alter function core/modules/field/tests/field_test/field_test.entity.inc Implements hook_entity_info_alter().
hook_image_effect_info_alter function core/modules/image/image.api.php Alter the information provided in hook_image_effect_info().
theme_test_system_info_alter function core/modules/simpletest/tests/theme_test.module Implements hook_system_info_alter().
menu_example_menu_link_alter function modules/examples/menu_example/menu_example.module Implements hook_menu_link_alter().
file_query_file_access_alter function core/modules/file/file.module Implements hook_query_TAG_alter().
hook_filetransfer_info_alter function core/modules/system/system.api.php Alter the FileTransfer class registry.
hook_date_text_process_alter function core/modules/date/date.api.php Alter the date_text widget element.
hook_query_file_access_alter function core/modules/file/file.api.php Control access to listings of files.
update_test_system_info_alter function core/modules/update/tests/update_test/update_test.module Implements hook_system_info_alter().
hook_file_metadata_info_alter function core/modules/file/file.api.php Alters metadata information.
NodeQueryAlter::$noAccessUser property core/modules/node/tests/node.test User without permission to view content.
_node_query_node_access_alter function core/modules/node/node.module Helper for node access functions.

Pages

  • « first
  • ‹ previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • next ›
  • last »

Directory

  • Getting started
    • Installing
    • Updates vs upgrades
    • Hosting/deploying
  • Upgrading from Drupal
    • Introduction
    • Upgrade overview
    • Converting Drupal code
  • User guide
    • Quick start guide
    • Using Backdrop
  • Add-On Documentation
  • Developing for Backdrop
    • Developing modules
    • Developing themes
    • Developing layouts
    • Using libraries
    • Local development
    • Writing secure code
    • Using JavaScript
  • Contributors guide
    • Contribute to Backdrop core
      • How to use the core issue queue
      • Adding labels to issues
      • Adding milestones to issues
    • Contribute Backdrop add-ons
    • Contribute to documentation
  • Developer API
    • Topics
    • Functions
    • Classes
    • Files
    • Globals
    • Icon API
    • Database API
    • Theme functions
    • Form API reference
  • Appendix/reference
    • Change records
    • Glossary
    • Coding & documentation standards
    • Contrib permissions policy

Stay connected

Sign up for our newsletter

Powered by Backdrop CMS

Footer Menu

  • documentation
  • localization
  • events
  • forum
  • backdropcms.org