Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
StatementPrefetch::$dbh property core/lib/Drupal/Core/Database/StatementPrefetch.php Reference to the Drupal database connection object for this statement.
StatementPrefetch::$defaultFetchOptions property core/lib/Drupal/Core/Database/StatementPrefetch.php Holds supplementary default fetch options.
StatementPrefetch::$defaultFetchStyle property core/lib/Drupal/Core/Database/StatementPrefetch.php Holds the default fetch style.
StatementPrefetch::$driverOptions property core/lib/Drupal/Core/Database/StatementPrefetch.php Driver-specific options. Can be used by child classes.
StatementPrefetch::$fetchOptions property core/lib/Drupal/Core/Database/StatementPrefetch.php Holds supplementary current fetch options (which will be used by the next fetch).
StatementPrefetch::$fetchStyle property core/lib/Drupal/Core/Database/StatementPrefetch.php Holds the current fetch style (which will be used by the next fetch).
StatementPrefetch::$pdoConnection property core/lib/Drupal/Core/Database/StatementPrefetch.php Reference to the PDO connection object for this statement.
StatementPrefetch::$queryString property core/lib/Drupal/Core/Database/StatementPrefetch.php The query string.
StatementPrefetch::$resultRowCount property core/lib/Drupal/Core/Database/StatementPrefetch.php The number of rows in this result set.
StatementPrefetch::$rowCount property core/lib/Drupal/Core/Database/StatementPrefetch.php The number of rows affected by the last query.
StatementPrefetch::current function core/lib/Drupal/Core/Database/StatementPrefetch.php Return the current row formatted according to the current fetch style.
StatementPrefetch::execute function core/lib/Drupal/Core/Database/StatementPrefetch.php Executes a prepared statement
StatementPrefetch::fetch function core/lib/Drupal/Core/Database/StatementPrefetch.php Fetches the next row from a result set.
StatementPrefetch::fetchAll function core/lib/Drupal/Core/Database/StatementPrefetch.php Returns an array containing all of the result set rows.
StatementPrefetch::fetchAllAssoc function core/lib/Drupal/Core/Database/StatementPrefetch.php Returns the result set as an associative array keyed by the given field.
StatementPrefetch::fetchAllKeyed function core/lib/Drupal/Core/Database/StatementPrefetch.php Returns the entire result set as a single associative array.
StatementPrefetch::fetchAssoc function core/lib/Drupal/Core/Database/StatementPrefetch.php Fetches the next row and returns it as an associative array.
StatementPrefetch::fetchCol function core/lib/Drupal/Core/Database/StatementPrefetch.php Returns an entire single column of a result set as an indexed array.
StatementPrefetch::fetchColumn function core/lib/Drupal/Core/Database/StatementPrefetch.php
StatementPrefetch::fetchField function core/lib/Drupal/Core/Database/StatementPrefetch.php Returns a single field from the next record of a result set.
StatementPrefetch::fetchObject function core/lib/Drupal/Core/Database/StatementPrefetch.php Fetches the next row and returns it as an object.
StatementPrefetch::getQueryString function core/lib/Drupal/Core/Database/StatementPrefetch.php Gets the query string of this statement.
StatementPrefetch::getStatement function core/lib/Drupal/Core/Database/StatementPrefetch.php Grab a PDOStatement object from a given query and its arguments.
StatementPrefetch::key function core/lib/Drupal/Core/Database/StatementPrefetch.php
StatementPrefetch::next function core/lib/Drupal/Core/Database/StatementPrefetch.php
StatementPrefetch::rewind function core/lib/Drupal/Core/Database/StatementPrefetch.php
StatementPrefetch::rowCount function core/lib/Drupal/Core/Database/StatementPrefetch.php Returns the number of rows affected by the last SQL statement.
StatementPrefetch::setFetchMode function core/lib/Drupal/Core/Database/StatementPrefetch.php Sets the default fetch mode for this statement.
StatementPrefetch::throwPDOException function core/lib/Drupal/Core/Database/StatementPrefetch.php Throw a PDO Exception based on the last PDO error.
StatementPrefetch::valid function core/lib/Drupal/Core/Database/StatementPrefetch.php
StatementPrefetch::__construct function core/lib/Drupal/Core/Database/StatementPrefetch.php
StateTest class core/modules/workflows/tests/src/Unit/StateTest.php @coversDefaultClass \Drupal\workflows\State[[api-linebreak]]
StateTest.php file core/modules/workflows/tests/src/Unit/StateTest.php
StateTest::testCanTransitionTo function core/modules/workflows/tests/src/Unit/StateTest.php @covers ::canTransitionTo[[api-linebreak]]
StateTest::testGetters function core/modules/workflows/tests/src/Unit/StateTest.php @covers ::__construct[[api-linebreak]]
@covers ::id[[api-linebreak]]
@covers ::label[[api-linebreak]]
@covers ::weight[[api-linebreak]]
StateTest::testGetTransitions function core/modules/workflows/tests/src/Unit/StateTest.php @covers ::getTransitions[[api-linebreak]]
StateTest::testGetTransitionTo function core/modules/workflows/tests/src/Unit/StateTest.php @covers ::getTransitionTo[[api-linebreak]]
StateTest::testGetTransitionToException function core/modules/workflows/tests/src/Unit/StateTest.php @covers ::getTransitionTo[[api-linebreak]]
StateTest::testLabelCallback function core/modules/workflows/tests/src/Unit/StateTest.php @covers ::labelCallback[[api-linebreak]]
StateTransitionValidation class core/modules/content_moderation/src/StateTransitionValidation.php Validates whether a certain state transition is allowed.
StateTransitionValidation.php file core/modules/content_moderation/src/StateTransitionValidation.php
StateTransitionValidation::$moderationInfo property core/modules/content_moderation/src/StateTransitionValidation.php The moderation information service.
StateTransitionValidation::$possibleTransitions property core/modules/content_moderation/src/StateTransitionValidation.php Stores the possible state transitions.
StateTransitionValidation::getValidTransitions function core/modules/content_moderation/src/StateTransitionValidation.php Gets a list of transitions that are legal for this user on this entity.
StateTransitionValidation::isTransitionValid function core/modules/content_moderation/src/StateTransitionValidation.php Checks if a transition between two states if valid for the given user.
StateTransitionValidation::__construct function core/modules/content_moderation/src/StateTransitionValidation.php Constructs a new StateTransitionValidation.
StateTransitionValidationInterface interface core/modules/content_moderation/src/StateTransitionValidationInterface.php Validates whether a certain state transition is allowed.
StateTransitionValidationInterface.php file core/modules/content_moderation/src/StateTransitionValidationInterface.php
StateTransitionValidationInterface::getValidTransitions function core/modules/content_moderation/src/StateTransitionValidationInterface.php Gets a list of transitions that are legal for this user on this entity.
StateTransitionValidationInterface::isTransitionValid function core/modules/content_moderation/src/StateTransitionValidationInterface.php Checks if a transition between two states if valid for the given user.

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