Search for Id
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
#[\ReturnTypeWillChange] |
| DatabaseStatementPrefetch::valid | function | includes/ |
#[\ReturnTypeWillChange] |
| 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. |
| DrupalHTMLIdentifierTestCase::testDrupalCleanCSSIdentifier | function | modules/ |
Tests that drupal_clean_css_identifier() cleans the identifier properly. |
| DrupalHTMLIdentifierTestCase::testDrupalHTMLClass | function | modules/ |
Tests that drupal_html_class() cleans the class name properly. |
| DrupalHTMLIdentifierTestCase::testDrupalHTMLId | function | modules/ |
Tests that drupal_html_id() cleans the ID properly. |
| DrupalTagsHandlingTestCase::$validTags | property | modules/ |
|
| DrupalTestCase::$testId | property | modules/ |
The test run ID. |
| DrupalTestCase::assertIdentical | function | modules/ |
Check to see if two values are identical. |
| DrupalTestCase::assertNotIdentical | function | modules/ |
Check to see if two values are not identical. |
| DrupalWebTestCase::$session_id | property | modules/ |
The current session ID, if available. |
| DrupalWebTestCase::assertFieldById | function | modules/ |
Asserts that a field exists in the current page with the given ID and value. |
| DrupalWebTestCase::assertNoDuplicateIds | function | modules/ |
Asserts that each HTML ID is used for just a single element. |
| DrupalWebTestCase::assertNoFieldById | function | modules/ |
Asserts that a field does not exist with the given ID and value. |
| DRUPAL_ANONYMOUS_RID | constant | includes/ |
Role ID for anonymous users; should match what's in the "role" table. |
| DRUPAL_AUTHENTICATED_RID | constant | includes/ |
Role ID for authenticated users; should match what's in the "role" table. |
| drupal_clean_css_identifier | function | includes/ |
Prepares a string for use as a CSS identifier (element, class, or ID name). |
| drupal_html_id | function | includes/ |
Prepares a string for use as a valid HTML ID and guarantees uniqueness. |
| drupal_override_server_variables | function | includes/ |
Sets appropriate server variables needed for command line scripts to work. |
| drupal_render_cid_create | function | includes/ |
Creates the cache ID for a renderable element. |
| drupal_render_cid_parts | function | includes/ |
Returns cache ID parts for building a cache ID. |
| drupal_session_destroy_uid | function | includes/ |
Ends a specific user's session(s). |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.