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
StatementPrefetch::__set function core/lib/Drupal/Core/Database/StatementPrefetch.php Implements the magic __set() method.
StatementTest class core/tests/Drupal/KernelTests/Core/Database/StatementTest.php Tests the Statement classes.
StatementTest.php file core/tests/Drupal/KernelTests/Core/Database/StatementTest.php
StatementTest::testGetDeprecatedProperties function core/tests/Drupal/KernelTests/Core/Database/StatementTest.php Tests accessing deprecated properties.
StatementTest::testRepeatedInsertStatementReuse function core/tests/Drupal/KernelTests/Core/Database/StatementTest.php Tests that a prepared statement object can be reused for multiple inserts.
StatementTest::testSetDeprecatedProperties function core/tests/Drupal/KernelTests/Core/Database/StatementTest.php Tests writing deprecated properties.
StatementWrapper class core/lib/Drupal/Core/Database/StatementWrapper.php Implementation of StatementInterface encapsulating PDOStatement.
StatementWrapper.php file core/lib/Drupal/Core/Database/StatementWrapper.php
StatementWrapper::$clientStatement property core/lib/Drupal/Core/Database/StatementWrapper.php The client database Statement object.
StatementWrapper::$connection property core/lib/Drupal/Core/Database/StatementWrapper.php The Drupal database connection object.
StatementWrapper::$rowCountEnabled property core/lib/Drupal/Core/Database/StatementWrapper.php Is rowCount() execution allowed.
StatementWrapper::bindColumn function core/lib/Drupal/Core/Database/StatementWrapper.php Bind a column to a PHP variable.
StatementWrapper::bindParam function core/lib/Drupal/Core/Database/StatementWrapper.php Binds a parameter to the specified variable name.
StatementWrapper::execute function core/lib/Drupal/Core/Database/StatementWrapper.php
StatementWrapper::fetch function core/lib/Drupal/Core/Database/StatementWrapper.php
StatementWrapper::fetchAll function core/lib/Drupal/Core/Database/StatementWrapper.php
StatementWrapper::fetchAllAssoc function core/lib/Drupal/Core/Database/StatementWrapper.php
StatementWrapper::fetchAllKeyed function core/lib/Drupal/Core/Database/StatementWrapper.php
StatementWrapper::fetchAssoc function core/lib/Drupal/Core/Database/StatementWrapper.php
StatementWrapper::fetchCol function core/lib/Drupal/Core/Database/StatementWrapper.php
StatementWrapper::fetchField function core/lib/Drupal/Core/Database/StatementWrapper.php
StatementWrapper::fetchObject function core/lib/Drupal/Core/Database/StatementWrapper.php
StatementWrapper::getClientStatement function core/lib/Drupal/Core/Database/StatementWrapper.php Returns the client-level database statement object.
StatementWrapper::getConnectionTarget function core/lib/Drupal/Core/Database/StatementWrapper.php
StatementWrapper::getIterator function core/lib/Drupal/Core/Database/StatementWrapper.php #[\ReturnTypeWillChange]
StatementWrapper::getQueryString function core/lib/Drupal/Core/Database/StatementWrapper.php
StatementWrapper::rowCount function core/lib/Drupal/Core/Database/StatementWrapper.php
StatementWrapper::setFetchMode function core/lib/Drupal/Core/Database/StatementWrapper.php
StatementWrapper::__call function core/lib/Drupal/Core/Database/StatementWrapper.php Implements the magic __call() method.
StatementWrapper::__construct function core/lib/Drupal/Core/Database/StatementWrapper.php Constructs a StatementWrapper object.
StatementWrapper::__get function core/lib/Drupal/Core/Database/StatementWrapper.php Implements the magic __get() method.
StatementWrapper::__set function core/lib/Drupal/Core/Database/StatementWrapper.php Implements the magic __set() method.
StatementWrapperLegacyTest class core/tests/Drupal/KernelTests/Core/Database/StatementWrapperLegacyTest.php Tests the deprecations of the StatementWrapper class.
StatementWrapperLegacyTest.php file core/tests/Drupal/KernelTests/Core/Database/StatementWrapperLegacyTest.php
StatementWrapperLegacyTest::$statement property core/tests/Drupal/KernelTests/Core/Database/StatementWrapperLegacyTest.php
StatementWrapperLegacyTest::setUp function core/tests/Drupal/KernelTests/Core/Database/StatementWrapperLegacyTest.php
StatementWrapperLegacyTest::testBindColumn function core/tests/Drupal/KernelTests/Core/Database/StatementWrapperLegacyTest.php @covers ::bindColumn[[api-linebreak]]
StatementWrapperLegacyTest::testBindParam function core/tests/Drupal/KernelTests/Core/Database/StatementWrapperLegacyTest.php @covers ::bindParam[[api-linebreak]]
StatementWrapperLegacyTest::testClientStatementMethod function core/tests/Drupal/KernelTests/Core/Database/StatementWrapperLegacyTest.php Tests calling an existing \PDOStatement method.
StatementWrapperLegacyTest::testMissingMethod function core/tests/Drupal/KernelTests/Core/Database/StatementWrapperLegacyTest.php Tests calling a non existing \PDOStatement method.
StatementWrapperLegacyTest::testQueryString function core/tests/Drupal/KernelTests/Core/Database/StatementWrapperLegacyTest.php @covers ::getQueryString[[api-linebreak]]
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.

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