Functions

Primary tabs

Namesort descending Location Description Direct uses Strings
module_implements Deprecated drupal/core/includes/bootstrap.inc Determines which modules are implementing a hook. 60 5
module_invoke Deprecated drupal/core/includes/bootstrap.inc Invokes a hook in a particular module. 46
module_invoke_all Deprecated drupal/core/includes/bootstrap.inc Invokes a hook in all enabled modules that implement it. 86
module_list Deprecated drupal/core/includes/bootstrap.inc Returns the list of enabled modules.
module_load_include drupal/core/includes/module.inc Loads a module include file. 50
module_load_install drupal/core/includes/module.inc Loads a module's installation hooks. 23
module_set_weight drupal/core/includes/module.inc Sets weight of a particular module. 9
module_test_class_loading drupal/core/modules/system/tests/modules/module_test/module_test.module Page callback for 'class loading' test. 1
module_test_enable drupal/core/modules/system/tests/modules/module_test/module_test.install Implements hook_enable().
module_test_hook_dynamic_loading_invoke drupal/core/modules/system/tests/modules/module_test/module_test.module Page callback for 'hook dynamic loading' test. 1
module_test_hook_dynamic_loading_invoke_all drupal/core/modules/system/tests/modules/module_test/module_test.module Page callback for 'hook dynamic loading' test. 1
module_test_hook_dynamic_loading_invoke_all_during_load drupal/core/modules/system/tests/modules/module_test/module_test.module Page callback for 'hook dynamic loading' test. 1
module_test_hook_info drupal/core/modules/system/tests/modules/module_test/module_test.module Implements hook_hook_info().
module_test_install drupal/core/modules/system/tests/modules/module_test/module_test.install Implements hook_install().
module_test_load drupal/core/modules/system/tests/modules/module_test/module_test.module Load function used by module_test_hook_dynamic_loading_invoke_all_during_load().
module_test_menu drupal/core/modules/system/tests/modules/module_test/module_test.module Implements hook_menu().
module_test_modules_disabled drupal/core/modules/system/tests/modules/module_test/module_test.module Implements hook_modules_disabled().
module_test_modules_enabled drupal/core/modules/system/tests/modules/module_test/module_test.module Implements hook_modules_enabled().
module_test_modules_uninstalled drupal/core/modules/system/tests/modules/module_test/module_test.module Implements hook_modules_uninstalled().
module_test_permission drupal/core/modules/system/tests/modules/module_test/module_test.module Implements hook_permission().
module_test_schema drupal/core/modules/system/tests/modules/module_test/module_test.install Implements hook_schema().
module_test_system_info_alter drupal/core/modules/system/tests/modules/module_test/module_test.module Implements hook_system_info_alter().
module_test_test_hook drupal/core/modules/system/tests/modules/module_test/module_test.file.inc Implements hook_test_hook().
module_uninstall Deprecated drupal/core/includes/module.inc Uninstalls a given list of disabled modules. 7
never drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Returns a matcher that matches when the method it is evaluated for is never executed. 7
node_access drupal/core/modules/node/node.module Access callback: Checks a user's permission for performing a node operation. 27 33
node_access_acquire_grants drupal/core/modules/node/node.module Gets the list of node access grants and writes them to the database. 3
node_access_entity_test_page drupal/core/modules/node/tests/modules/node_access_test/node_access_test.module Page callback: Creates the node access entity test page. 2
node_access_grants drupal/core/modules/node/node.module Fetches an array of permission IDs granted to the given user ID. 5
node_access_needs_rebuild drupal/core/modules/node/node.module Toggles or reads the value of a flag for rebuilding the node access grants. 5 1
node_access_rebuild drupal/core/modules/node/node.module Rebuilds the node access database. 16
node_access_test_form_node_form_alter drupal/core/modules/node/tests/modules/node_access_test/node_access_test.module Implements hook_form_BASE_FORM_ID_alter().
node_access_test_language_disable drupal/core/modules/node/tests/modules/node_access_test_language/node_access_test_language.module Implements hook_disable().
node_access_test_language_enable drupal/core/modules/node/tests/modules/node_access_test_language/node_access_test_language.module Implements hook_enable().
node_access_test_language_node_access_records drupal/core/modules/node/tests/modules/node_access_test_language/node_access_test_language.module Implements hook_node_access_records().
node_access_test_language_node_grants drupal/core/modules/node/tests/modules/node_access_test_language/node_access_test_language.module Implements hook_node_grants().
node_access_test_menu drupal/core/modules/node/tests/modules/node_access_test/node_access_test.module Implements hook_menu().
node_access_test_node_access drupal/core/modules/node/tests/modules/node_access_test/node_access_test.module Implements hook_node_access().
node_access_test_node_access_records drupal/core/modules/node/tests/modules/node_access_test/node_access_test.module Implements hook_node_access_records().
node_access_test_node_grants drupal/core/modules/node/tests/modules/node_access_test/node_access_test.module Implements hook_node_grants().
node_access_test_node_insert drupal/core/modules/node/tests/modules/node_access_test/node_access_test.module Implements hook_node_insert().
node_access_test_node_load drupal/core/modules/node/tests/modules/node_access_test/node_access_test.module Implements hook_node_load().
node_access_test_node_predelete drupal/core/modules/node/tests/modules/node_access_test/node_access_test.module Implements hook_node_predelete().
node_access_test_node_update drupal/core/modules/node/tests/modules/node_access_test/node_access_test.module Implements hook_nodeapi_update().
node_access_test_page drupal/core/modules/node/tests/modules/node_access_test/node_access_test.module Page callback: Creates the node access test page. 2
node_access_test_permission drupal/core/modules/node/tests/modules/node_access_test/node_access_test.module Implements hook_permission().
node_access_test_schema drupal/core/modules/node/tests/modules/node_access_test/node_access_test.install Implements hook_schema().
node_access_view_all_nodes drupal/core/modules/node/node.module Determines whether the user has a global viewing grant for all nodes. 2 1
node_add drupal/core/modules/node/node.pages.inc Page callback: Provides the node submission form. 1
node_add_body_field drupal/core/modules/node/node.module Adds the default body field to a node type. 6

Pages

Other projects