BackdropWebTestCaseCache::alterToMyISAM in modules/simpletest/backdrop_web_test_case_cache.php
Alter tables to MyISAM engine to speed up tests.
book_block_view in modules/book/book.module
Implements hook_block_view().
book_get_books in modules/book/book.module
Returns an array of all books.
comment_admin_overview in modules/comment/comment.admin.inc
Form constructor for the comment overview administration form.
comment_get_recent in modules/comment/comment.module
Finds the most recent comments that are available to the current user.
comment_get_thread in modules/comment/comment.module
Retrieves comments for a thread.
comment_menu in modules/comment/comment.module
Implements hook_menu().
CommonBackdropWriteRecordTestCase::testBackdropWriteRecord in modules/simpletest/tests/common.test
Test the backdrop_write_record() API function.
DatabaseSelectComplexTestCase2::testJoinSubquery in modules/simpletest/tests/database_test.test
Test that we can join on a query.
form_test_menu in modules/simpletest/tests/form_test.module
Implements hook_menu().
hook_install in modules/system/system.api.php
Perform setup tasks when the module is installed.
hook_query_TAG_alter in modules/system/system.api.php
Perform alterations to a structured query for a given tag.
hook_search_execute in modules/search/search.api.php
Execute a search for a set of key words.
menu_tree_check_access in includes/menu.inc
Checks access and performs dynamic operations for each link in the tree.
Node::access in modules/node/node.entity.inc
Overrides Entity::access().
node_access_rebuild in modules/node/node.module
Rebuilds the node access database.
node_access_test_page in modules/node/tests/node_access_test/node_access_test.module
Page callback: Creates the node access test page.
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_autocomplete in modules/node/node.pages.inc
Autocomplete callback for nodes by title.
node_autocomplete_validate in modules/node/node.pages.inc
Node title validation handler.
Node::createAccess in modules/node/node.entity.inc
Overrides Entity::createAccess().
node_feed in modules/node/node.module
Page callback: Generates and prints an RSS feed.
node_get_recent in modules/node/node.module
Finds the most recently changed nodes that are available to the current user.
node_install in modules/node/node.install
Implements hook_install().
node_menu in modules/node/node.module
Implements hook_menu().
node_page_default in modules/node/node.module
Menu callback; Generate a listing of promoted nodes.
NodeQueryAlter::testNodeQueryAlterLowLevelEditAccess in modules/node/tests/node.test
Tests 'node_access' query alter, for edit access.
NodeQueryAlter::testNodeQueryAlterLowLevelNoAccess in modules/node/tests/node.test
Tests 'node_access' query alter, for user without access.
NodeQueryAlter::testNodeQueryAlterLowLevelWithAccess in modules/node/tests/node.test
Tests 'node_access' query alter, for user with access.
NodeQueryAlter::testNodeQueryAlterOverride in modules/node/tests/node.test
Tests 'node_access' query alter override.
_node_query_node_access_alter in modules/node/node.module
Helper for node access functions.
node_requirements in modules/node/node.module
Implements hook_requirements().
node_schema in modules/node/node.install
Implements hook_schema().
node_search_execute in modules/node/node.module
Implements hook_search_execute().
NodeStorageController::postDelete in modules/node/node.entity.inc
Overrides EntityDatabaseStorageController::postDelete().
node_views_data in modules/node/views/node.views.inc
Implements hook_views_data().
path_autocomplete in modules/system/system.module
Menu callback; Autocomplete callback for paths.
taxonomy_select_nodes in modules/taxonomy/taxonomy.module
Return nodes attached to a term across all field instances.
translation_node_get_translations in modules/translation/translation.module
Gets all nodes in a given translation set.