Search for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| db_field_exists | function | includes/ |
Checks if a column exists in the given table. |
| db_field_names | function | includes/ |
Returns an array of field names from an array of key/index column specifiers. |
| db_field_set_default | function | includes/ |
Sets the default value for a field. |
| db_field_set_no_default | function | includes/ |
Sets a field to have no default value. |
| db_find_tables | function | includes/ |
Finds all tables that are like the specified base table name. |
| db_find_tables_d8 | function | includes/ |
Finds all tables that are like the specified base table name. This is a backport of the change made to db_find_tables in Drupal 8 to work with virtual, un-prefixed table names. The original function is retained for Backwards Compatibility. |
| db_ignore_slave | function | includes/ |
Sets a session variable specifying the lag time for ignoring a slave server. |
| db_index_exists | function | includes/ |
Checks if an index exists in the given table. |
| db_insert | function | includes/ |
Returns a new InsertQuery object for the active database. |
| db_installer_object | function | includes/ |
Returns a database installer object. |
| db_run_tasks | function | includes/ |
Ensures the environment for a Drupal database on a predefined connection. |
| db_select | function | includes/ |
Returns a new SelectQuery object for the active database. |
| db_set_active | function | includes/ |
Sets a new active database. |
| db_table_exists | function | includes/ |
Checks if a table exists. |
| db_transaction | function | includes/ |
Returns a new transaction object for the active database. |
| decode_entities | function | includes/ |
Decodes all HTML entities (including numerical ones) to regular UTF-8 bytes. |
| Default theme implementations | group | modules/ |
Functions and templates for the user interface to be implemented by themes. |
| default.settings.php | file | sites/ |
Drupal site-specific configuration file. |
| DefaultMailSystem | class | modules/ |
The default Drupal mail backend using PHP's mail function. |
| DefaultMailSystem::format | function | modules/ |
Concatenate and wrap the e-mail body for plain-text mails. |
| DefaultMailSystem::mail | function | modules/ |
Send an e-mail message, using Drupal variables and default settings. |
| DefaultMailSystem::_isShellSafe | function | modules/ |
Disallows potentially unsafe shell characters. |
| DeleteQuery::arguments | function | includes/ |
Implements QueryConditionInterface::arguments(). |
| DeleteQuery::conditions | function | includes/ |
Implements QueryConditionInterface::conditions(). |
| DeleteQuery::exists | function | includes/ |
Implements QueryConditionInterface::exists(). |
| DeleteQuery::isNotNull | function | includes/ |
Implements QueryConditionInterface::isNotNull(). |
| DeleteQuery::isNull | function | includes/ |
Implements QueryConditionInterface::isNull(). |
| DeleteQuery::notExists | function | includes/ |
Implements QueryConditionInterface::notExists(). |
| DeleteQuery::__construct | function | includes/ |
Constructs a DeleteQuery object. |
| DeleteQuery::__toString | function | includes/ |
Implements PHP magic __toString method to convert the query to a string. |
| DeleteQuery_sqlite | class | includes/ |
SQLite specific implementation of DeleteQuery. |
| DeleteQuery_sqlite::execute | function | includes/ |
Executes the DELETE query. |
| DeserializationException | class | misc/ |
|
| DeserializationException.php | file | misc/ |
|
| DisabledNodeTypeTestCase | class | modules/ |
Tests the upgrade path for node disabled node types. |
| DisabledNodeTypeTestCase::getInfo | function | modules/ |
|
| DisabledNodeTypeTestCase::setUp | function | modules/ |
Overrides DrupalWebTestCase::setUp() for upgrade testing. |
| DisabledNodeTypeTestCase::testDisabledNodeTypeUpgrade | function | modules/ |
Tests a successful upgrade. |
| drupal-6.bare.database.php | file | modules/ |
|
| drupal-6.comments.database.php | file | modules/ |
|
| drupal-6.duplicate-permission.database.php | file | modules/ |
|
| drupal-6.filled.database.php | file | modules/ |
|
| drupal-6.forum.database.php | file | modules/ |
|
| drupal-6.locale.database.php | file | modules/ |
|
| drupal-6.menu.database.php | file | modules/ |
|
| drupal-6.node_type_broken.database.php | file | modules/ |
|
| drupal-6.translatable.database.php | file | modules/ |
|
| drupal-6.trigger.database.php | file | modules/ |
|
| drupal-6.upload.database.php | file | modules/ |
|
| drupal-6.user-no-password-token.database.php | file | modules/ |
Pagination
- Previous page
- Page 39
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.