Search for %s

  1. Search 7.x for %s
  2. Search 8.9.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
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 Gets the query string of this statement.
StatementWrapper::rowCount function core/lib/Drupal/Core/Database/StatementWrapper.php Returns the number of rows matched by the last SQL statement.
StatementWrapper::setFetchMode function core/lib/Drupal/Core/Database/StatementWrapper.php Sets the default fetch mode for this statement.
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.
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.
StateTransitionValidationTest class core/modules/content_moderation/tests/src/Unit/StateTransitionValidationTest.php @coversDefaultClass \Drupal\content_moderation\StateTransitionValidation[[api-linebreak]]
@group content_moderation
StateTransitionValidationTest.php file core/modules/content_moderation/tests/src/Unit/StateTransitionValidationTest.php
StateTransitionValidationTest::$workflow property core/modules/content_moderation/tests/src/Unit/StateTransitionValidationTest.php A test workflow.
StateTransitionValidationTest::setUp function core/modules/content_moderation/tests/src/Unit/StateTransitionValidationTest.php
StateTransitionValidationTest::testUserSensitiveValidTransitions function core/modules/content_moderation/tests/src/Unit/StateTransitionValidationTest.php Verifies user-aware transition validation.
StateTransitionValidationTest::userTransitionsProvider function core/modules/content_moderation/tests/src/Unit/StateTransitionValidationTest.php Data provider for the user transition test.
StateValuesCleanAdvancedTest class core/modules/system/tests/src/Functional/Form/StateValuesCleanAdvancedTest.php Tests the removal of internal Form API elements from submitted form values.
StateValuesCleanAdvancedTest.php file core/modules/system/tests/src/Functional/Form/StateValuesCleanAdvancedTest.php
StateValuesCleanAdvancedTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/StateValuesCleanAdvancedTest.php The theme to install as the default for testing.
StateValuesCleanAdvancedTest::$image property core/modules/system/tests/src/Functional/Form/StateValuesCleanAdvancedTest.php An image file path for uploading.
StateValuesCleanAdvancedTest::$modules property core/modules/system/tests/src/Functional/Form/StateValuesCleanAdvancedTest.php Modules to enable.
StateValuesCleanAdvancedTest::testFormStateValuesCleanAdvanced function core/modules/system/tests/src/Functional/Form/StateValuesCleanAdvancedTest.php Tests \Drupal\Core\Form\FormState::cleanValues().
StateValuesCleanTest class core/modules/system/tests/src/Functional/Form/StateValuesCleanTest.php Tests the proper removal of submitted form values.

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