Search for Id
Title | Object type | File name | Summary |
---|---|---|---|
ContactSitewideTestCase::addCategory | function | modules/ |
Adds a category. |
ContactSitewideTestCase::deleteCategories | function | modules/ |
Deletes all categories. |
ContactSitewideTestCase::getCategories | function | modules/ |
Gets a list of all category IDs. |
ContactSitewideTestCase::getInfo | function | modules/ |
|
ContactSitewideTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
ContactSitewideTestCase::submitContact | function | modules/ |
Submits the contact form. |
ContactSitewideTestCase::testAutoReply | function | modules/ |
Tests auto-reply on the site-wide contact form. |
ContactSitewideTestCase::testSiteWideContact | function | modules/ |
Tests configuration options and the site-wide contact form. |
ContactSitewideTestCase::updateCategory | function | modules/ |
Updates a category. |
contact_category_edit_form_validate | function | modules/ |
Form validation handler for contact_category_edit_form(). |
contact_personal_form_validate | function | modules/ |
Form validation handler for contact_personal_form(). |
contact_site_form_validate | function | modules/ |
Form validation handler for contact_site_form(). |
Database::RETURN_INSERT_ID | constant | includes/ |
Flag to indicate a query call should return the "last insert id". |
DatabaseCondition::$queryPlaceholderIdentifier | property | includes/ |
The identifier of the query placeholder this condition has been compiled against. |
DatabaseConnection::nextId | function | includes/ |
Retrieves an unique id from a given sequence. |
DatabaseConnectionTestCase::testConnectionRoutingOverride | function | modules/ |
Test that connections return appropriate connection objects. |
DatabaseConnection_mysql::nextId | function | includes/ |
Retrieves an unique id from a given sequence. |
DatabaseConnection_mysql::nextIdDelete | function | includes/ |
|
DatabaseConnection_mysql::quoteIdentifier | function | includes/ |
Quotes an identifier if it matches a MySQL reserved keyword. |
DatabaseConnection_pgsql::nextId | function | includes/ |
Retrieve the next id in a sequence. |
DatabaseConnection_sqlite::nextId | function | includes/ |
Retrieves an unique id from a given sequence. |
DatabaseInsertTestCase::testInsertLastInsertID | function | modules/ |
Test that inserts return the proper auto-increment ID. |
DatabaseInvalidDataTestCase | class | modules/ |
Test invalid data handling. |
DatabaseInvalidDataTestCase::getInfo | function | modules/ |
|
DatabaseInvalidDataTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
DatabaseInvalidDataTestCase::testInsertDuplicateData | function | modules/ |
Traditional SQL database systems abort inserts when invalid data is encountered. |
DatabaseMergeTestCase::testInvalidMerge | function | modules/ |
Test that an invalid merge query throws an exception like it is supposed to. |
DatabaseNextIdCase | class | modules/ |
Check the sequences API. |
DatabaseNextIdCase::getInfo | function | modules/ |
|
DatabaseNextIdCase::testDbNextId | function | modules/ |
Test that the sequences API work. |
DatabaseSchema::$uniqueIdentifier | property | includes/ |
A unique identifier for this query object. |
DatabaseSchema::uniqueIdentifier | function | includes/ |
Implements QueryPlaceHolderInterface::uniqueIdentifier(). |
DatabaseSchema_pgsql::$maxIdentifierLength | property | includes/ |
The maximum allowed length for index, primary key and constraint names. |
DatabaseSchema_pgsql::ensureIdentifiersLength | function | includes/ |
Make sure to limit identifiers according to PostgreSQL compiled in length. |
DatabaseSelectTestCase::makeCommentsProvider | function | modules/ |
Provides expected and input values for testVulnerableComment(). |
DatabaseStatementEmpty::valid | function | includes/ |
|
DatabaseStatementPrefetch::valid | function | includes/ |
|
DatabaseTasks::validateDatabaseSettings | function | includes/ |
Validates driver specific configuration settings. |
DatabaseTasks_sqlite::validateDatabaseSettings | function | includes/ |
Validates driver specific configuration settings. |
date_validate | function | includes/ |
Validates the date type to prevent invalid dates (e.g., February 30, 2006). |
dblog_filter_form_validate | function | modules/ |
Form validation handler for dblog_filter_form(). |
db_next_id | function | includes/ |
Retrieves a unique id. |
DrupalCacheArray::$cid | property | includes/ |
A cid to pass to cache_set() and cache_get(). |
DrupalDatabaseCache::isValidBin | function | includes/ |
Checks if $this->bin represents a valid cache table. |
DrupalDefaultEntityController::$idKey | property | includes/ |
Name of the entity's ID field in the entity database table. |
DrupalDefaultEntityController::cleanIds | function | includes/ |
Ensures integer entity IDs are valid. |
DrupalDefaultEntityController::filterId | function | includes/ |
Callback for array_filter that removes non-integer IDs. |
DrupalHTMLIdentifierTestCase | class | modules/ |
Test for cleaning HTML identifiers. |
DrupalHTMLIdentifierTestCase::getInfo | function | modules/ |
|
DrupalHTMLIdentifierTestCase::setAllowCSSDoubleUnderscores | function | modules/ |
Set the variable allow_css_double_underscores and reset the cache. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.