Search for state

  1. Search 7.x for state
  2. Search 9.5.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
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/Driver/sqlite/Statement.php Executes a prepared statement
Statement::execute function core/lib/Drupal/Core/Database/Statement.php
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::getQueryString function core/lib/Drupal/Core/Database/Statement.php
Statement::getStatement function core/lib/Drupal/Core/Database/Driver/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.
StatementInterface::fetchAll function core/lib/Drupal/Core/Database/StatementInterface.php Returns an array containing all of the result set rows.
StatementInterface::fetchAllAssoc function core/lib/Drupal/Core/Database/StatementInterface.php Returns the result set as an associative array keyed by the given field.
StatementInterface::fetchAllKeyed function core/lib/Drupal/Core/Database/StatementInterface.php Returns the entire result set as a single associative array.
StatementInterface::fetchAssoc function core/lib/Drupal/Core/Database/StatementInterface.php Fetches the next row and returns it as an associative array.
StatementInterface::fetchCol function core/lib/Drupal/Core/Database/StatementInterface.php Returns an entire single column of a result set as an indexed array.
StatementInterface::fetchField function core/lib/Drupal/Core/Database/StatementInterface.php Returns a single field from the next record of a result set.
StatementInterface::fetchObject function core/lib/Drupal/Core/Database/StatementInterface.php Fetches the next row and returns it as an object.
StatementInterface::getQueryString function core/lib/Drupal/Core/Database/StatementInterface.php Gets the query string of this statement.
StatementInterface::rowCount function core/lib/Drupal/Core/Database/StatementInterface.php Returns the number of rows affected by the last SQL statement.
StatementInterface::setFetchMode function core/lib/Drupal/Core/Database/StatementInterface.php Sets the default fetch mode for this statement.
StatementPrefetch class core/lib/Drupal/Core/Database/StatementPrefetch.php An implementation of StatementInterface that prefetches all data.
StatementPrefetch.php file core/lib/Drupal/Core/Database/StatementPrefetch.php

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