Search for all
Title | Object type | File name | Summary |
---|---|---|---|
db_update | function | includes/ |
Returns a new UpdateQuery object for the active database. |
db_xor | function | includes/ |
Returns a new DatabaseCondition, set to "XOR" all conditions together. |
debug | function | includes/ |
Outputs debug information. |
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 | class | includes/ |
General class for an abstracted DELETE operation. |
DeleteQuery::$condition | property | includes/ |
The condition object for this query. |
DeleteQuery::$table | property | includes/ |
The table from which to delete. |
DeleteQuery::arguments | function | includes/ |
Implements QueryConditionInterface::arguments(). |
DeleteQuery::compile | function | includes/ |
Implements QueryConditionInterface::compile(). |
DeleteQuery::compiled | function | includes/ |
Implements QueryConditionInterface::compiled(). |
DeleteQuery::condition | function | includes/ |
Implements QueryConditionInterface::condition(). |
DeleteQuery::conditions | function | includes/ |
Implements QueryConditionInterface::conditions(). |
DeleteQuery::execute | function | includes/ |
Executes the DELETE query. |
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::where | function | includes/ |
Implements QueryConditionInterface::where(). |
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/ |
|
Developer Documentation | mainpage | external_documentation/ |
Welcome to the Drupal developer's documentation. Here are some topics to get you started: |
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/ |
|
drupal-6.user-password-token.database.php | file | modules/ |
|
drupal-7.aggregator.database.php | file | modules/ |
|
drupal-7.field.database.php | file | modules/ |
Pagination
- Previous page
- Page 48
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.