444 calls to db_query()
- ActionLoopTestCase::triggerActions in drupal-7.x/modules/simpletest/tests/actions.test
- Create an infinite loop by causing a watchdog message to be set,
which causes the actions to be triggered again, up to actions_max_stack
times.
- ActionsConfigurationTestCase::testActionConfiguration in drupal-7.x/modules/simpletest/tests/actions.test
- Test the configuration of advanced actions through the administration
interface.
- actions_do in drupal-7.x/includes/actions.inc
- Performs a given list of actions by executing their callback functions.
- actions_function_lookup in drupal-7.x/includes/actions.inc
- Returns an action array key (function or ID), given its hash.
- actions_get_all_actions in drupal-7.x/includes/actions.inc
- Retrieves all action instances from the database.
- actions_load in drupal-7.x/includes/actions.inc
- Retrieves a single action from the database.
- actions_synchronize in drupal-7.x/includes/actions.inc
- Synchronizes actions that are provided by modules in hook_action_info().
- AggregatorCronTestCase::testCron in drupal-7.x/modules/aggregator/aggregator.test
- Adds feeds and updates them via cron process.
- AggregatorTestCase::createFeed in drupal-7.x/modules/aggregator/aggregator.test
- Creates an aggregator feed.
- AggregatorTestCase::getCategories in drupal-7.x/modules/aggregator/aggregator.test
- Pulls categories from {aggregator_category} table.
- AggregatorTestCase::getFeedCategories in drupal-7.x/modules/aggregator/aggregator.test
- Pulls feed categories from {aggregator_category_feed} table.
- AggregatorTestCase::uniqueFeed in drupal-7.x/modules/aggregator/aggregator.test
- Checks whether the feed name and URL are unique.
- AggregatorTestCase::updateAndRemove in drupal-7.x/modules/aggregator/aggregator.test
- Adds and removes feed items and ensure that the count is zero.
- AggregatorTestCase::updateFeedItems in drupal-7.x/modules/aggregator/aggregator.test
- Updates the feed items.
- aggregator_aggregator_process in drupal-7.x/modules/aggregator/aggregator.processor.inc
- Implements hook_aggregator_process().
- aggregator_aggregator_remove in drupal-7.x/modules/aggregator/aggregator.processor.inc
- Implements hook_aggregator_remove().
- aggregator_block_configure in drupal-7.x/modules/aggregator/aggregator.module
- Implements hook_block_configure().
- aggregator_block_info in drupal-7.x/modules/aggregator/aggregator.module
- Implements hook_block_info().
- aggregator_block_view in drupal-7.x/modules/aggregator/aggregator.module
- Implements hook_block_view().
- aggregator_categorize_items in drupal-7.x/modules/aggregator/aggregator.pages.inc
- Form constructor to build the page list form.
- aggregator_category_load in drupal-7.x/modules/aggregator/aggregator.module
- Loads an aggregator category.
- aggregator_cron in drupal-7.x/modules/aggregator/aggregator.module
- Implements hook_cron().
- aggregator_expire in drupal-7.x/modules/aggregator/aggregator.processor.inc
- Expires items from a feed depending on expiration settings.
- aggregator_feed_items_load in drupal-7.x/modules/aggregator/aggregator.pages.inc
- Loads and optionally filters feed items.
- aggregator_feed_load in drupal-7.x/modules/aggregator/aggregator.module
- Loads an aggregator feed.
- aggregator_form_category_validate in drupal-7.x/modules/aggregator/aggregator.admin.inc
- Form validation handler for aggregator_form_category().
- aggregator_form_feed in drupal-7.x/modules/aggregator/aggregator.admin.inc
- Form constructor for adding and editing feed sources.
- aggregator_form_feed_validate in drupal-7.x/modules/aggregator/aggregator.admin.inc
- Form validation handler for aggregator_form_feed().
- aggregator_form_opml in drupal-7.x/modules/aggregator/aggregator.admin.inc
- Form constructor for importing feeds from OPML.
- aggregator_form_opml_submit in drupal-7.x/modules/aggregator/aggregator.admin.inc
- Form submission handler for aggregator_form_opml().
- aggregator_page_categories in drupal-7.x/modules/aggregator/aggregator.pages.inc
- Page callback: Displays all the categories used by the Aggregator module.
- aggregator_page_opml in drupal-7.x/modules/aggregator/aggregator.pages.inc
- Page callback: Generates an OPML representation of all feeds.
- aggregator_page_rss in drupal-7.x/modules/aggregator/aggregator.pages.inc
- Page callback: Generates an RSS 0.92 feed of aggregator items or categories.
- aggregator_page_sources in drupal-7.x/modules/aggregator/aggregator.pages.inc
- Page callback: Displays all the feeds used by the aggregator.
- aggregator_save_feed in drupal-7.x/modules/aggregator/aggregator.module
- Add/edit/delete an aggregator feed.
- aggregator_save_item in drupal-7.x/modules/aggregator/aggregator.processor.inc
- Adds/edits/deletes an aggregator item.
- aggregator_view in drupal-7.x/modules/aggregator/aggregator.admin.inc
- Displays the aggregator administration page.
- BasicMinimalUpdatePath::testBasicMinimalUpdate in drupal-7.x/modules/simpletest/tests/upgrade/upgrade.test
- Tests a successful point release update.
- BasicStandardUpdatePath::testBasicStandardUpdate in drupal-7.x/modules/simpletest/tests/upgrade/upgrade.test
- Tests a successful point release update.
- BasicUpgradePath::testBasicUpgrade in drupal-7.x/modules/simpletest/tests/upgrade/upgrade.test
- Test a successful upgrade.
- BatchQueue::getAllItems in drupal-7.x/includes/batch.queue.inc
- Retrieves all remaining items in the queue.
- batch_load in drupal-7.x/includes/batch.inc
- Loads a batch from the database.
- BlockCacheTestCase::setCacheMode in drupal-7.x/modules/block/block.test
- Private helper method to set the test block's cache mode.
- blocked_ip_load in drupal-7.x/modules/system/system.module
- Retrieve a blocked IP address from the database.
- BlockTestCase::testBlock in drupal-7.x/modules/block/block.test
- Test configuring and moving a module-define block to specific regions.
- BlockTestCase::testBlockRehash in drupal-7.x/modules/block/block.test
- Test _block_rehash().
- BlockTestCase::testBlockVisibility in drupal-7.x/modules/block/block.test
- Test block visibility.
- BlockTestCase::testBlockVisibilityListedEmpty in drupal-7.x/modules/block/block.test
- Test block visibility when using "pages" restriction but leaving
"pages" textarea empty
- BlockTestCase::testBlockVisibilityPerUser in drupal-7.x/modules/block/block.test
- Test user customization of block visibility.
- BlockTestCase::testCustomBlock in drupal-7.x/modules/block/block.test
- Test creating custom block, moving it to a specific region and then deleting it.
- BlockTestCase::testCustomBlockFormat in drupal-7.x/modules/block/block.test
- Test creating custom block using Full HTML.
- block_admin_configure in drupal-7.x/modules/block/block.admin.inc
- Form constructor for the block configuration form.
- block_block_info in drupal-7.x/modules/block/block.module
- Implements hook_block_info().
- block_block_list_alter in drupal-7.x/modules/block/block.module
- Implements hook_block_list_alter().
- block_block_view in drupal-7.x/modules/block/block.module
- Implements hook_block_view().
- block_custom_block_get in drupal-7.x/modules/block/block.module
- Returns information from database about a user-created (custom) block.
- block_flush_caches in drupal-7.x/modules/block/block.module
- Implements hook_flush_caches().
- block_form_user_profile_form_alter in drupal-7.x/modules/block/block.module
- Implements hook_form_FORM_ID_alter() for user_profile_form().
- block_load in drupal-7.x/modules/block/block.module
- Loads a block object from the database.
- block_theme_initialize in drupal-7.x/modules/block/block.module
- Assigns an initial, default set of blocks for a theme.
- block_update_7004 in drupal-7.x/modules/block/block.install
- Add new blocks to new regions, migrate custom variables to blocks.
- block_update_7005 in drupal-7.x/modules/block/block.install
- Update the {block_custom}.format column.
- book_get_books in drupal-7.x/modules/book/book.module
- Returns an array of all books.
- book_link_load in drupal-7.x/modules/book/book.module
- Gets a book menu link by its menu link ID.
- book_node_delete in drupal-7.x/modules/book/book.module
- Implements hook_node_delete().
- book_node_load in drupal-7.x/modules/book/book.module
- Implements hook_node_load().
- CategorizeFeedItemTestCase::testCategorizeFeedItem in drupal-7.x/modules/aggregator/aggregator.test
- Checks that children of a feed inherit a defined category.
- CategorizeFeedTestCase::testCategorizeFeed in drupal-7.x/modules/aggregator/aggregator.test
- Creates a feed and makes sure you can add more than one category to it.
- color_update_7001 in drupal-7.x/modules/color/color.install
- Warn site administrator if unsafe CSS color codes are found in the database.
- CommentInterfaceTest::setEnvironment in drupal-7.x/modules/comment/comment.test
- Re-configures the environment, module settings, and user permissions.
- comment_count_unpublished in drupal-7.x/modules/comment/comment.module
- Returns a menu title which includes the number of unapproved comments.
- comment_delete_multiple in drupal-7.x/modules/comment/comment.module
- Delete comments and all their replies.
- comment_form_node_form_alter in drupal-7.x/modules/comment/comment.module
- Implements hook_form_BASE_FORM_ID_alter().
- comment_multiple_delete_confirm in drupal-7.x/modules/comment/comment.admin.inc
- List the selected comments and verify that the admin wants to delete them.
- comment_new_page_count in drupal-7.x/modules/comment/comment.module
- Calculate page number for first new comment.
- comment_node_delete in drupal-7.x/modules/comment/comment.module
- Implements hook_node_delete().
- comment_node_load in drupal-7.x/modules/comment/comment.module
- Implements hook_node_load().
- comment_node_search_result in drupal-7.x/modules/comment/comment.module
- Implements hook_node_search_result().
- comment_node_update_index in drupal-7.x/modules/comment/comment.module
- Implements hook_node_update_index().
- comment_num_new in drupal-7.x/modules/comment/comment.module
- Get number of new comments for current user and specified node.
- comment_publish_action in drupal-7.x/modules/comment/comment.module
- Publishes a comment.
- comment_reply in drupal-7.x/modules/comment/comment.pages.inc
- This function is responsible for generating a comment reply form.
There are several cases that have to be handled, including:
- comment_save in drupal-7.x/modules/comment/comment.module
- Accepts a submission of new or changed comment content.
- comment_unpublish_action in drupal-7.x/modules/comment/comment.module
- Unpublishes a comment.
- comment_update_7001 in drupal-7.x/modules/comment/comment.install
- Change comment status from published being 0 to being 1
- comment_update_7003 in drupal-7.x/modules/comment/comment.install
- Split {comment}.timestamp into 'created' and 'changed', improve indexing on {comment}.
- comment_update_7006 in drupal-7.x/modules/comment/comment.install
- Migrate data from the comment field to field storage.
- comment_update_index in drupal-7.x/modules/comment/comment.module
- Implements hook_update_index().
- comment_user_delete in drupal-7.x/modules/comment/comment.module
- Implements hook_user_delete().
- ContactPersonalTestCase::testPersonalContactFlood in drupal-7.x/modules/contact/contact.test
- Tests the personal contact form flood protection.
- ContactSitewideTestCase::deleteCategories in drupal-7.x/modules/contact/contact.test
- Deletes all categories.
- ContactSitewideTestCase::getCategories in drupal-7.x/modules/contact/contact.test
- Gets a list of all category IDs.
- ContactSitewideTestCase::testSiteWideContact in drupal-7.x/modules/contact/contact.test
- Tests configuration options and the site-wide contact form.
- contact_site_form in drupal-7.x/modules/contact/contact.pages.inc
- Form constructor for the site-wide contact form.
- dashboard_show_block_content in drupal-7.x/modules/dashboard/dashboard.module
- Ajax callback: Displays the rendered contents of a specific block.
- DatabaseBasicSyntaxTestCase::testBasicConcat in drupal-7.x/modules/simpletest/tests/database_test.test
- Test for string concatenation.
- DatabaseBasicSyntaxTestCase::testFieldConcat in drupal-7.x/modules/simpletest/tests/database_test.test
- Test for string concatenation with field values.
- DatabaseCaseSensitivityTestCase::testCaseSensitiveInsert in drupal-7.x/modules/simpletest/tests/database_test.test
- Test BINARY collation in MySQL.
- DatabaseDeleteTruncateTestCase::testSimpleDelete in drupal-7.x/modules/simpletest/tests/database_test.test
- Confirm that we can delete a single record successfully.
- DatabaseDeleteTruncateTestCase::testSubselectDelete in drupal-7.x/modules/simpletest/tests/database_test.test
- Confirm that we can use a subselect in a delete successfully.
- DatabaseDeleteTruncateTestCase::testTruncate in drupal-7.x/modules/simpletest/tests/database_test.test
- Confirm that we can truncate a whole table successfully.
- DatabaseFetch2TestCase::testQueryFetchBoth in drupal-7.x/modules/simpletest/tests/database_test.test
- Confirm that we can fetch a record into a doubly-keyed array explicitly.
- DatabaseFetch2TestCase::testQueryFetchCol in drupal-7.x/modules/simpletest/tests/database_test.test
- Confirm that we can fetch an entire column of a result set at once.
- DatabaseFetch2TestCase::testQueryFetchNum in drupal-7.x/modules/simpletest/tests/database_test.test
- DatabaseFetchTestCase::testQueryFetchArray in drupal-7.x/modules/simpletest/tests/database_test.test
- Confirm that we can fetch a record to an array associative explicitly.
- DatabaseFetchTestCase::testQueryFetchClass in drupal-7.x/modules/simpletest/tests/database_test.test
- Confirm that we can fetch a record into a new instance of a custom class.
- DatabaseFetchTestCase::testQueryFetchDefault in drupal-7.x/modules/simpletest/tests/database_test.test
- Confirm that we can fetch a record properly in default object mode.
- DatabaseFetchTestCase::testQueryFetchObject in drupal-7.x/modules/simpletest/tests/database_test.test
- Confirm that we can fetch a record to an object explicitly.
- DatabaseInsertDefaultsTestCase::testDefaultEmptyInsert in drupal-7.x/modules/simpletest/tests/database_test.test
- Test that no action will be preformed if no fields are specified.
- DatabaseInsertDefaultsTestCase::testDefaultInsert in drupal-7.x/modules/simpletest/tests/database_test.test
- Test that we can run a query that is "default values for everything".
- DatabaseInsertDefaultsTestCase::testDefaultInsertWithFields in drupal-7.x/modules/simpletest/tests/database_test.test
- Test that we can insert fields with values and defaults in the same query.
- DatabaseInsertLOBTestCase::testInsertMultipleBlob in drupal-7.x/modules/simpletest/tests/database_test.test
- Test that we can insert multiple blob fields in the same query.
- DatabaseInsertLOBTestCase::testInsertOneBlob in drupal-7.x/modules/simpletest/tests/database_test.test
- Test that we can insert a single blob field successfully.
- DatabaseInsertTestCase::testInsertFieldOnlyDefinintion in drupal-7.x/modules/simpletest/tests/database_test.test
- Test that we can specify fields without values and specify values later.
- DatabaseInsertTestCase::testInsertSelect in drupal-7.x/modules/simpletest/tests/database_test.test
- Test that the INSERT INTO ... SELECT ... syntax works.
- DatabaseInsertTestCase::testMultiInsert in drupal-7.x/modules/simpletest/tests/database_test.test
- Test that we can insert multiple records in one query object.
- DatabaseInsertTestCase::testRepeatedInsert in drupal-7.x/modules/simpletest/tests/database_test.test
- Test that an insert object can be reused with new data after it executes.
- DatabaseInsertTestCase::testSimpleInsert in drupal-7.x/modules/simpletest/tests/database_test.test
- Test the very basic insert functionality.
- DatabaseInvalidDataTestCase::testInsertDuplicateData in drupal-7.x/modules/simpletest/tests/database_test.test
- Traditional SQL database systems abort inserts when invalid data is encountered.
- DatabaseLoggingTestCase::testEnableLogging in drupal-7.x/modules/simpletest/tests/database_test.test
- Test that we can log the existence of a query.
- DatabaseLoggingTestCase::testEnableMultiConnectionLogging in drupal-7.x/modules/simpletest/tests/database_test.test
- Test that we can log queries separately on different connections.
- DatabaseLoggingTestCase::testEnableMultiLogging in drupal-7.x/modules/simpletest/tests/database_test.test
- Test that we can run two logs in parallel.
- DatabaseLoggingTestCase::testEnableTargetLogging in drupal-7.x/modules/simpletest/tests/database_test.test
- Test that we can log queries against multiple targets on the same connection.
- DatabaseLoggingTestCase::testEnableTargetLoggingNoTarget in drupal-7.x/modules/simpletest/tests/database_test.test
- Test that logs to separate targets collapse to the same connection properly.
- DatabaseMergeTestCase::testMergeInsert in drupal-7.x/modules/simpletest/tests/database_test.test
- Confirm that we can merge-insert a record successfully.
- DatabaseMergeTestCase::testMergeInsertWithoutUpdate in drupal-7.x/modules/simpletest/tests/database_test.test
- Test that we can merge-insert without any update fields.
- DatabaseMergeTestCase::testMergeUpdate in drupal-7.x/modules/simpletest/tests/database_test.test
- Confirm that we can merge-update a record successfully.
- DatabaseMergeTestCase::testMergeUpdateExcept in drupal-7.x/modules/simpletest/tests/database_test.test
- Confirm that we can merge-update a record successfully, with different insert and update.
- DatabaseMergeTestCase::testMergeUpdateExplicit in drupal-7.x/modules/simpletest/tests/database_test.test
- Confirm that we can merge-update a record successfully, with alternate replacement.
- DatabaseMergeTestCase::testMergeUpdateExpression in drupal-7.x/modules/simpletest/tests/database_test.test
- Confirm that we can merge-update a record successfully, with expressions.
- DatabaseMergeTestCase::testMergeUpdateWithoutUpdate in drupal-7.x/modules/simpletest/tests/database_test.test
- Confirm that we can merge-update without any update fields.
- DatabaseQueryTestCase::testArraySubstitution in drupal-7.x/modules/simpletest/tests/database_test.test
- Test that we can specify an array of values in the query by simply passing in an array.
- DatabaseRangeQueryTestCase::testRangeQuery in drupal-7.x/modules/simpletest/tests/database_test.test
- Confirm that range query work and return correct result.
- DatabaseRegressionTestCase::testRegression_310447 in drupal-7.x/modules/simpletest/tests/database_test.test
- Regression test for #310447.
- DatabaseSchema_sqlite::findTables in drupal-7.x/includes/database/sqlite/schema.inc
- Find all tables that are like the specified base table name.
- DatabaseSelectPagerDefaultTestCase::testEvenPagerQuery in drupal-7.x/modules/simpletest/tests/database_test.test
- Confirm that a pager query returns the correct results.
- DatabaseSelectPagerDefaultTestCase::testOddPagerQuery in drupal-7.x/modules/simpletest/tests/database_test.test
- Confirm that a pager query returns the correct results.
- DatabaseSelectTestCase::testRandomOrder in drupal-7.x/modules/simpletest/tests/database_test.test
- Test that random ordering of queries works.
- DatabaseTasks::runTestQuery in drupal-7.x/includes/install.inc
- Run SQL tests to ensure the database can execute commands with the current user.
- DatabaseTasks_pgsql::checkBinaryOutput in drupal-7.x/includes/database/pgsql/install.inc
- Check Binary Output.
- DatabaseTasks_pgsql::checkBinaryOutputSuccess in drupal-7.x/includes/database/pgsql/install.inc
- Verify that a binary data roundtrip returns the original string.
- DatabaseTasks_pgsql::checkEncoding in drupal-7.x/includes/database/pgsql/install.inc
- Check encoding is UTF8.
- DatabaseTasks_pgsql::initializeDatabase in drupal-7.x/includes/database/pgsql/install.inc
- Make PostgreSQL Drupal friendly.
- DatabaseTransactionTestCase::assertRowAbsent in drupal-7.x/modules/simpletest/tests/database_test.test
- Assert that a given row is absent from the test table.
- DatabaseTransactionTestCase::assertRowPresent in drupal-7.x/modules/simpletest/tests/database_test.test
- Assert that a given row is present in the test table.
- DatabaseTransactionTestCase::testCommittedTransaction in drupal-7.x/modules/simpletest/tests/database_test.test
- Test committed transaction.
- DatabaseTransactionTestCase::testTransactionRollBackNotSupported in drupal-7.x/modules/simpletest/tests/database_test.test
- Test transaction rollback on a database that does not support transactions.
- DatabaseTransactionTestCase::testTransactionRollBackSupported in drupal-7.x/modules/simpletest/tests/database_test.test
- Test transaction rollback on a database that supports transactions.
- DatabaseUpdateComplexTestCase::testBetweenConditionUpdate in drupal-7.x/modules/simpletest/tests/database_test.test
- Test BETWEEN conditional clauses.
- DatabaseUpdateComplexTestCase::testInConditionUpdate in drupal-7.x/modules/simpletest/tests/database_test.test
- Test WHERE IN clauses.
- DatabaseUpdateComplexTestCase::testLikeConditionUpdate in drupal-7.x/modules/simpletest/tests/database_test.test
- Test LIKE conditionals.
- DatabaseUpdateComplexTestCase::testNotInConditionUpdate in drupal-7.x/modules/simpletest/tests/database_test.test
- Test WHERE NOT IN clauses.
- DatabaseUpdateComplexTestCase::testOrConditionUpdate in drupal-7.x/modules/simpletest/tests/database_test.test
- Test updates with OR conditionals.
- DatabaseUpdateComplexTestCase::testUpdateExpression in drupal-7.x/modules/simpletest/tests/database_test.test
- Test update with expression values.
- DatabaseUpdateComplexTestCase::testUpdateOnlyExpression in drupal-7.x/modules/simpletest/tests/database_test.test
- Test update with only expression values.
- DatabaseUpdateLOBTestCase::testUpdateMultipleBlob in drupal-7.x/modules/simpletest/tests/database_test.test
- Confirm that we can update two blob columns in the same table.
- DatabaseUpdateLOBTestCase::testUpdateOneBlob in drupal-7.x/modules/simpletest/tests/database_test.test
- Confirm that we can update a blob column.
- DatabaseUpdateTestCase::testMultiGTUpdate in drupal-7.x/modules/simpletest/tests/database_test.test
- Confirm that we can update a multiple records with a non-equality condition.
- DatabaseUpdateTestCase::testMultiUpdate in drupal-7.x/modules/simpletest/tests/database_test.test
- Confirm that we can update a multiple records successfully.
- DatabaseUpdateTestCase::testPrimaryKeyUpdate in drupal-7.x/modules/simpletest/tests/database_test.test
- Confirm that we can update the primary key of a record successfully.
- DatabaseUpdateTestCase::testSimpleNullUpdate in drupal-7.x/modules/simpletest/tests/database_test.test
- Confirm updating to NULL.
- DatabaseUpdateTestCase::testSimpleUpdate in drupal-7.x/modules/simpletest/tests/database_test.test
- Confirm that we can update a single record successfully.
- DatabaseUpdateTestCase::testWhereAndConditionUpdate in drupal-7.x/modules/simpletest/tests/database_test.test
- Confirm that we can stack condition and where calls.
- DatabaseUpdateTestCase::testWhereUpdate in drupal-7.x/modules/simpletest/tests/database_test.test
- Confirm that we can update a multiple records with a where call.
- DBLogTestCase::doUser in drupal-7.x/modules/dblog/dblog.test
- Generates and then verifies some user events.
- DBLogTestCase::testDBLogAddAndClear in drupal-7.x/modules/dblog/dblog.test
- Tests the addition and clearing of log events through the admin interface.
- DBLogTestCase::verifyCron in drupal-7.x/modules/dblog/dblog.test
- Verifies that cron correctly applies the database log row limit.
- DBLogTestCase::verifyRowLimit in drupal-7.x/modules/dblog/dblog.test
- Verifies setting of the database log row limit.
- dblog_event in drupal-7.x/modules/dblog/dblog.admin.inc
- Page callback: Displays details about a specific database log message.
- drupal-6.bare.database.php in drupal-7.x/modules/simpletest/tests/upgrade/drupal-6.bare.database.php
- Bare installation of Drupal 6.17, for test purposes.
- drupal-6.filled.database.php in drupal-7.x/modules/simpletest/tests/upgrade/drupal-6.filled.database.php
- Filled installation of Drupal 6.17, for test purposes.
- DrupalDataApiTest::testDrupalWriteRecord in drupal-7.x/modules/simpletest/tests/common.test
- Test the drupal_write_record() API function.
- DrupalDatabaseCache::getMultiple in drupal-7.x/includes/cache.inc
- Implements DrupalCacheInterface::getMultiple().
- DrupalWebTestCase::drupalCreateRole in drupal-7.x/modules/simpletest/drupal_web_test_case.php
- Internal helper function; Create a role with specified permissions.
- DrupalWebTestCase::setUp in drupal-7.x/modules/simpletest/drupal_web_test_case.php
- Sets up a Drupal site for running functional and integration tests.
- drupal_get_filename in drupal-7.x/includes/bootstrap.inc
- Returns and optionally sets the filename for a system resource.
- drupal_get_installed_schema_version in drupal-7.x/includes/install.inc
- Returns the currently installed schema version for a module.
- drupal_is_denied in drupal-7.x/includes/bootstrap.inc
- Checks to see if an IP address has been blocked.
- drupal_lookup_path in drupal-7.x/includes/path.inc
- Given an alias, return its Drupal system URL if one exists. Given a Drupal
system URL return one of its aliases if such a one exists. Otherwise,
return FALSE.
- drupal_path_alias_whitelist_rebuild in drupal-7.x/includes/path.inc
- Rebuild the path alias white list.
- drupal_valid_path in drupal-7.x/includes/path.inc
- Checks a path exists and the current user has access to it.
- error_test_trigger_pdo_exception in drupal-7.x/modules/simpletest/tests/error_test.module
- Menu callback; trigger an exception to test the exception handler.
- FeedParserTestCase::testAtomSample in drupal-7.x/modules/aggregator/aggregator.test
- Tests a feed that uses the Atom format.
- FieldCrudTestCase::testCreateField in drupal-7.x/modules/field/tests/field.test
- Test the creation of a field.
- FieldInfo::getFieldMap in drupal-7.x/modules/field/field.info.class.inc
- Collects a lightweight map of fields across bundles.
- FieldInfoTestCase::testFieldPrepare in drupal-7.x/modules/field/tests/field.test
- Test that cached field definitions are ready for current runtime context.
- FieldInfoTestCase::testInstancePrepare in drupal-7.x/modules/field/tests/field.test
- Test that cached instance definitions are ready for current runtime context.
- FieldInstanceCrudTestCase::testCreateFieldInstance in drupal-7.x/modules/field/tests/field.test
- Test the creation of a field instance.
- field_sql_storage_update_7001 in drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.install
- Remove the field_config_entity_type table and store 'entity_type' strings.
- field_update_7001 in drupal-7.x/modules/field/field.install
- Fix fields definitions created during the d6 to d7 upgrade path.
- FileFieldTestCase::getLastFileId in drupal-7.x/modules/file/tests/file.test
- Retrieves the fid of the last inserted file.
- FileSaveTest::testFileSave in drupal-7.x/modules/simpletest/tests/file.test
- FileSaveUploadTest::setUp in drupal-7.x/modules/simpletest/tests/file.test
- Sets up a Drupal site for running functional and integration tests.
- FileSaveUploadTest::testNormal in drupal-7.x/modules/simpletest/tests/file.test
- Test the file_save_upload() function.
- FilledMinimalUpdatePath::testFilledStandardUpdate in drupal-7.x/modules/simpletest/tests/upgrade/upgrade.test
- Tests a successful point release update.
- FilledStandardUpdatePath::testFilledStandardUpdate in drupal-7.x/modules/simpletest/tests/upgrade/upgrade.test
- Tests a successful point release update.
- FilterAdminTestCase::testFilterAdmin in drupal-7.x/modules/filter/filter.test
- Tests filter administration functionality.
- FilterCRUDTestCase::testTextFormatCRUD in drupal-7.x/modules/filter/filter.test
- Tests CRUD operations for text formats and filters.
- FilterCRUDTestCase::verifyFilters in drupal-7.x/modules/filter/filter.test
- Verifies that filters are properly stored for a text format.
- FilterDefaultFormatTestCase::testDefaultTextFormats in drupal-7.x/modules/filter/filter.test
- Tests if the default text format is accessible to users.
- FilterHooksTestCase::testFilterHooks in drupal-7.x/modules/filter/filter.test
- Tests hooks on format management.
- filter_admin_format_form_validate in drupal-7.x/modules/filter/filter.admin.inc
- Form validation handler for filter_admin_format_form().
- filter_list_format in drupal-7.x/modules/filter/filter.module
- Retrieves a list of filters for a given text format.
- filter_update_7001 in drupal-7.x/modules/filter/filter.install
- Break out "escape HTML filter" option to its own filter.
- filter_update_7005 in drupal-7.x/modules/filter/filter.install
- Integrate text formats with the user permissions system.
- filter_update_7008 in drupal-7.x/modules/filter/filter.install
- Grant usage of all text formats to user roles having the 'administer filters' permission.
- flood_is_allowed in drupal-7.x/includes/common.inc
- Checks whether a user is allowed to proceed with the specified event.
- ForumTestCase::createForum in drupal-7.x/modules/forum/forum.test
- Creates a forum container or a forum.
- ForumTestCase::testAddOrphanTopic in drupal-7.x/modules/forum/forum.test
- Tests that forum nodes can't be added without a parent.
- ForumTestCase::verifyForums in drupal-7.x/modules/forum/forum.test
- Verifies that the logged in user has access to a forum nodes.
- forum_node_update in drupal-7.x/modules/forum/forum.module
- Implements hook_node_update().
- HelpTestCase::getModuleList in drupal-7.x/modules/help/help.test
- Gets the list of enabled modules that implement hook_help().
- HookBootExitTestCase::testHookBootExit in drupal-7.x/modules/simpletest/tests/bootstrap.test
- Test calling of hook_boot() and hook_exit().
- hook_block_list_alter in drupal-7.x/modules/block/block.api.php
- Act on blocks prior to rendering.
- hook_comment_load in drupal-7.x/modules/comment/comment.api.php
- Comments are being loaded from the database.
- hook_cron in drupal-7.x/modules/system/system.api.php
- Perform periodic actions.
- hook_file_load in drupal-7.x/modules/system/system.api.php
- Load additional information into file objects.
- hook_load in drupal-7.x/modules/node/node.api.php
- Act on nodes being loaded from the database.
- hook_menu_link_update in drupal-7.x/modules/system/system.api.php
- Inform modules that a menu link has been updated.
- hook_node_load in drupal-7.x/modules/node/node.api.php
- Act on arbitrary nodes being loaded from the database.
- hook_node_search_result in drupal-7.x/modules/node/node.api.php
- Act on a node being displayed as a search result.
- hook_node_update_index in drupal-7.x/modules/node/node.api.php
- Act on a node being indexed for searching.
- hook_search_status in drupal-7.x/modules/search/search.api.php
- Report the status of indexing.
- hook_update_N in drupal-7.x/modules/system/system.api.php
- Perform a single update.
- hook_user_load in drupal-7.x/modules/user/user.api.php
- Act on user objects when loaded from the database.
- image_update_7005 in drupal-7.x/modules/image/image.install
- Add a column to the 'image_style' table to store administrative labels.
- ImportOPMLTestCase::submitImportForm in drupal-7.x/modules/aggregator/aggregator.test
- Submits form with invalid, empty, and valid OPML files.
- ImportOPMLTestCase::validateImportFormFields in drupal-7.x/modules/aggregator/aggregator.test
- Submits form filled with invalid fields.
- install_verify_completed_task in drupal-7.x/includes/install.core.inc
- Verifies and returns the last installation task that was completed.
- IPAddressBlockingTestCase::testIPAddressValidation in drupal-7.x/modules/system/system.test
- Test a variety of user input to confirm correct validation and saving of data.
- language_list in drupal-7.x/includes/bootstrap.inc
- Returns a list of installed languages, indexed by the specified key.
- list_update_7001 in drupal-7.x/modules/field/modules/list/list.install
- Rename the list field types and change 'allowed_values' format.
- locale in drupal-7.x/modules/locale/locale.module
- Provides interface translation services.
- LocaleImportFunctionalTest::testStandalonePoFile in drupal-7.x/modules/locale/locale.test
- Test import of standalone .po files.
- LocaleUninstallFunctionalTest::testUninstallProcess in drupal-7.x/modules/locale/locale.test
- Check if the values of the Locale variables are correct after uninstall.
- locale_batch_by_component in drupal-7.x/includes/locale.inc
- Prepare a batch to run when installing modules or enabling themes.
- locale_languages_edit_form in drupal-7.x/modules/locale/locale.admin.inc
- Editing screen for a particular language.
- locale_languages_edit_form_validate in drupal-7.x/modules/locale/locale.admin.inc
- Validate the language editing form. Reused for custom language addition too.
- locale_languages_predefined_form_validate in drupal-7.x/modules/locale/locale.admin.inc
- Validate the language addition form.
- locale_translate_delete_page in drupal-7.x/modules/locale/locale.admin.inc
- String deletion confirmation page.
- locale_translate_edit_form in drupal-7.x/modules/locale/locale.admin.inc
- User interface for string editing.
- locale_translate_edit_form_submit in drupal-7.x/modules/locale/locale.admin.inc
- Process string editing form submissions.
- locale_translate_overview_screen in drupal-7.x/modules/locale/locale.admin.inc
- Overview screen for translations.
- locale_uninstall in drupal-7.x/modules/locale/locale.install
- Implements hook_uninstall().
- locale_update_7004 in drupal-7.x/modules/locale/locale.install
- Remove duplicates in {locales_source}.
- lock_may_be_available in drupal-7.x/includes/lock.inc
- Check if lock acquired by a different process may be available.
- MenuBreadcrumbTestCase::testBreadCrumbs in drupal-7.x/modules/simpletest/tests/menu.test
- Tests breadcrumbs on node and administrative paths.
- MenuRebuildTestCase::testMenuRebuildByVariable in drupal-7.x/modules/simpletest/tests/menu.test
- Test if the 'menu_rebuild_needed' variable triggers a menu_rebuild() call.
- MenuRouterTestCase::menuLoadRouter in drupal-7.x/modules/simpletest/tests/menu.test
- Load the router for a given path.
- MenuRouterTestCase::testMenuHierarchy in drupal-7.x/modules/simpletest/tests/menu.test
- Tests for menu hierarchy.
- MenuRouterTestCase::testMenuName in drupal-7.x/modules/simpletest/tests/menu.test
- Tests for menu_name parameter for hook_menu().
- MenuTestCase::addMenuLink in drupal-7.x/modules/menu/menu.test
- Add a menu link using the menu module UI.
- MenuTestCase::assertMenuLink in drupal-7.x/modules/menu/menu.test
- Fetch the menu item from the database and compare it to the specified
array.
- MenuTestCase::deleteCustomMenu in drupal-7.x/modules/menu/menu.test
- Delete custom menu.
- MenuTestCase::getStandardMenuLink in drupal-7.x/modules/menu/menu.test
- Get standard menu link.
- menu_delete_menu_confirm in drupal-7.x/modules/menu/menu.admin.inc
- Build a confirm form for deletion of a custom menu.
- menu_delete_menu_confirm_submit in drupal-7.x/modules/menu/menu.admin.inc
- Delete a custom menu and all links in it.
- menu_edit_menu_submit in drupal-7.x/modules/menu/menu.admin.inc
- Submit function for adding or editing a custom menu.
- menu_enable in drupal-7.x/modules/menu/menu.module
- Implements hook_enable().
- menu_link_delete in drupal-7.x/includes/menu.inc
- Delete one or several menu links.
- menu_link_maintain in drupal-7.x/includes/menu.inc
- Inserts, updates, or deletes an uncustomized menu link related to a module.
- menu_link_save in drupal-7.x/includes/menu.inc
- Saves a menu link.
- menu_load_all in drupal-7.x/modules/menu/menu.module
- Load all custom menu data.
- menu_node_delete in drupal-7.x/modules/menu/menu.module
- Implements hook_node_delete().
- menu_overview_form in drupal-7.x/modules/menu/menu.admin.inc
- Form for editing an entire menu tree at once.
- menu_overview_page in drupal-7.x/modules/menu/menu.admin.inc
- Menu callback which shows an overview page of all the custom menus and their descriptions.
- menu_update_7000 in drupal-7.x/modules/menu/menu.install
- Migrate the "Default menu for content" setting to individual node types.
- ModuleInstallTestCase::testDrupalWriteRecord in drupal-7.x/modules/simpletest/tests/module.test
- Test that calls to drupal_write_record() work during module installation.
- ModuleUninstallTestCase::testUserPermsUninstalled in drupal-7.x/modules/simpletest/tests/module.test
- Tests the hook_modules_uninstalled() of the user module.
- module_enable in drupal-7.x/includes/module.inc
- Enables or installs a given list of modules.
- NewDefaultThemeBlocks::testNewDefaultThemeBlocks in drupal-7.x/modules/block/block.test
- Check the enabled Bartik blocks are correctly copied over.
- NodeAccessBaseTableTestCase::testNodeAccessBasic in drupal-7.x/modules/node/node.test
- Tests the "private" node access functionality.
- NodeAccessRecordsTestCase::testNodeAccessRecords in drupal-7.x/modules/node/node.test
- Creates a node and tests the creation of node access rules.
- NodeBlockFunctionalTest::testRecentNodeBlock in drupal-7.x/modules/node/node.test
- Tests the recent comments block.
- NodeCreationTestCase::testFailedPageCreation in drupal-7.x/modules/node/node.test
- Verifies that a transaction rolls back the failed creation.
- NodeRevisionsTestCase::testRevisions in drupal-7.x/modules/node/node.test
- Checks node revision related operations.
- NodeSaveTestCase::testImport in drupal-7.x/modules/node/node.test
- Checks whether custom node IDs are saved properly during an import operation.
- NodeTypePersistenceTestCase::testNodeTypeCustomizationPersistence in drupal-7.x/modules/node/node.test
- Tests that node type customizations persist through disable and uninstall.
- NodeTypeTestCase::testNodeTypeCreation in drupal-7.x/modules/node/node.test
- Tests creating a content type programmatically and via a form.
- node_access_rebuild in drupal-7.x/modules/node/node.module
- Rebuilds the node access database.
- node_access_test_node_load in drupal-7.x/modules/node/tests/node_access_test.module
- Implements hook_node_load().
- node_admin_nodes in drupal-7.x/modules/node/node.admin.inc
- Form builder: Builds the node administration overview.
- node_assign_owner_action in drupal-7.x/modules/node/node.module
- Assigns ownership of a node to a user.
- node_assign_owner_action_form in drupal-7.x/modules/node/node.module
- Generates the settings form for node_assign_owner_action().
- node_assign_owner_action_submit in drupal-7.x/modules/node/node.module
- Saves settings form for node_assign_owner_action().
- node_block_list_alter in drupal-7.x/modules/node/node.module
- Implements hook_block_list_alter().
- node_form_block_admin_configure_alter in drupal-7.x/modules/node/node.module
- Implements hook_form_FORMID_alter().
- node_get_recent in drupal-7.x/modules/node/node.module
- Finds the most recently changed nodes that are available to the current user.
- node_last_changed in drupal-7.x/modules/node/node.module
- Finds the last time a node was changed.
- node_last_viewed in drupal-7.x/modules/node/node.module
- Retrieves the timestamp for the current user's last view of a specified node.
- node_multiple_delete_confirm in drupal-7.x/modules/node/node.admin.inc
- Multiple node deletion confirmation form for node_admin_content().
- node_requirements in drupal-7.x/modules/node/node.module
- Implements hook_requirements().
- node_revision_delete_confirm_submit in drupal-7.x/modules/node/node.pages.inc
- Form submission handler for node_revision_delete_confirm().
- node_revision_list in drupal-7.x/modules/node/node.module
- Returns a list of all the existing revision numbers.
- node_search_status in drupal-7.x/modules/node/node.module
- Implements hook_search_status().
- node_type_delete_confirm in drupal-7.x/modules/node/content_types.inc
- Menu callback; delete a single content type.
- node_update_7006 in drupal-7.x/modules/node/node.install
- Convert body and teaser from node properties to fields, and migrate status/comment/promote and sticky columns to the {node_revision} table.
- node_user_delete in drupal-7.x/modules/node/node.module
- Implements hook_user_delete().
- openid_association in drupal-7.x/modules/openid/openid.module
- Attempt to create a shared secret with the OpenID Provider.
- openid_user_add_validate in drupal-7.x/modules/openid/openid.pages.inc
- openid_user_delete_form in drupal-7.x/modules/openid/openid.pages.inc
- Menu callback; Delete the specified OpenID identity from the system.
- openid_user_identities in drupal-7.x/modules/openid/openid.pages.inc
- Menu callback; Manage OpenID identities for the specified user.
- openid_verify_assertion in drupal-7.x/modules/openid/openid.module
- Attempt to verify the response received from the OpenID Provider.
- openid_verify_assertion_nonce in drupal-7.x/modules/openid/openid.module
- Verify that the nonce has not been used in earlier assertions from the same OpenID provider.
- PathTaxonomyTermTestCase::testTermAlias in drupal-7.x/modules/path/path.test
- Tests alias functionality through the admin interfaces.
- PathTestCase::getPID in drupal-7.x/modules/path/path.test
- Returns the path ID.
- path_admin_form_validate in drupal-7.x/modules/path/path.admin.inc
- Form validation handler for path_admin_form().
- PollExpirationTestCase::testAutoExpire in drupal-7.x/modules/poll/poll.test
- poll_cron in drupal-7.x/modules/poll/poll.module
- Implements hook_cron().
- poll_load in drupal-7.x/modules/poll/poll.module
- Implements hook_load().
- ProfileTestCase::createProfileField in drupal-7.x/modules/profile/profile.test
- Create a profile field.
- profile_admin_overview in drupal-7.x/modules/profile/profile.admin.inc
- Form builder to display a listing of all editable profile fields.
- profile_block_configure in drupal-7.x/modules/profile/profile.module
- Implements hook_block_configure().
- profile_block_view in drupal-7.x/modules/profile/profile.module
- Implements hook_block_view().
- profile_browse in drupal-7.x/modules/profile/profile.pages.inc
- Menu callback; display a list of user information.
- profile_field_delete in drupal-7.x/modules/profile/profile.admin.inc
- Menu callback; deletes a field from all user profiles.
- profile_field_form in drupal-7.x/modules/profile/profile.admin.inc
- Menu callback: Generate a form to add/edit a user profile field.
- profile_user_categories in drupal-7.x/modules/profile/profile.module
- Implements hook_user_categories().
- profile_user_load in drupal-7.x/modules/profile/profile.module
- Implements hook_user_load().
- profile_user_view in drupal-7.x/modules/profile/profile.module
- Implements hook_user_view().
- RdfCrudTestCase::testCRUD in drupal-7.x/modules/rdf/rdf.test
- Test inserting, loading, updating, and deleting RDF mappings.
- RdfTrackerAttributesTestCase::_testBasicTrackerRdfaMarkup in drupal-7.x/modules/rdf/rdf.test
- Helper function for testAttributesInTracker().
- RegistryParseFilesTestCase::testRegistryParseFiles in drupal-7.x/modules/simpletest/tests/registry.test
- testRegistryParseFiles
- RegistryParseFileTestCase::testRegistryParseFile in drupal-7.x/modules/simpletest/tests/registry.test
- testRegistryParseFile
- registry_get_parsed_files in drupal-7.x/includes/registry.inc
- Return the list of files in registry_file
- RemoveFeedTestCase::testRemoveFeed in drupal-7.x/modules/aggregator/aggregator.test
- Removes a feed and ensures that all of its services are removed.
- SchemaTestCase::testSchema in drupal-7.x/modules/simpletest/tests/schema.test
- search_index in drupal-7.x/modules/search/search.module
- Update the full-text search index for a particular item.
- search_node_update_index in drupal-7.x/modules/search/search.module
- Implements hook_node_update_index().
- search_update_totals in drupal-7.x/modules/search/search.module
- Updates the {search_total} database table.
- SessionHttpsTestCase::assertSessionIds in drupal-7.x/modules/simpletest/tests/session.test
- Test that there exists a session with two specific session IDs.
- SessionTestCase::testEmptySessionID in drupal-7.x/modules/simpletest/tests/session.test
- Test that empty session IDs are not allowed.
- SessionTestCase::testSessionWrite in drupal-7.x/modules/simpletest/tests/session.test
- Test that sessions are only saved when necessary.
- shortcut_set_delete_form in drupal-7.x/modules/shortcut/shortcut.admin.inc
- Form callback: builds the confirmation form for deleting a shortcut set.
- shortcut_set_get_unique_name in drupal-7.x/modules/shortcut/shortcut.module
- Returns a unique, machine-readable shortcut set name.
- simpletest_clean_results_table in drupal-7.x/modules/simpletest/simpletest.module
- Clear the test result tables.
- simpletest_test_get_all in drupal-7.x/modules/simpletest/simpletest.module
- Get a list of all of the tests provided by the system.
- StatisticsBlockVisitorsTestCase::testIPAddressBlocking in drupal-7.x/modules/statistics/statistics.test
- Blocks an IP address via the top visitors report and then unblocks it.
- StatisticsLoggingTestCase::testLogging in drupal-7.x/modules/statistics/statistics.test
- Verifies request logging for cached and uncached pages.
- statistics_access_log in drupal-7.x/modules/statistics/statistics.admin.inc
- Page callback: Gathers page access statistics suitable for rendering.
- statistics_get in drupal-7.x/modules/statistics/statistics.module
- Retrieves a node's "view statistics".
- statistics_update_index in drupal-7.x/modules/statistics/statistics.module
- Implements hook_update_index().
- SystemInfoAlterTestCase::getSystemInfo in drupal-7.x/modules/system/system.test
- Returns the info array as it is stored in {system}.
- SystemQueue::numberOfItems in drupal-7.x/modules/system/system.queue.inc
- Retrieve the number of items in the queue.
- system_actions_configure in drupal-7.x/modules/system/system.admin.inc
- Menu callback; Creates the form for configuration of a single action.
- system_actions_manage in drupal-7.x/modules/system/system.admin.inc
- Menu callback; Displays an overview of available and configured actions.
- system_admin_config_page in drupal-7.x/modules/system/system.admin.inc
- Menu callback; Provide the administration overview page.
- system_admin_menu_block in drupal-7.x/modules/system/system.module
- Provide a single block on the administration overview page.
- system_cron in drupal-7.x/modules/system/system.module
- Implements hook_cron().
- system_date_format_locale in drupal-7.x/modules/system/system.module
- Gets the appropriate date format string for a date type and locale.
- system_get_date_format in drupal-7.x/modules/system/system.module
- Gets the format details for a particular format ID.
- system_get_files_database in drupal-7.x/modules/system/system.module
- Retrieves the current status of an array of files in the system table.
- system_ip_blocking in drupal-7.x/modules/system/system.admin.inc
- Menu callback. Display blocked IP addresses.
- system_ip_blocking_form_validate in drupal-7.x/modules/system/system.admin.inc
- system_list in drupal-7.x/includes/module.inc
- Builds a list of bootstrap modules and enabled modules and themes.
- system_update_7000 in drupal-7.x/modules/system/system.install
- Rename blog and forum permissions to be consistent with other content types.
- system_update_7003 in drupal-7.x/modules/system/system.install
- Update {blocked_ips} with valid IP addresses from {access}.
- system_update_7007 in drupal-7.x/modules/system/system.install
- Convert to new method of storing permissions.
- system_update_7011 in drupal-7.x/modules/system/system.install
- Split the 'bypass node access' permission from 'administer nodes'.
- system_update_7013 in drupal-7.x/modules/system/system.install
- Convert default time zone offset to default time zone name.
- system_update_7016 in drupal-7.x/modules/system/system.install
- Remove custom datatype *_unsigned in PostgreSQL.
- system_update_7036 in drupal-7.x/modules/system/system.install
- Split the 'access site in maintenance mode' permission from 'administer site configuration'.
- system_update_7053 in drupal-7.x/modules/system/system.install
- Upgrade standard blocks and menus.
- system_update_7060 in drupal-7.x/modules/system/system.install
- Create fields in preparation for migrating upload.module to file.module.
- system_update_7061 in drupal-7.x/modules/system/system.install
- Migrate upload.module data to the newly created file field.
- system_update_7063 in drupal-7.x/modules/system/system.install
- Delete {menu_links} records for 'type' => MENU_CALLBACK which would not appear in a fresh install.
- system_update_files_database in drupal-7.x/modules/system/system.module
- Updates the records in the system table based on the files array.
- TaxonomyHooksTestCase::testTaxonomyTermHooks in drupal-7.x/modules/taxonomy/taxonomy.test
- Test that hooks are run correctly on creating, editing, viewing,
and deleting a term.
- TaxonomyTermIndexTestCase::testTaxonomyIndex in drupal-7.x/modules/taxonomy/taxonomy.test
- Tests that the taxonomy index is maintained properly.
- TaxonomyVocabularyTestCase::testTaxonomyVocabularyDeleteWithTerms in drupal-7.x/modules/taxonomy/taxonomy.test
- Test deleting a taxonomy that contains terms.
- taxonomy_uninstall in drupal-7.x/modules/taxonomy/taxonomy.install
- Implements hook_uninstall().
- taxonomy_update_7002 in drupal-7.x/modules/taxonomy/taxonomy.install
- Add {vocabulary}.machine_name column.
- taxonomy_update_7004 in drupal-7.x/modules/taxonomy/taxonomy.install
- Move taxonomy vocabulary associations for nodes to fields and field instances.
- taxonomy_update_7005 in drupal-7.x/modules/taxonomy/taxonomy.install
- Migrate {taxonomy_term_node} table to field storage.
- taxonomy_vocabulary_delete in drupal-7.x/modules/taxonomy/taxonomy.module
- Delete a vocabulary.
- taxonomy_vocabulary_get_names in drupal-7.x/modules/taxonomy/taxonomy.module
- Get names for all taxonomy vocabularies.
- toolbar_get_menu_tree in drupal-7.x/modules/toolbar/toolbar.module
- Gets only the top level items below the 'admin' path.
- tracker_enable in drupal-7.x/modules/tracker/tracker.install
- Implements hook_enable().
- tracker_page in drupal-7.x/modules/tracker/tracker.pages.inc
- Page callback: prints a listing of active nodes on the site.
- tracker_update_7000 in drupal-7.x/modules/tracker/tracker.install
- Create new tracker_node and tracker_user tables.
- translation_remove_from_set in drupal-7.x/modules/translation/translation.module
- Removes a node from its translation set and updates accordingly.
- TriggerContentTestCase::testActionsContent in drupal-7.x/modules/trigger/trigger.test
- Tests several content-oriented trigger issues.
- TriggerWebTestCase::configureAdvancedAction in drupal-7.x/modules/trigger/trigger.test
- Configures an advanced action.
- trigger_assign_form_submit in drupal-7.x/modules/trigger/trigger.admin.inc
- Form submission handler for trigger_assign_form().
- trigger_assign_form_validate in drupal-7.x/modules/trigger/trigger.admin.inc
- Form validation handler for trigger_assign_form().
- trigger_get_assigned_actions in drupal-7.x/modules/trigger/trigger.module
- Gets the action IDs of actions to be executed for a hook.
- trigger_update_7000 in drupal-7.x/modules/trigger/trigger.install
- Alter the "hook" field and drop the "op field" of {trigger_assignments}.
- trigger_update_7002 in drupal-7.x/modules/trigger/trigger.install
- Renames nodeapi to node.
- UpdateFeedItemTestCase::testUpdateFeedItem in drupal-7.x/modules/aggregator/aggregator.test
- Tests running "update items" from 'admin/config/services/aggregator' page.
- UpdateScriptFunctionalTest::testThemeSystem in drupal-7.x/modules/system/system.test
- Tests the effect of using the update script on the theme system.
- UpdateScriptFunctionalTest::testUpdateAccess in drupal-7.x/modules/system/system.test
- Tests access to the update script.
- update_fix_compatibility in drupal-7.x/includes/update.inc
- Disable any items in the {system} table that are not core compatible.
- update_fix_d7_block_deltas in drupal-7.x/includes/update.inc
- A helper function that modules can use to assist with the transformation
from numeric block deltas to string block deltas during the 6.x -> 7.x
upgrade.
- update_fix_d7_requirements in drupal-7.x/includes/update.inc
- Perform Drupal 6.x to 7.x updates that are required for update.php
to function properly.
- update_retrieve_dependencies in drupal-7.x/includes/update.inc
- Invokes hook_update_dependencies() in all installed modules.
- UpgradePathTestCase::setUp in drupal-7.x/modules/simpletest/tests/upgrade/upgrade.test
- Overrides DrupalWebTestCase::setUp() for upgrade testing.
- UrlAlterFunctionalTest::testUrlAlter in drupal-7.x/modules/simpletest/tests/path.test
- Test that URL altering works and that it occurs in the correct order.
- UserBlocksUnitTests::insertSession in drupal-7.x/modules/user/user.test
- Insert a user session into the {sessions} table. This function is used
since we cannot log in more than one user at the same time in tests.
- UserBlocksUnitTests::testWhosOnlineBlock in drupal-7.x/modules/user/user.test
- Test the Who's Online block.
- UserController::attachLoad in drupal-7.x/modules/user/user.module
- Attaches data to entities upon loading.
- UserSaveTestCase::testUserImport in drupal-7.x/modules/user/user.test
- Test creating a user with arbitrary uid.
- UserUpgradePathPasswordTokenTestCase::testUserUpgrade in drupal-7.x/modules/simpletest/tests/upgrade/upgrade.user.test
- Test a successful upgrade.
- user_admin_account in drupal-7.x/modules/user/user.admin.inc
- Form builder; User administration page.
- user_block_view in drupal-7.x/modules/user/user.module
- Implements hook_block_view().
- user_external_load in drupal-7.x/modules/user/user.module
- Fetches a user object based on an external authentication source.
- user_get_authmaps in drupal-7.x/modules/user/user.module
- Discover which external authentication module(s) authenticated a username.
- user_login_authenticate_validate in drupal-7.x/modules/user/user.module
- A validate handler on the login form. Check supplied username/password
against local users table. If successful, $form_state['uid']
is set to the matching user ID.
- user_multiple_role_edit in drupal-7.x/modules/user/user.module
- Callback function for admin mass adding/deleting a user role.
- user_node_load in drupal-7.x/modules/user/user.module
- Implements hook_node_load().
- user_role_permissions in drupal-7.x/modules/user/user.module
- Determine the permissions for one or more roles.
- user_save in drupal-7.x/modules/user/user.module
- Save changes to a user account or add a new user.
- user_update_7000 in drupal-7.x/modules/user/user.install
- Increase the length of the password field to accommodate better hashes.
- user_update_7002 in drupal-7.x/modules/user/user.install
- Convert user time zones from time zone offsets to time zone names.
- user_update_7010 in drupal-7.x/modules/user/user.install
- Update the {user}.signature_format column.
- user_update_7012 in drupal-7.x/modules/user/user.install
- Add the user's pictures to the {file_managed} table and make them managed
files.
- user_update_7013 in drupal-7.x/modules/user/user.install
- Add user module file usage entries.
- variable_initialize in drupal-7.x/includes/bootstrap.inc
- Loads the persistent variable table.
- _book_update_outline in drupal-7.x/modules/book/book.module
- Handles additions and updates to the book outline.
- _comment_update_node_statistics in drupal-7.x/modules/comment/comment.module
- Updates the comment statistics for a given node. This should be called any
time a comment is added, deleted, or updated.
- _dblog_get_message_types in drupal-7.x/modules/dblog/dblog.module
- Gathers a list of uniquely defined database log message types.
- _drupal_session_read in drupal-7.x/includes/session.inc
- Reads an entire session from the database (internal use only).
- _forum_update_forum_index in drupal-7.x/modules/forum/forum.module
- Updates the taxonomy index for a given node.
- _forum_user_last_visit in drupal-7.x/modules/forum/forum.module
- Gets the last time the user viewed a node.
- _locale_export_get_strings in drupal-7.x/includes/locale.inc
- Generates a structured array of all strings with translations in
$language, if given. This array can be used to generate an export
of the string in the database.
- _locale_import_one_string_db in drupal-7.x/includes/locale.inc
- Import one string into the database.
- _locale_import_po in drupal-7.x/includes/locale.inc
- Parses Gettext Portable Object file information and inserts into database
- _locale_parse_js_file in drupal-7.x/includes/locale.inc
- Parses a JavaScript file, extracts strings wrapped in Drupal.t() and
Drupal.formatPlural() and inserts them into the database.
- _locale_rebuild_js in drupal-7.x/includes/locale.inc
- (Re-)Creates the JavaScript translation file for a language.
- _menu_delete_item in drupal-7.x/includes/menu.inc
- Deletes a single menu link.
- _menu_link_find_parent in drupal-7.x/includes/menu.inc
- Finds a possible parent for a given menu link.
- _menu_router_build in drupal-7.x/includes/menu.inc
- Builds the router table based on the data from hook_menu().
- _menu_set_expanded_menus in drupal-7.x/includes/menu.inc
- Updates a list of menus with expanded items.
- _node_access_rebuild_batch_operation in drupal-7.x/modules/node/node.module
- Performs batch operation for node_access_rebuild().
- _node_revision_access in drupal-7.x/modules/node/node.module
- Access callback: Checks node revision access.
- _registry_update in drupal-7.x/includes/registry.inc
- Does the work for registry_update().
- _simpletest_autoload_psr0 in drupal-7.x/modules/simpletest/simpletest.module
- Autoload callback to find PSR-0 test classes.
- _system_date_formats_build in drupal-7.x/modules/system/system.module
- Builds and returns information about available date formats.
- _system_date_format_types_build in drupal-7.x/modules/system/system.module
- Builds and returns information about available date types.
- _tracker_add in drupal-7.x/modules/tracker/tracker.module
- Updates indexing tables when a node is added, updated, or commented on.
- _tracker_calculate_changed in drupal-7.x/modules/tracker/tracker.module
- Determines the max timestamp between $node->changed and the last comment.
- _tracker_remove in drupal-7.x/modules/tracker/tracker.module
- Cleans up indexed data when nodes or comments are removed.
- _update_7000_node_get_types in drupal-7.x/modules/node/node.install
- Utility function: fetch the node types directly from the database.
- _update_7002_taxonomy_get_vocabularies in drupal-7.x/modules/taxonomy/taxonomy.install
- Utility function: get the list of vocabularies directly from the database.
- _update_cache_get in drupal-7.x/modules/update/update.module
- Retrieves data from the private update status cache table.