Search for state
- Search 9.5.x for state
- Search 8.9.x for state
- Search 10.3.x for state
- Search 11.x for state
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
DatabaseStatementPrefetch::$defaultFetchOptions | property | includes/ |
Holds supplementary default fetch options. |
DatabaseStatementPrefetch::$defaultFetchStyle | property | includes/ |
Holds the default fetch style. |
DatabaseStatementPrefetch::$driverOptions | property | includes/ |
Driver-specific options. Can be used by child classes. |
DatabaseStatementPrefetch::$fetchOptions | property | includes/ |
Holds supplementary current fetch options (which will be used by the next fetch). |
DatabaseStatementPrefetch::$fetchStyle | property | includes/ |
Holds the current fetch style (which will be used by the next fetch). |
DatabaseStatementPrefetch::$queryString | property | includes/ |
The query string. |
DatabaseStatementPrefetch::$resultRowCount | property | includes/ |
The number of rows in this result set. |
DatabaseStatementPrefetch::$rowCount | property | includes/ |
The number of rows affected by the last query. |
DatabaseStatementPrefetch::current | function | includes/ |
Return the current row formatted according to the current fetch style. |
DatabaseStatementPrefetch::execute | function | includes/ |
Executes a prepared statement. |
DatabaseStatementPrefetch::fetch | function | includes/ |
|
DatabaseStatementPrefetch::fetchAll | function | includes/ |
|
DatabaseStatementPrefetch::fetchAllAssoc | function | includes/ |
Returns the result set as an associative array keyed by the given field. |
DatabaseStatementPrefetch::fetchAllKeyed | function | includes/ |
Returns the entire result set as a single associative array. |
DatabaseStatementPrefetch::fetchAssoc | function | includes/ |
Fetches the next row and returns it as an associative array. |
DatabaseStatementPrefetch::fetchCol | function | includes/ |
Returns an entire single column of a result set as an indexed array. |
DatabaseStatementPrefetch::fetchColumn | function | includes/ |
|
DatabaseStatementPrefetch::fetchField | function | includes/ |
Returns a single field from the next record of a result set. |
DatabaseStatementPrefetch::fetchObject | function | includes/ |
|
DatabaseStatementPrefetch::getQueryString | function | includes/ |
Return the object's SQL query string. |
DatabaseStatementPrefetch::getStatement | function | includes/ |
Grab a PDOStatement object from a given query and its arguments. |
DatabaseStatementPrefetch::key | function | includes/ |
#[\ReturnTypeWillChange] |
DatabaseStatementPrefetch::next | function | includes/ |
#[\ReturnTypeWillChange] |
DatabaseStatementPrefetch::rewind | function | includes/ |
#[\ReturnTypeWillChange] |
DatabaseStatementPrefetch::rowCount | function | includes/ |
Returns the number of rows affected by the last SQL statement. |
DatabaseStatementPrefetch::setFetchMode | function | includes/ |
|
DatabaseStatementPrefetch::throwPDOException | function | includes/ |
Throw a PDO Exception based on the last PDO error. |
DatabaseStatementPrefetch::valid | function | includes/ |
#[\ReturnTypeWillChange] |
DatabaseStatementPrefetch::__construct | function | includes/ |
|
DatabaseStatement_sqlite | class | includes/ |
Specific SQLite implementation of DatabaseConnection. |
DatabaseStatement_sqlite::execute | function | includes/ |
Executes a prepared statement. |
DatabaseStatement_sqlite::getStatement | function | includes/ |
SQLite specific implementation of getStatement(). |
DatabaseTransactionTestCase::executeDDLStatement | function | modules/ |
Execute a DDL statement. |
DatabaseTransactionTestCase::testTransactionWithDdlStatement | function | modules/ |
Test the compatibility of transactions with DDL statements. |
drupal_process_states | function | includes/ |
Adds JavaScript to change the state of an element based on another element. |
field_form_get_state | function | modules/ |
Retrieves processing information about a field from $form_state. |
field_form_set_state | function | modules/ |
Stores processing information about a field in $form_state. |
FormsFormStorageTestCase::testFormStatePersist | function | modules/ |
Tests a form using form state without using 'storage' to pass data from the constructor to a submit handler. The data has to persist even when caching gets activated, what may happen when a modules alter the form and adds #ajax properties. |
FormStateValuesCleanAdvancedTestCase | class | modules/ |
Tests $form_state clearance with form elements having buttons. |
FormStateValuesCleanAdvancedTestCase::$image | property | modules/ |
An image file path for uploading. |
FormStateValuesCleanAdvancedTestCase::getInfo | function | modules/ |
|
FormStateValuesCleanAdvancedTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormStateValuesCleanAdvancedTestCase::testFormStateValuesCleanAdvanced | function | modules/ |
Tests form_state_values_clean(). |
FormStateValuesCleanTestCase | class | modules/ |
Test $form_state clearance. |
FormStateValuesCleanTestCase::getInfo | function | modules/ |
|
FormStateValuesCleanTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormStateValuesCleanTestCase::testFormStateValuesClean | function | modules/ |
Tests form_state_values_clean(). |
form_state_defaults | function | includes/ |
Retrieves default values for the $form_state array. |
form_state_keys_no_cache | function | includes/ |
Returns an array of $form_state keys that shouldn't be cached. |
form_state_values_clean | function | includes/ |
Removes internal Form API elements and buttons from submitted form values. |
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.