Search for state
- Search 7.x for state
- Search 8.9.x for state
- Search 10.3.x for state
- Search 11.x for state
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
State | class | core/ |
A value object representing a workflow state. |
state | service | core/ |
Drupal\Core\State\State |
State | class | core/ |
Provides the state system using a key value store. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
StateInterface::resetCache | function | core/ |
Resets the static cache. |
StateInterface::set | function | core/ |
Saves a value for a given key. |
StateInterface::setMultiple | function | core/ |
Saves key/value pairs. |
StateInterface::weight | function | core/ |
Gets the state's weight. |
Statement | class | core/ |
SQLite implementation of \Drupal\Core\Database\Statement. |
Statement | class | core/ |
SQLite implementation of \Drupal\Core\Database\Statement. |
Statement | class | core/ |
Default implementation of StatementInterface. |
Statement.php | file | core/ |
|
Statement.php | file | core/ |
|
Statement.php | file | core/ |
|
Statement::$allowRowCount | property | core/ |
Is rowCount() execution allowed. |
Statement::$dbh | property | core/ |
Reference to the database connection object for this statement. |
Statement::execute | function | core/ |
|
Statement::execute | function | core/ |
Executes a prepared statement. |
Statement::fetchAll | function | core/ |
|
Statement::fetchAllAssoc | function | core/ |
|
Statement::fetchAllKeyed | function | core/ |
|
Statement::fetchAssoc | function | core/ |
|
Statement::fetchCol | function | core/ |
|
Statement::fetchField | function | core/ |
|
Statement::getConnectionTarget | function | core/ |
|
Statement::getQueryString | function | core/ |
|
Statement::getStatement | function | core/ |
The PDO SQLite layer doesn't replace numeric placeholders in queries correctly, and this makes numeric expressions (such as COUNT(*) >= :count) fail. We replace numeric placeholders in the query ourselves to work around this bug. |
Statement::rowCount | function | core/ |
|
Statement::setFetchMode | function | core/ |
|
Statement::__construct | function | core/ |
|
StatementEmpty | class | core/ |
Empty implementation of a database statement. |
StatementEmpty.php | file | core/ |
|
StatementEmpty::$allowRowCount | property | core/ |
Is rowCount() execution allowed. |
StatementEmpty::current | function | core/ |
|
StatementEmpty::execute | function | core/ |
|
StatementEmpty::fetch | function | core/ |
|
StatementEmpty::fetchAll | function | core/ |
|
StatementEmpty::fetchAllAssoc | function | core/ |
|
StatementEmpty::fetchAllKeyed | function | core/ |
|
StatementEmpty::fetchAssoc | function | core/ |
|
StatementEmpty::fetchCol | function | core/ |
|
StatementEmpty::fetchField | function | core/ |
|
StatementEmpty::fetchObject | function | core/ |
|
StatementEmpty::getQueryString | function | core/ |
|
StatementEmpty::key | function | core/ |
|
StatementEmpty::next | function | core/ |
|
StatementEmpty::rewind | function | core/ |
|
StatementEmpty::rowCount | function | core/ |
|
StatementEmpty::setFetchMode | function | core/ |
|
StatementEmpty::valid | function | core/ |
|
StatementInterface | interface | core/ |
Represents a prepared statement. |
StatementInterface.php | file | core/ |
|
StatementInterface::execute | function | core/ |
Executes a prepared statement. |
StatementInterface::fetch | function | core/ |
Fetches the next row from a result set. |
Pagination
- Previous page
- Page 23
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.