Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
DbUpdateNegotiator::$configFactory property core/modules/system/src/Theme/DbUpdateNegotiator.php The config factory.
DbUpdateNegotiator::applies function core/modules/system/src/Theme/DbUpdateNegotiator.php Whether this theme negotiator should be used to set the theme.
DbUpdateNegotiator::determineActiveTheme function core/modules/system/src/Theme/DbUpdateNegotiator.php Determine the active theme for the request.
DbUpdateNegotiator::__construct function core/modules/system/src/Theme/DbUpdateNegotiator.php Constructs a DbUpdateNegotiator.
DbUpdatesTrait trait core/modules/system/src/Tests/Update/DbUpdatesTrait.php Provides methods to conditionally enable db update functions and apply
pending db updates through the Update UI.
DbUpdatesTrait trait core/modules/system/tests/src/Functional/Update/DbUpdatesTrait.php Provides methods to conditionally enable db update functions and apply
pending db updates through the Update UI.
DbUpdatesTrait.php file core/modules/system/tests/src/Functional/Update/DbUpdatesTrait.php
DbUpdatesTrait.php file core/modules/system/src/Tests/Update/DbUpdatesTrait.php
DbUpdatesTrait::applyUpdates function core/modules/system/src/Tests/Update/DbUpdatesTrait.php Applies any pending DB updates through the Update UI.
DbUpdatesTrait::applyUpdates function core/modules/system/tests/src/Functional/Update/DbUpdatesTrait.php Applies any pending DB updates through the Update UI.
DbUpdatesTrait::enableUpdates function core/modules/system/tests/src/Functional/Update/DbUpdatesTrait.php Enables db updates until the specified index.
DbUpdatesTrait::enableUpdates function core/modules/system/src/Tests/Update/DbUpdatesTrait.php Enables db updates until the specified index.
DbUpdatesTrait::includeUpdates function core/modules/system/src/Tests/Update/DbUpdatesTrait.php Conditionally load Update API functions for the specified group.
db_add_field function core/includes/database.inc Adds a new field to a table.
db_add_index function core/includes/database.inc Adds an index.
db_add_primary_key function core/includes/database.inc Adds a primary key to a database table.
db_add_unique_key function core/includes/database.inc Adds a unique key.
db_and function core/includes/database.inc Returns a new DatabaseCondition, set to "AND" all conditions together.
db_change_field function core/includes/database.inc Changes a field definition.
db_close function core/includes/database.inc Closes the active database connection.
db_condition function core/includes/database.inc Returns a new DatabaseCondition, set to the specified conjunction.
db_create_table function core/includes/database.inc Creates a new table from a Drupal table definition.
db_delete function core/includes/database.inc Returns a new DeleteQuery object for the active database.
db_driver function core/includes/database.inc Retrieves the name of the currently active database driver.
db_drop_field function core/includes/database.inc Drops a field.
db_drop_index function core/includes/database.inc Drops an index.
db_drop_primary_key function core/includes/database.inc Drops the primary key of a database table.
db_drop_table function core/includes/database.inc Drops a table.
db_drop_unique_key function core/includes/database.inc Drops a unique key.
db_escape_field function core/includes/database.inc Restricts a dynamic column or constraint name to safe characters.
db_escape_table function core/includes/database.inc Restricts a dynamic table name to safe characters.
db_field_exists function core/includes/database.inc Checks if a column exists in the given table.
db_field_names function core/includes/database.inc Returns an array of field names from an array of key/index column specifiers.
db_field_set_default function core/includes/database.inc Sets the default value for a field.
db_field_set_no_default function core/includes/database.inc Sets a field to have no default value.
db_find_tables function core/includes/database.inc Finds all tables that are like the specified base table name.
db_ignore_replica function core/includes/database.inc Sets a session variable specifying the lag time for ignoring a replica
server (A replica server is traditionally referred to as
a "slave" in database server documentation).
db_index_exists function core/includes/database.inc Checks if an index exists in the given table.
db_insert function core/includes/database.inc Returns a new InsertQuery object for the active database.
db_installer_object function core/includes/install.inc Returns a database installer object.
db_like function core/includes/database.inc Escapes characters that work as wildcard characters in a LIKE pattern.
db_merge function core/includes/database.inc Returns a new MergeQuery object for the active database.
db_next_id function core/includes/database.inc Retrieves a unique id.
db_or function core/includes/database.inc Returns a new DatabaseCondition, set to "OR" all conditions together.
db_query function core/includes/database.inc Executes an arbitrary query string against the active database.
db_query_range function core/includes/database.inc Executes a query against the active database, restricted to a range.
db_query_temporary function core/includes/database.inc Executes a SELECT query string and saves the result set to a temporary table.
db_rename_table function core/includes/database.inc Renames a table.
db_select function core/includes/database.inc Returns a new SelectQuery object for the active database.
db_set_active function core/includes/database.inc Sets a new active database.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.