Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| DbUpdateNegotiator::$configFactory | property | core/ |
The config factory. |
| DbUpdateNegotiator::applies | function | core/ |
Whether this theme negotiator should be used to set the theme. |
| DbUpdateNegotiator::determineActiveTheme | function | core/ |
Determine the active theme for the request. |
| DbUpdateNegotiator::__construct | function | core/ |
Constructs a DbUpdateNegotiator. |
| DbUpdatesTrait | trait | core/ |
Provides methods to conditionally enable db update functions and apply pending db updates through the Update UI. |
| DbUpdatesTrait | trait | core/ |
Provides methods to conditionally enable db update functions and apply pending db updates through the Update UI. |
| DbUpdatesTrait.php | file | core/ |
|
| DbUpdatesTrait.php | file | core/ |
|
| DbUpdatesTrait::applyUpdates | function | core/ |
Applies any pending DB updates through the Update UI. |
| DbUpdatesTrait::applyUpdates | function | core/ |
Applies any pending DB updates through the Update UI. |
| DbUpdatesTrait::enableUpdates | function | core/ |
Enables db updates until the specified index. |
| DbUpdatesTrait::enableUpdates | function | core/ |
Enables db updates until the specified index. |
| DbUpdatesTrait::includeUpdates | function | core/ |
Conditionally load Update API functions for the specified group. |
| db_add_field | function | core/ |
Adds a new field to a table. |
| db_add_index | function | core/ |
Adds an index. |
| db_add_primary_key | function | core/ |
Adds a primary key to a database table. |
| db_add_unique_key | function | core/ |
Adds a unique key. |
| db_and | function | core/ |
Returns a new DatabaseCondition, set to "AND" all conditions together. |
| db_change_field | function | core/ |
Changes a field definition. |
| db_close | function | core/ |
Closes the active database connection. |
| db_condition | function | core/ |
Returns a new DatabaseCondition, set to the specified conjunction. |
| db_create_table | function | core/ |
Creates a new table from a Drupal table definition. |
| db_delete | function | core/ |
Returns a new DeleteQuery object for the active database. |
| db_driver | function | core/ |
Retrieves the name of the currently active database driver. |
| db_drop_field | function | core/ |
Drops a field. |
| db_drop_index | function | core/ |
Drops an index. |
| db_drop_primary_key | function | core/ |
Drops the primary key of a database table. |
| db_drop_table | function | core/ |
Drops a table. |
| db_drop_unique_key | function | core/ |
Drops a unique key. |
| db_escape_field | function | core/ |
Restricts a dynamic column or constraint name to safe characters. |
| db_escape_table | function | core/ |
Restricts a dynamic table name to safe characters. |
| db_field_exists | function | core/ |
Checks if a column exists in the given table. |
| db_field_names | function | core/ |
Returns an array of field names from an array of key/index column specifiers. |
| db_field_set_default | function | core/ |
Sets the default value for a field. |
| db_field_set_no_default | function | core/ |
Sets a field to have no default value. |
| db_find_tables | function | core/ |
Finds all tables that are like the specified base table name. |
| db_ignore_replica | function | core/ |
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/ |
Checks if an index exists in the given table. |
| db_insert | function | core/ |
Returns a new InsertQuery object for the active database. |
| db_installer_object | function | core/ |
Returns a database installer object. |
| db_like | function | core/ |
Escapes characters that work as wildcard characters in a LIKE pattern. |
| db_merge | function | core/ |
Returns a new MergeQuery object for the active database. |
| db_next_id | function | core/ |
Retrieves a unique id. |
| db_or | function | core/ |
Returns a new DatabaseCondition, set to "OR" all conditions together. |
| db_query | function | core/ |
Executes an arbitrary query string against the active database. |
| db_query_range | function | core/ |
Executes a query against the active database, restricted to a range. |
| db_query_temporary | function | core/ |
Executes a SELECT query string and saves the result set to a temporary table. |
| db_rename_table | function | core/ |
Renames a table. |
| db_select | function | core/ |
Returns a new SelectQuery object for the active database. |
| db_set_active | function | core/ |
Sets a new active database. |
Pagination
- Previous page
- Page 364
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.