Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
StateInterface::getTransitions function core/modules/workflows/src/StateInterface.php Gets all the possible transition objects for the state.
StateInterface::getTransitionTo function core/modules/workflows/src/StateInterface.php Gets the Transition object for the provided state ID.
StateInterface::getValuesSetDuringRequest function core/lib/Drupal/Core/State/StateInterface.php Returns any values modified for a given key during the request.
StateInterface::id function core/modules/workflows/src/StateInterface.php Gets the state's ID.
StateInterface::label function core/modules/workflows/src/StateInterface.php Gets the state's label.
StateInterface::PLUGIN_FORM_KEY constant core/modules/workflows/src/StateInterface.php The key of the state plugin form.
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/modules/mysqli/src/Driver/Database/mysqli/Statement.php MySQLi implementation of \Drupal\Core\Database\Query\StatementInterface.
Statement.php file core/modules/mysqli/src/Driver/Database/mysqli/Statement.php
Statement.php file core/modules/sqlite/src/Driver/Database/sqlite/Statement.php
Statement::$paramsPositions property core/modules/mysqli/src/Driver/Database/mysqli/Statement.php Holds the index position of named parameters.
Statement::execute function core/modules/mysqli/src/Driver/Database/mysqli/Statement.php Executes a prepared statement.
Statement::execute function core/modules/sqlite/src/Driver/Database/sqlite/Statement.php Executes a prepared statement.
Statement::getClientStatement function core/modules/mysqli/src/Driver/Database/mysqli/Statement.php Returns the client-level database statement object.
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::__construct function core/modules/mysqli/src/Driver/Database/mysqli/Statement.php Constructs a Statement object.
StatementBase class core/lib/Drupal/Core/Database/Statement/StatementBase.php StatementInterface base implementation.
StatementBase.php file core/lib/Drupal/Core/Database/Statement/StatementBase.php
StatementBase::$clientStatement property core/lib/Drupal/Core/Database/Statement/StatementBase.php The client database Statement object.
StatementBase::$fetchMode property core/lib/Drupal/Core/Database/Statement/StatementBase.php Holds the default fetch mode.
StatementBase::$fetchOptions property core/lib/Drupal/Core/Database/Statement/StatementBase.php Holds fetch options.
StatementBase::$result property core/lib/Drupal/Core/Database/Statement/StatementBase.php The results of a data query language (DQL) statement.
StatementBase::dispatchStatementExecutionEndEvent function core/lib/Drupal/Core/Database/Statement/StatementBase.php Dispatches an event informing that the statement execution succeeded.
StatementBase::dispatchStatementExecutionFailureEvent function core/lib/Drupal/Core/Database/Statement/StatementBase.php Dispatches an event informing of the statement execution failure.
StatementBase::dispatchStatementExecutionStartEvent function core/lib/Drupal/Core/Database/Statement/StatementBase.php Dispatches an event informing that the statement execution begins.
StatementBase::execute function core/lib/Drupal/Core/Database/Statement/StatementBase.php Executes a prepared statement.
StatementBase::fetch function core/lib/Drupal/Core/Database/Statement/StatementBase.php Fetches the next row from a result set.
StatementBase::fetchAll function core/lib/Drupal/Core/Database/Statement/StatementBase.php Returns an array containing all of the result set rows.
StatementBase::fetchAllAssoc function core/lib/Drupal/Core/Database/Statement/StatementBase.php Returns the result set as an associative array keyed by the given column.
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 column value 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.

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