- admin_bar_session_count in core/modules/admin_bar/admin_bar.module
- Counts how many users are active on the site.
- admin_bar_tree_dynamic in core/modules/admin_bar/admin_bar.inc
- Load menu link trees for router paths containing dynamic arguments.
- ajax_example_node_by_author_autocomplete_validate in modules/examples/ajax_example/ajax_example_autocomplete.inc
- Validate handler to convert our title string into a nid.
- ajax_example_node_by_author_node_autocomplete_callback in modules/examples/ajax_example/ajax_example_autocomplete.inc
- Autocomplete callback for nodes by title but limited by author.
- ajax_example_node_update in modules/examples/ajax_example/ajax_example_node_form_alter.inc
- Implements hook_node_update().
- ajax_example_simple_user_autocomplete_callback in modules/examples/ajax_example/ajax_example_autocomplete.inc
- This is just a copy of user_autocomplete().
- ajax_example_unique_autocomplete_validate in modules/examples/ajax_example/ajax_example_autocomplete.inc
- Node title validation handler.
- ajax_example_unique_node_autocomplete_callback in modules/examples/ajax_example/ajax_example_autocomplete.inc
- Autocomplete callback for nodes by title.
- BackdropDatabaseCache::isEmpty in core/includes/cache.inc
- Implements BackdropCacheInterface::isEmpty().
- batch_example_lowest_nid in modules/examples/batch_example/batch_example.module
- Utility function - simply queries and loads the lowest nid.
- batch_example_op_2 in modules/examples/batch_example/batch_example.module
- Batch operation for batch 2 : load all nodes, 5 by five.
- batch_example_update_1100 in modules/examples/batch_example/batch_example.install
- Example of batch-driven update function.
- book_block_view in core/modules/book/book.module
- Implements hook_block_view().
- book_get_books in core/modules/book/book.module
- Returns an array of all books.
- book_menu_subtree_data in core/modules/book/book.module
- Gets the data representing a subtree of the book hierarchy.
- book_update_bid in core/modules/book/book.module
- Updates the book ID of a page and its children when it moves to a new book.
- CommentStorageController::postDelete in core/modules/comment/comment.entity.inc
- Overrides EntityDatabaseStorageController::postDelete().
- comment_admin_overview in core/modules/comment/comment.admin.inc
- Form constructor for the comment overview administration form.
- comment_enable in core/modules/comment/comment.install
- Implements hook_enable().
- comment_form_validate in core/modules/comment/comment.module
- Form validation handler for comment_form().
- comment_get_display_ordinal in core/modules/comment/comment.module
- Gets the display ordinal for a comment, starting from 0.
- comment_get_recent in core/modules/comment/comment.module
- Finds the most recent comments that are available to the current user.
- comment_get_thread in core/modules/comment/comment.module
- Retrieves comments for a thread.
- comment_new_page_count in core/modules/comment/comment.module
- Calculates the page number for the first new comment.
- ConfigDatabaseStorage::exists in core/includes/config.inc
- Returns whether a configuration object exists.
- ConfigDatabaseStorage::exportArchive in core/includes/config.inc
- Export an archive of configuration files from the config storage managed
by this object.
- ConfigDatabaseStorage::getModifiedTime in core/includes/config.inc
- Returns a timestamp indicating the last time a configuration was modified.
- ConfigDatabaseStorage::listAll in core/includes/config.inc
- Gets configuration object names starting with a given prefix.
- ConfigDatabaseStorage::read in core/includes/config.inc
- Reads configuration data from the storage.
- DatabaseAlterTestCase::testAlterChangeConditional in core/modules/simpletest/tests/database_test.test
- Test that we can alter a query's conditionals.
- DatabaseAlterTestCase::testAlterChangeFields in core/modules/simpletest/tests/database_test.test
- Test that we can alter the fields of a query.
- DatabaseAlterTestCase::testAlterExpression in core/modules/simpletest/tests/database_test.test
- Test that we can alter expressions in the query.
- DatabaseAlterTestCase::testAlterRemoveRange in core/modules/simpletest/tests/database_test.test
- Test that we can remove a range() value from a query. This also tests hook_query_TAG_alter().
- DatabaseAlterTestCase::testAlterWithJoin in core/modules/simpletest/tests/database_test.test
- Test that we can alter the joins on a query.
- DatabaseAlterTestCase::testSimpleAlter in core/modules/simpletest/tests/database_test.test
- Test that we can do basic alters.
- DatabaseAlterTestCase::testSimpleAlterSubquery in core/modules/simpletest/tests/database_test.test
- Test that we can do basic alters on subqueries.
- DatabaseBasicSyntaxTestCase::testLikeBackslash in core/modules/simpletest/tests/database_test.test
- Test LIKE query containing a backslash.
- DatabaseBasicSyntaxTestCase::testLikeEscape in core/modules/simpletest/tests/database_test.test
- Test escaping of LIKE wildcards.
- DatabaseDeleteTruncateTestCase::testSubselectDelete in core/modules/simpletest/tests/database_test.test
- Confirm that we can use a subselect in a delete successfully.
- DatabaseInsertTestCase::testInsertSelectAll in core/modules/simpletest/tests/database_test.test
- Tests that the INSERT INTO ... SELECT * ... syntax works.
- DatabaseInsertTestCase::testInsertSelectFields in core/modules/simpletest/tests/database_test.test
- Test that the INSERT INTO ... SELECT (fields) ... syntax works.
- DatabaseInvalidDataTestCase::testInsertDuplicateData in core/modules/simpletest/tests/database_test.test
- Traditional SQL database systems abort inserts when invalid data is encountered.
- DatabaseQueryTestCase::testArrayArgumentsSQLInjection in core/modules/simpletest/tests/database_test.test
- Test SQL injection via database query array arguments.
- DatabaseSelectCloneTest::testNestedQueryCloning in core/modules/simpletest/tests/database_test.test
- Tests that nested SELECT queries are cloned properly.
- DatabaseSelectCloneTest::testSelectConditionSubQueryCloning in core/modules/simpletest/tests/database_test.test
- Test that subqueries as value within conditions are cloned properly.
- DatabaseSelectComplexTestCase2::testJoinSubquery in core/modules/simpletest/tests/database_test.test
- Test that we can join on a query.
- DatabaseSelectComplexTestCase::testCountQuery in core/modules/simpletest/tests/database_test.test
- Test that we can generate a count query from a built query.
- DatabaseSelectComplexTestCase::testCountQueryDistinct in core/modules/simpletest/tests/database_test.test
- Test that we can generate a count query from a query with distinct.
- DatabaseSelectComplexTestCase::testCountQueryFieldRemovals in core/modules/simpletest/tests/database_test.test
- Test that countQuery properly removes fields and expressions.
- DatabaseSelectComplexTestCase::testCountQueryGroupBy in core/modules/simpletest/tests/database_test.test
- Test that we can generate a count query from a query with GROUP BY.
- DatabaseSelectComplexTestCase::testCountQueryRemovals in core/modules/simpletest/tests/database_test.test
- Test that countQuery properly removes 'all_fields' statements and
ordering clauses.
- DatabaseSelectComplexTestCase::testDefaultJoin in core/modules/simpletest/tests/database_test.test
- Test simple JOIN statements.
- DatabaseSelectComplexTestCase::testDistinct in core/modules/simpletest/tests/database_test.test
- Test distinct queries.
- DatabaseSelectComplexTestCase::testGroupBy in core/modules/simpletest/tests/database_test.test
- Test GROUP BY clauses.
- DatabaseSelectComplexTestCase::testGroupByAndHaving in core/modules/simpletest/tests/database_test.test
- Test GROUP BY and HAVING clauses together.
- DatabaseSelectComplexTestCase::testHavingCountQuery in core/modules/simpletest/tests/database_test.test
- DatabaseSelectComplexTestCase::testJoinTwice in core/modules/simpletest/tests/database_test.test
- Confirm we can join on a single table twice with a dynamic alias.
- DatabaseSelectComplexTestCase::testLeftOuterJoin in core/modules/simpletest/tests/database_test.test
- Test LEFT OUTER joins.
- DatabaseSelectComplexTestCase::testNestedConditions in core/modules/simpletest/tests/database_test.test
- Confirm that we can properly nest conditional clauses.
- DatabaseSelectComplexTestCase::testRange in core/modules/simpletest/tests/database_test.test
- Test range queries. The SQL clause varies with the database.
- DatabaseSelectOrderedTestCase::testOrderByEscaping in core/modules/simpletest/tests/database_test.test
- Tests that the sort direction is sanitized properly.
- DatabaseSelectOrderedTestCase::testSimpleSelectMultiOrdered in core/modules/simpletest/tests/database_test.test
- Test multiple order by.
- DatabaseSelectOrderedTestCase::testSimpleSelectOrdered in core/modules/simpletest/tests/database_test.test
- Test basic order by.
- DatabaseSelectOrderedTestCase::testSimpleSelectOrderedDesc in core/modules/simpletest/tests/database_test.test
- Test order by descending.
- DatabaseSelectPagerDefaultTestCase::testElementNumbers in core/modules/simpletest/tests/database_test.test
- Confirm that every pager gets a valid non-overlapping element ID.
- DatabaseSelectPagerDefaultTestCase::testHavingPagerQuery in core/modules/simpletest/tests/database_test.test
- Confirm that a paging query with a having expression returns valid results.
- DatabaseSelectPagerDefaultTestCase::testInnerPagerQuery in core/modules/simpletest/tests/database_test.test
- Confirm that a pager query with inner pager query returns valid results.
- DatabaseSelectSubqueryTestCase::testConditionSubquerySelect in core/modules/simpletest/tests/database_test.test
- Test that we can use a subquery in a WHERE clause.
- DatabaseSelectSubqueryTestCase::testExistsSubquerySelect in core/modules/simpletest/tests/database_test.test
- Test EXISTS subquery conditionals on SELECT statements.
- DatabaseSelectSubqueryTestCase::testFromSubquerySelect in core/modules/simpletest/tests/database_test.test
- Test that we can use a subquery in a FROM clause.
- DatabaseSelectSubqueryTestCase::testFromSubquerySelectWithLimit in core/modules/simpletest/tests/database_test.test
- Test that we can use a subquery in a FROM clause with a limit.
- DatabaseSelectSubqueryTestCase::testJoinSubquerySelect in core/modules/simpletest/tests/database_test.test
- Test that we can use a subquery in a JOIN clause.
- DatabaseSelectSubqueryTestCase::testNotExistsSubquerySelect in core/modules/simpletest/tests/database_test.test
- Test NOT EXISTS subquery conditionals on SELECT statements.
- DatabaseSelectTestCase::testIsNotNullCondition in core/modules/simpletest/tests/database_test.test
- Test that we can find a record without a NULL value.
- DatabaseSelectTestCase::testIsNullCondition in core/modules/simpletest/tests/database_test.test
- Test that we can find a record with a NULL value.
- DatabaseSelectTestCase::testNullCondition in core/modules/simpletest/tests/database_test.test
- Test that a comparison with NULL is always FALSE.
- DatabaseSelectTestCase::testRandomOrder in core/modules/simpletest/tests/database_test.test
- Test that random ordering of queries works.
- DatabaseSelectTestCase::testSelectDuplicateAlias in core/modules/simpletest/tests/database_test.test
- Test that aliases are renamed when duplicates.
- DatabaseSelectTestCase::testSimpleComment in core/modules/simpletest/tests/database_test.test
- Test rudimentary SELECT statement with a COMMENT.
- DatabaseSelectTestCase::testSimpleSelect in core/modules/simpletest/tests/database_test.test
- Test rudimentary SELECT statements.
- DatabaseSelectTestCase::testSimpleSelectAllFields in core/modules/simpletest/tests/database_test.test
- Test adding all fields from a given table to a select statement.
- DatabaseSelectTestCase::testSimpleSelectConditional in core/modules/simpletest/tests/database_test.test
- Test basic conditionals on SELECT statements.
- DatabaseSelectTestCase::testSimpleSelectExpression in core/modules/simpletest/tests/database_test.test
- Test SELECT statements with expressions.
- DatabaseSelectTestCase::testSimpleSelectExpressionMultiple in core/modules/simpletest/tests/database_test.test
- Test SELECT statements with multiple expressions.
- DatabaseSelectTestCase::testSimpleSelectMultipleFields in core/modules/simpletest/tests/database_test.test
- Test adding multiple fields to a select statement at the same time.
- DatabaseSelectTestCase::testUnion in core/modules/simpletest/tests/database_test.test
- Test that we can UNION multiple Select queries together. This is
semantically equal to UNION DISTINCT, so we don't explicitly test that.
- DatabaseSelectTestCase::testUnionAll in core/modules/simpletest/tests/database_test.test
- Test that we can UNION ALL multiple Select queries together.
- DatabaseSelectTestCase::testVulnerableComment in core/modules/simpletest/tests/database_test.test
- Test query COMMENT system against vulnerabilities.
- DatabaseSerializeQueryTestCase::testSerializeQuery in core/modules/simpletest/tests/database_test.test
- Confirm that a query can be serialized and unserialized.
- DatabaseTaggingTestCase::testExtenderHasAllTags in core/modules/simpletest/tests/database_test.test
- Test extended query tagging "has all of these tags" functionality.
- DatabaseTaggingTestCase::testExtenderHasAnyTag in core/modules/simpletest/tests/database_test.test
- Test extended query tagging "has at least one of these tags" functionality.
- DatabaseTaggingTestCase::testExtenderHasTag in core/modules/simpletest/tests/database_test.test
- Confirm that an extended query has a "tag" added to it.
- DatabaseTaggingTestCase::testHasAllTags in core/modules/simpletest/tests/database_test.test
- Test query tagging "has all of these tags" functionality.
- DatabaseTaggingTestCase::testHasAnyTag in core/modules/simpletest/tests/database_test.test
- Test query tagging "has at least one of these tags" functionality.
- DatabaseTaggingTestCase::testHasTag in core/modules/simpletest/tests/database_test.test
- Confirm that a query has a "tag" added to it.
- DatabaseTaggingTestCase::testMetaData in core/modules/simpletest/tests/database_test.test
- Test that we can attach meta data to a query object.
- DatabaseTemporaryQueryTestCase::countTableRows in core/modules/simpletest/tests/database_test.test
- Return the number of rows of a table.
- database_example_advanced_list in modules/examples/database_example/database_example.module
- Renders a filtered list of entries in the database.
- database_example_entry_load in modules/examples/database_example/database_example.module
- Reads from the database using a filter array.
- database_test_db_query_temporary in core/modules/simpletest/tests/database_test.module
- Run a db_query_temporary and output the table name and its number of rows.
- database_test_even_pager_query in core/modules/simpletest/tests/database_test.module
- Run a pager query and return the results.
- database_test_odd_pager_query in core/modules/simpletest/tests/database_test.module
- Run a pager query and return the results.
- database_test_tablesort in core/modules/simpletest/tests/database_test.module
- Run a tablesort query and return the results.
- database_test_tablesort_first in core/modules/simpletest/tests/database_test.module
- Run a tablesort query with a second order_by after and return the results.
- database_test_theme_tablesort in core/modules/simpletest/tests/database_test.module
- Output a form without setting a header sort.
- dblog_cron in core/modules/dblog/dblog.module
- Implements hook_cron().
- dblog_overview in core/modules/dblog/dblog.admin.inc
- Page callback: Displays a listing of database log messages.
- dblog_top in core/modules/dblog/dblog.admin.inc
- Page callback: Shows the most frequent log messages of a given event type.
- DefaultEntityController::buildQuery in core/modules/entity/entity.controller.inc
- Builds the query to load the entity.
- EntityFieldQuery::propertyQuery in core/modules/entity/entity.query.inc
- Queries entity tables in SQL for property conditions and sorts.
- FieldSqlStorageTestCase::testFieldAttachInsertAndUpdate in core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test
- Reads mysql to verify correct data is
written when using insert and update.
- FieldSqlStorageTestCase::testFieldAttachSaveMissingData in core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test
- Tests insert and update with missing or NULL fields.
- field_sql_storage_field_storage_load in core/modules/field/modules/field_sql_storage/field_sql_storage.module
- Implements hook_field_storage_load().
- field_sql_storage_field_storage_query in core/modules/field/modules/field_sql_storage/field_sql_storage.module
- Implements hook_field_storage_query().
- field_test_entity_test_load in core/modules/field/tests/field_test/field_test.entity.inc
- Loads a test_entity.
- FileAdminTestCase::testFileAdminPages in core/modules/file/tests/file.test
- Tests file overview with different user permissions.
- FileAdminTestCase::testFilesAdminSort in core/modules/file/tests/file.test
- Tests that the table sorting works on the files admin pages.
- FileFileTypeClassificationTestCase::getFileType in core/modules/file/tests/file.test
- Get the file type of a given file.
- FileUsageTest::testAddUsage in core/modules/simpletest/tests/file.test
- Tests file_usage_add().
- FileUsageTest::testRemoveUsage in core/modules/simpletest/tests/file.test
- Tests file_usage_delete().
- file_space_used in core/includes/file.inc
- Determines total disk space used by a single user or the whole filesystem.
- file_usage_list in core/includes/file.inc
- Determines where a file is used.
- hook_entity_predelete in core/modules/entity/entity.api.php
- Act before entity deletion.
- hook_field_storage_load in core/modules/field/field.api.php
- Load field data for a set of entities.
- hook_field_storage_query in core/modules/field/field.api.php
- Execute an EntityFieldQuery.
- hook_search_execute in core/modules/search/search.api.php
- Execute a search for a set of key words.
- hook_taxonomy_term_load in core/modules/taxonomy/taxonomy.api.php
- Act on taxonomy terms when loaded.
- hook_taxonomy_vocabulary_load in core/modules/taxonomy/taxonomy.api.php
- Act on taxonomy vocabularies when loaded.
- hook_update_N in core/modules/system/system.api.php
- Perform a single update.
- hook_user_cancel in core/modules/user/user.api.php
- Act on user account cancellations.
- LocaleCommentLanguageFunctionalTest::testCommentLanguage in core/modules/locale/tests/locale.test
- Test that comment language is properly set.
- LocaleJavascriptTranslationTest::testFileParsing in core/modules/locale/tests/locale.test
- LocaleTranslationFunctionalTest::testJavaScriptTranslation in core/modules/locale/tests/locale.test
- locale_update_1000 in core/modules/locale/locale.install
- Drop textgroup support.
- locale_update_1002 in core/modules/locale/locale.install
- Removes duplicates in {locales_source}.
- MenuLanguageTestCase::validateParentOptions in core/modules/menu/tests/menu_language.test
- Verify that the items provided in the select list are usable as parents.
- MenuRouterTestCase::testMenuHidden in core/modules/simpletest/tests/menu.test
- Tests menu link depth and parents of local tasks and menu callbacks.
- menu_contextual_links in core/includes/menu.inc
- Retrieves contextual links for a path based on registered local tasks.
- menu_link_children_relative_depth in core/includes/menu.inc
- Finds the depth of an item's children relative to its depth.
- menu_link_get_preferred in core/includes/menu.inc
- Looks up the preferred menu link for a given system path.
- menu_link_load in core/includes/menu.inc
- Gets a translated menu link that is ready for rendering.
- menu_load_links in core/includes/menu.inc
- Returns an array containing all links for a menu.
- menu_local_tasks in core/includes/menu.inc
- Collects the local tasks (tabs), action links, and the root path.
- menu_tokens in core/modules/menu/menu.tokens.inc
- Implements hook_tokens() on behalf of menu.module.
- menu_tree_check_access in core/includes/menu.inc
- Checks access and performs dynamic operations for each link in the tree.
- menu_tree_page_data in core/includes/menu.inc
- Gets the data structure for a named menu tree, based on the current page.
- Node::access in core/modules/node/node.entity.inc
- Overrides Entity::access().
- NodeAdminTestCase::testContentAdminSort in core/modules/node/tests/node.test
- Tests that the table sorting works on the content admin pages.
- NodeQueryAlter::testNodeQueryAlterLowLevelEditAccess in core/modules/node/tests/node.test
- Tests 'node_access' query alter, for edit access.
- NodeQueryAlter::testNodeQueryAlterLowLevelNoAccess in core/modules/node/tests/node.test
- Tests 'node_access' query alter, for user without access.
- NodeQueryAlter::testNodeQueryAlterLowLevelWithAccess in core/modules/node/tests/node.test
- Tests 'node_access' query alter, for user with access.
- NodeQueryAlter::testNodeQueryAlterOverride in core/modules/node/tests/node.test
- Tests 'node_access' query alter override.
- NodeRevisionsTestCase::testRevisions in core/modules/node/tests/node.test
- Checks node revision related operations.
- node_access_example_private_node_listing in modules/examples/node_access_example/node_access_example.module
- Our hook_menu() page callback function.
- node_access_test_page in core/modules/node/tests/node_access_test/node_access_test.module
- Page callback: Creates the node access test page.
- node_access_view_all_nodes in core/modules/node/node.module
- Determines whether the user has a global viewing grant for all nodes.
- node_autocomplete in core/modules/node/node.pages.inc
- Autocomplete callback for nodes by title.
- node_autocomplete_validate in core/modules/node/node.pages.inc
- Node title validation handler.
- node_cron in core/modules/node/node.module
- Implements hook_cron().
- node_feed in core/modules/node/node.module
- Page callback: Generates and prints an RSS feed.
- node_get_recent in core/modules/node/node.module
- Finds the most recently changed nodes that are available to the current user.
- node_hooks_example_node_load in modules/examples/node_hooks_example/node_hooks_example.module
- Implements hook_node_load().
- node_hooks_example_node_update in modules/examples/node_hooks_example/node_hooks_example.module
- Implements hook_node_update().
- node_page_default in core/modules/node/node.module
- Menu callback; Generate a listing of promoted nodes.
- node_path_bulk_update_batch_process in core/modules/node/node.path.inc
- Batch processing callback; Generate or update aliases for nodes.
- node_path_type_delete_callback in core/modules/node/node.path.inc
- Callback to delete aliases for node types.
- node_search_execute in core/modules/node/node.module
- Implements hook_search_execute().
- node_tokens in core/modules/node/node.tokens.inc
- Implements hook_tokens().
- node_user_cancel in core/modules/node/node.module
- Implements hook_user_cancel().
- node_user_predelete in core/modules/node/node.module
- Implements hook_user_predelete().
- node_user_update in core/modules/node/node.module
- Implements hook_user_update().
- pager_example_page in modules/examples/pager_example/pager_example.module
- Builds the pager.
- path_admin_overview in core/modules/path/path.admin.inc
- Returns a listing of all defined URL aliases.
- path_autocomplete in core/modules/system/system.module
- Menu callback; Autocomplete callback for paths.
- path_bulk_update_batch_finished in core/modules/path/path.admin.inc
- Batch finished callback.
- path_bulk_update_batch_start in core/modules/path/path.admin.inc
- Batch callback; count the current number of URL aliases for comparison later.
- path_form_element_validate in core/modules/path/path.module
- Form element validation handler for URL alias form element.
- path_load in core/includes/path.inc
- Fetches a specific URL alias from the database.
- path_load_multiple in core/includes/path.inc
- Load a collection of URL aliases from the database all at once.
- redirect_404_list in core/modules/redirect/redirect.admin.inc
- Form callback; Display a list of all recent 404 pages.
- redirect_delete_by_path in core/modules/redirect/redirect.module
- Delete any redirects associated with a path or any of its sub-paths.
- redirect_list_form in core/modules/redirect/redirect.admin.inc
- Form callback; Display the list of all redirects.
- redirect_load_by_source in core/modules/redirect/redirect.module
- Load multiple URL redirects from the database by {redirect}.source.
- redirect_load_multiple in core/modules/redirect/redirect.module
- Load multiple URL redirects from the database.
- redirect_purge_inactive_redirects in core/modules/redirect/redirect.module
- Purge inactive redirects from the database.
- SchemaTestCase::assertFieldCharacteristics in core/modules/simpletest/tests/schema.test
- Assert that a newly added field has the correct characteristics.
- SearchConfigSettingsForm::testSearchNodeTypes in core/modules/search/tests/search.test
- Verify enabling/disabling of certain node types.
- SearchMatchTestCase::_testQueries in core/modules/search/tests/search.test
- Run predefine queries looking for indexed terms.
- SearchQuery::countQuery in core/modules/search/search.extender.inc
- Builds the default count query for SearchQuery.
- SearchSetLocaleTest::testSearchWithNumericLocale in core/modules/search/tests/search.test
- Verify that search works with a numeric locale set.
- simpletest_result_get in core/modules/simpletest/simpletest.pages.inc
- Get test results for $test_id.
- system_admin_menu_block in core/modules/system/system.module
- Provide a single block on the administration overview page.
- system_get_module_admin_tasks in core/modules/system/system.module
- Generate a list of tasks offered by a specified module.
- system_transliteration_file_query in core/modules/system/system.admin.inc
- Builds a query that returns all file names from the database containing non-ASCII characters.
- system_update_1096 in core/modules/system/system.install
- Fix icon display for customized system menu items.
- tablesort_example_page in modules/examples/tablesort_example/tablesort_example.module
- Builds the table render array.
- TaxonomyQueryAlterTestCase::testTaxonomyQueryAlter in core/modules/taxonomy/tests/taxonomy.test
- Tests that appropriate tags are added when querying the database.
- taxonomy_autocomplete in core/modules/taxonomy/taxonomy.pages.inc
- Page callback: Outputs JSON for taxonomy autocomplete suggestions.
- taxonomy_get_tree in core/modules/taxonomy/taxonomy.module
- Create a hierarchical representation of a vocabulary.
- taxonomy_path_bulk_update_batch_process in core/modules/taxonomy/taxonomy.path.inc
- Batch processing callback; Generate URL aliases for taxonomy terms.
- taxonomy_path_type_delete_callback in core/modules/taxonomy/taxonomy.path.inc
- Callback to delete aliases for taxonomy types.
- taxonomy_select_nodes in core/modules/taxonomy/taxonomy.module
- Return nodes attached to a term across all field instances.
- taxonomy_term_load_children in core/modules/taxonomy/taxonomy.module
- Finds all children of a term ID.
- taxonomy_term_load_parents in core/modules/taxonomy/taxonomy.module
- Finds all parents of a given term ID.
- taxonomy_test_get_antonym in core/modules/simpletest/tests/taxonomy_test.module
- Return the antonym of the given term ID.
- taxonomy_tokens in core/modules/taxonomy/taxonomy.tokens.inc
- Implements hook_tokens().
- translation_node_get_translations in core/modules/translation/translation.module
- Gets all nodes in a given translation set.
- translation_node_update in core/modules/translation/translation.module
- Implements hook_node_update().
- update_prepare_language in core/includes/update.inc
- Prepare Backdrop language changes for the bootstrap if needed.
- user_account_form_validate in core/modules/user/user.module
- Form validation handler for user_account_form().
- user_autocomplete in core/modules/user/user.pages.inc
- Menu callback; retrieve a JSON object containing autocomplete suggestions for existing users.
- user_is_blocked in core/modules/user/user.module
- Checks for usernames blocked by user administration.
- user_path_bulk_update_batch_process in core/modules/user/user.path.inc
- Batch processing callback; Generate URL aliases for users.
- user_search_execute in core/modules/user/user.module
- Implements hook_search_execute().
- views_ajax_autocomplete_taxonomy in core/modules/views/includes/ajax.inc
- Page callback for views taxonomy autocomplete.
- views_ajax_autocomplete_user in core/modules/views/includes/ajax.inc
- Page callback for views user autocomplete
- views_handler_argument_comment_user_uid::query in core/modules/comment/views/views_handler_argument_comment_user_uid.inc
- Set up the query for this argument.
- views_handler_argument_file_fid::title_query in core/modules/file/views/views_handler_argument_file_fid.inc
- Override the behavior of title_query(). Get the filenames.
- views_handler_argument_search::query_parse_search_expression in core/modules/search/views/views_handler_argument_search.inc
- Make sure that parseSearchExpression is run and everything is set up for
it.
- views_handler_argument_term_node_tid::title_query in core/modules/taxonomy/views/views_handler_argument_term_node_tid.inc
- Override for specific title lookups.
- views_handler_argument_term_node_tid_depth::query in core/modules/taxonomy/views/views_handler_argument_term_node_tid_depth.inc
- Set up the query for this argument.
- views_handler_field_term_node_tid::pre_render in core/modules/taxonomy/views/views_handler_field_term_node_tid.inc
- Run before any fields are rendered.
- views_handler_filter_comment_user_uid::query in core/modules/comment/views/views_handler_filter_comment_user_uid.inc
- Add this filter to the query.
- views_handler_filter_search::query_parse_search_expression in core/modules/search/views/views_handler_filter_search.inc
- Make sure that parseSearchExpression is run and everything is set up for
it.
- views_handler_filter_term_node_tid::admin_summary in core/modules/taxonomy/views/views_handler_filter_term_node_tid.inc
- Display the filter on the administrative summary
- views_handler_filter_term_node_tid::validate_term_strings in core/modules/taxonomy/views/views_handler_filter_term_node_tid.inc
- Validate the user string. In order to handle multiple input sources, this
is abstracted out a bit; since this can come from either the form, or the
exposed filter.
- views_handler_filter_term_node_tid::value_form in core/modules/taxonomy/views/views_handler_filter_term_node_tid.inc
- Options form subform for setting options.
- views_handler_filter_term_node_tid_depth::query in core/modules/taxonomy/views/views_handler_filter_term_node_tid_depth.inc
- Add this filter to the query.
- views_handler_relationship_node_term_data::query in core/modules/taxonomy/views/views_handler_relationship_node_term_data.inc
- Called to implement a relationship in a query.
- views_plugin_argument_validate_taxonomy_term::process_summary_arguments in core/modules/taxonomy/views/views_plugin_argument_validate_taxonomy_term.inc
- Process the summary arguments for displaying.
- views_plugin_argument_validate_taxonomy_term::validate_argument in core/modules/taxonomy/views/views_plugin_argument_validate_taxonomy_term.inc
- WatchdogTestCase::assertLogMessage in core/modules/simpletest/tests/bootstrap.test
- Verify a log entry was entered. Called in the same way of theme
expected original watchdog() execution.
- WatchdogTestCase::assertNoLogMessage in core/modules/simpletest/tests/bootstrap.test
- Verify no log entry was entered. Called in the same way of the
expected original watchdog() execution.
- _file_query_file_access_alter in core/modules/file/file.module
- Helper for file entity access functions.
- _filter_get_file_id in core/modules/filter/filter.pages.inc
- Find a managed file ID from a url.
- _locale_translate_seek in core/modules/locale/locale.pages.inc
- Perform a string search and display results in a table
- _menu_build_tree in core/includes/menu.inc
- Builds a menu tree.
- _menu_find_router_path in core/includes/menu.inc
- Finds the router path which will serve this path.
- _menu_link_find_parent in core/includes/menu.inc
- Finds a possible parent for a given menu link.
- _menu_navigation_links_rebuild in core/includes/menu.inc
- Builds menu links for the items in the menu router.
- _menu_update_parental_status in core/includes/menu.inc
- Checks and updates the 'has_children' status for the parent of a link.
- _node_query_node_access_alter in core/modules/node/node.module
- Helper for node access functions.
- _token_example_get_comment in modules/examples/token_example/token_example.module
- Builds a list of available comments.
- _token_example_get_file in modules/examples/token_example/token_example.module
- Builds a list of available files.
- _token_example_get_node in modules/examples/token_example/token_example.module
- Builds a list of available content.
- _token_example_get_taxonomy_term in modules/examples/token_example/token_example.module
- Builds a list of available taxonomy terms.
- _token_example_get_user in modules/examples/token_example/token_example.module
- Builds a list of available user accounts.
- _update_get_cache_multiple in core/modules/update/update.module
- Returns an array of cache items with a given cache ID prefix.