aggregator_admin_form in modules/aggregator/aggregator.admin.inc
Form constructor for the aggregator system settings.
block_form_system_performance_settings_alter in modules/block/block.module
Implements hook_form_FORM_ID_alter().
boot_test_1_boot in modules/simpletest/tests/boot_test_1.module
Implements hook_boot().
DrupalDefaultEntityController::attachLoad in includes/entity.inc
Attaches data to entities upon loading.
DrupalWebTestCase::tearDown in modules/simpletest/drupal_web_test_case.php
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
drupal_alter in includes/module.inc
Passes alterable variables to specific hook_TYPE_alter() implementations.
drupal_cron_run in includes/common.inc
Executes a cron run when called.
drupal_get_complete_schema in includes/bootstrap.inc
Gets the whole database schema.
drupal_get_filetransfer_info in includes/common.inc
Assembles the Drupal FileTransfer registry.
drupal_get_normal_path in includes/path.inc
Given a path alias, return the internal path it represents.
drupal_render_page in includes/common.inc
Renders the page, including all theming.
EarlyBootstrapTestCase::testHookBoot in modules/simpletest/tests/boot.test
Test hook_boot() on both regular and "early exit" pages.
field_purge_data in modules/field/field.crud.inc
Purges the field data for a single field on a single pseudo-entity.
field_update_field in modules/field/field.crud.inc
Updates a field.
file_download_headers in includes/file.inc
Retrieves headers for a private file download.
file_file_download in modules/file/file.module
Implements hook_file_download().
filter_get_filters in modules/filter/filter.module
Returns a list of all filters provided by modules.
image_effect_definitions in modules/image/image.module
Returns a set of image effects.
image_styles in modules/image/image.module
Gets an array of all styles and their settings.
LocaleLanguageNegotiationInfoFunctionalTest::languageNegotiationUpdate in modules/locale/locale.test
Update language types/negotiation information.
menu_get_active_help in includes/menu.inc
Returns the help associated with the active menu item.
menu_router_build in includes/menu.inc
Collects and alters the menu definitions.
ModuleImplementsAlterTestCase::testModuleImplementsAlter in modules/simpletest/tests/module.test
Tests hook_module_implements_alter() adding an implementation.
ModuleUnitTest::testModuleImplements in modules/simpletest/tests/module.test
Test module_implements() caching.
module_disable in includes/module.inc
Disables a given set of modules.
module_enable in includes/module.inc
Enables or installs a given list of modules.
module_invoke_all in includes/module.inc
Invokes a hook in all enabled modules that implement it.
node_access in modules/node/node.module
Determines whether the current user may perform the operation on the node.
node_access_rebuild in modules/node/node.module
Rebuilds the node access database.
node_access_view_all_nodes in modules/node/node.module
Determines whether the user has a global viewing grant for all nodes.
node_access_write_grants in modules/node/node.module
Writes a list of grants to the database, deleting any previously saved ones.
node_modules_enabled in modules/node/node.module
Implements hook_modules_enabled().
node_requirements in modules/node/node.module
Implements hook_requirements().
node_validate in modules/node/node.module
Implements hook_validate().
rdf_install in modules/rdf/rdf.install
Implements hook_install().
search_get_info in modules/search/search.module
Returns information about available search modules.
search_invoke_preprocess in modules/search/search.module
Invokes hook_search_preprocess() in modules.
system_install in modules/system/system.install
Implements hook_install().
system_modules in modules/system/system.admin.inc
Menu callback; provides module enable/disable interface.
update.php in ./update.php
Administrative page for handling updates from one Drupal version to another.
UpgradePathTestCase::performUpgrade in modules/simpletest/tests/upgrade/upgrade.test
Perform the upgrade.
user_admin_permissions in modules/user/user.admin.inc
Menu callback: administer permissions.
user_filters in modules/user/user.module
List user administration filters that can be applied.
user_module_invoke in modules/user/user.module
Invokes a user hook in every module.
user_permission_get_modules in modules/user/user.module
Determine the modules that permissions belong to.
_block_rehash in modules/block/block.module
Updates the 'block' DB table with the blocks currently exported by modules.
_block_render_blocks in modules/block/block.module
Render the content and subject for a set of blocks.
_node_query_node_access_alter in modules/node/node.module
Helper for node access functions.
_node_types_build in modules/node/node.module
Builds and returns the list of available node types.
_rdf_get_default_mapping in modules/rdf/rdf.module
Helper function to get the default RDF mapping for a given entity type.
_registry_update in includes/registry.inc
Does the work for registry_update().
_system_date_format_types_build in modules/system/system.module
Builds and returns information about available date types.
_system_update_bootstrap_status in modules/system/system.module
Refresh bootstrap column in the system table.
_theme_build_registry in includes/theme.inc
Builds the theme registry cache.