Search for state

  1. Search 7.x for state
  2. Search 9.5.x for state
  3. Search 8.9.x for state
  4. Search 10.3.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
StatementBase::fetchAllAssoc function core/lib/Drupal/Core/Database/Statement/StatementBase.php Returns the result set as an associative array keyed by the given field.
StatementBase::fetchAllKeyed function core/lib/Drupal/Core/Database/Statement/StatementBase.php Returns the entire result set as a single associative array.
StatementBase::fetchAssoc function core/lib/Drupal/Core/Database/Statement/StatementBase.php Fetches the next row and returns it as an associative array.
StatementBase::fetchCol function core/lib/Drupal/Core/Database/Statement/StatementBase.php Returns an entire single column of a result set as an indexed array.
StatementBase::fetchField function core/lib/Drupal/Core/Database/Statement/StatementBase.php Returns a single field from the next record of a result set.
StatementBase::fetchObject function core/lib/Drupal/Core/Database/Statement/StatementBase.php Fetches the next row and returns it as an object.
StatementBase::getClientStatement function core/lib/Drupal/Core/Database/Statement/StatementBase.php Returns the client-level database statement object.
StatementBase::getConnectionTarget function core/lib/Drupal/Core/Database/Statement/StatementBase.php Returns the target connection this statement is associated with.
StatementBase::getQueryString function core/lib/Drupal/Core/Database/Statement/StatementBase.php Gets the query string of this statement.
StatementBase::hasClientStatement function core/lib/Drupal/Core/Database/Statement/StatementBase.php Determines if the client-level database statement object exists.
StatementBase::rowCount function core/lib/Drupal/Core/Database/Statement/StatementBase.php Returns the number of rows matched by the last SQL statement.
StatementBase::setFetchMode function core/lib/Drupal/Core/Database/Statement/StatementBase.php Sets the default fetch mode for this statement.
StatementBase::__construct function core/lib/Drupal/Core/Database/Statement/StatementBase.php Constructor.
StatementEvent.php file core/lib/Drupal/Core/Database/Event/StatementEvent.php
StatementExecutionEndEvent class core/lib/Drupal/Core/Database/Event/StatementExecutionEndEvent.php Represents the end of a statement execution as an event.
StatementExecutionEndEvent.php file core/lib/Drupal/Core/Database/Event/StatementExecutionEndEvent.php
StatementExecutionEndEvent::getElapsedTime function core/lib/Drupal/Core/Database/Event/StatementExecutionEndEvent.php Gets the query execution elapsed time.
StatementExecutionEndEvent::__construct function core/lib/Drupal/Core/Database/Event/StatementExecutionEndEvent.php Constructs a StatementExecutionEndEvent object.
StatementExecutionFailureEvent class core/lib/Drupal/Core/Database/Event/StatementExecutionFailureEvent.php Represents the failure of a statement execution as an event.
StatementExecutionFailureEvent.php file core/lib/Drupal/Core/Database/Event/StatementExecutionFailureEvent.php
StatementExecutionFailureEvent::__construct function core/lib/Drupal/Core/Database/Event/StatementExecutionFailureEvent.php Constructor.
StatementExecutionStartEvent class core/lib/Drupal/Core/Database/Event/StatementExecutionStartEvent.php Represents the start of a statement execution as an event.
StatementExecutionStartEvent.php file core/lib/Drupal/Core/Database/Event/StatementExecutionStartEvent.php
StatementExecutionStartEvent::__construct function core/lib/Drupal/Core/Database/Event/StatementExecutionStartEvent.php Constructs a StatementExecutionStartEvent object.
StatementExecutionSubscriber class core/lib/Drupal/Core/Database/EventSubscriber/StatementExecutionSubscriber.php Response subscriber to statement executions.
StatementExecutionSubscriber.php file core/lib/Drupal/Core/Database/EventSubscriber/StatementExecutionSubscriber.php
StatementExecutionSubscriber::getSubscribedEvents function core/lib/Drupal/Core/Database/EventSubscriber/StatementExecutionSubscriber.php
StatementExecutionSubscriber::onStatementExecutionEnd function core/lib/Drupal/Core/Database/EventSubscriber/StatementExecutionSubscriber.php Subscribes to a statement execution finished event.
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::getConnectionTarget function core/lib/Drupal/Core/Database/StatementInterface.php Returns the target connection this statement is associated with.
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 matched by the last SQL statement.
StatementInterface::setFetchMode function core/lib/Drupal/Core/Database/StatementInterface.php Sets the default fetch mode for this statement.
StatementIteratorTrait trait core/lib/Drupal/Core/Database/StatementIteratorTrait.php StatementInterface iterator trait.
StatementIteratorTrait.php file core/lib/Drupal/Core/Database/StatementIteratorTrait.php
StatementIteratorTrait::$isResultsetIterable property core/lib/Drupal/Core/Database/StatementIteratorTrait.php Traces if rows can be fetched from the resultset.
StatementIteratorTrait::$resultsetKey property core/lib/Drupal/Core/Database/StatementIteratorTrait.php The key of the current row.
StatementIteratorTrait::$resultsetRow property core/lib/Drupal/Core/Database/StatementIteratorTrait.php The current row, retrieved in the current fetch format.
StatementIteratorTrait::current function core/lib/Drupal/Core/Database/StatementIteratorTrait.php Returns the current element.
StatementIteratorTrait::getResultsetCurrentRowIndex function core/lib/Drupal/Core/Database/StatementIteratorTrait.php Returns the row index of the current element in the resultset.

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