Search for state

  1. Search 7.x for state
  2. Search 8.9.x for state
  3. Search 10.3.x for state
  4. Search 11.x for state
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
State class core/modules/workflows/src/State.php A value object representing a workflow state.
state service core/core.services.yml Drupal\Core\State\State
State class core/lib/Drupal/Core/State/State.php Provides the state system using a key value store.

All search results

Title Object type File name Summary
StateInterface::resetCache function core/lib/Drupal/Core/State/StateInterface.php Resets the static cache.
StateInterface::set function core/lib/Drupal/Core/State/StateInterface.php Saves a value for a given key.
StateInterface::setMultiple function core/lib/Drupal/Core/State/StateInterface.php Saves key/value pairs.
StateInterface::weight function core/modules/workflows/src/StateInterface.php Gets the state's weight.
Statement class core/modules/sqlite/src/Driver/Database/sqlite/Statement.php SQLite implementation of \Drupal\Core\Database\Statement.
Statement class core/lib/Drupal/Core/Database/Driver/sqlite/Statement.php SQLite implementation of \Drupal\Core\Database\Statement.
Statement class core/lib/Drupal/Core/Database/Statement.php Default implementation of StatementInterface.
Statement.php file core/lib/Drupal/Core/Database/Driver/sqlite/Statement.php
Statement.php file core/lib/Drupal/Core/Database/Statement.php
Statement.php file core/modules/sqlite/src/Driver/Database/sqlite/Statement.php
Statement::$allowRowCount property core/lib/Drupal/Core/Database/Statement.php Is rowCount() execution allowed.
Statement::$dbh property core/lib/Drupal/Core/Database/Statement.php Reference to the database connection object for this statement.
Statement::execute function core/lib/Drupal/Core/Database/Statement.php
Statement::execute function core/modules/sqlite/src/Driver/Database/sqlite/Statement.php Executes a prepared statement.
Statement::fetchAll function core/lib/Drupal/Core/Database/Statement.php
Statement::fetchAllAssoc function core/lib/Drupal/Core/Database/Statement.php
Statement::fetchAllKeyed function core/lib/Drupal/Core/Database/Statement.php
Statement::fetchAssoc function core/lib/Drupal/Core/Database/Statement.php
Statement::fetchCol function core/lib/Drupal/Core/Database/Statement.php
Statement::fetchField function core/lib/Drupal/Core/Database/Statement.php
Statement::getConnectionTarget function core/lib/Drupal/Core/Database/Statement.php
Statement::getQueryString function core/lib/Drupal/Core/Database/Statement.php
Statement::getStatement function core/modules/sqlite/src/Driver/Database/sqlite/Statement.php 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/lib/Drupal/Core/Database/Statement.php
Statement::setFetchMode function core/lib/Drupal/Core/Database/Statement.php
Statement::__construct function core/lib/Drupal/Core/Database/Statement.php
StatementEmpty class core/lib/Drupal/Core/Database/StatementEmpty.php Empty implementation of a database statement.
StatementEmpty.php file core/lib/Drupal/Core/Database/StatementEmpty.php
StatementEmpty::$allowRowCount property core/lib/Drupal/Core/Database/StatementEmpty.php Is rowCount() execution allowed.
StatementEmpty::current function core/lib/Drupal/Core/Database/StatementEmpty.php
StatementEmpty::execute function core/lib/Drupal/Core/Database/StatementEmpty.php
StatementEmpty::fetch function core/lib/Drupal/Core/Database/StatementEmpty.php
StatementEmpty::fetchAll function core/lib/Drupal/Core/Database/StatementEmpty.php
StatementEmpty::fetchAllAssoc function core/lib/Drupal/Core/Database/StatementEmpty.php
StatementEmpty::fetchAllKeyed function core/lib/Drupal/Core/Database/StatementEmpty.php
StatementEmpty::fetchAssoc function core/lib/Drupal/Core/Database/StatementEmpty.php
StatementEmpty::fetchCol function core/lib/Drupal/Core/Database/StatementEmpty.php
StatementEmpty::fetchField function core/lib/Drupal/Core/Database/StatementEmpty.php
StatementEmpty::fetchObject function core/lib/Drupal/Core/Database/StatementEmpty.php
StatementEmpty::getQueryString function core/lib/Drupal/Core/Database/StatementEmpty.php
StatementEmpty::key function core/lib/Drupal/Core/Database/StatementEmpty.php
StatementEmpty::next function core/lib/Drupal/Core/Database/StatementEmpty.php
StatementEmpty::rewind function core/lib/Drupal/Core/Database/StatementEmpty.php
StatementEmpty::rowCount function core/lib/Drupal/Core/Database/StatementEmpty.php
StatementEmpty::setFetchMode function core/lib/Drupal/Core/Database/StatementEmpty.php
StatementEmpty::valid function core/lib/Drupal/Core/Database/StatementEmpty.php
StatementInterface interface core/lib/Drupal/Core/Database/StatementInterface.php Represents a prepared statement.
StatementInterface.php file core/lib/Drupal/Core/Database/StatementInterface.php
StatementInterface::execute function core/lib/Drupal/Core/Database/StatementInterface.php Executes a prepared statement.
StatementInterface::fetch function core/lib/Drupal/Core/Database/StatementInterface.php Fetches the next row from a result set.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.