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
State::getTransitions function core/modules/workflows/src/State.php Gets all the possible transition objects for the state.
State::getTransitionTo function core/modules/workflows/src/State.php Gets the Transition object for the provided state ID.
State::id function core/modules/workflows/src/State.php Gets the state's ID.
State::label function core/modules/workflows/src/State.php Gets the state's label.
State::labelCallback function core/modules/workflows/src/State.php Helper method to convert a State value object to a label.
State::resetCache function core/lib/Drupal/Core/State/State.php Resets the static cache.
State::set function core/lib/Drupal/Core/State/State.php Saves a value for a given key.
State::setMultiple function core/lib/Drupal/Core/State/State.php Saves key/value pairs.
State::weight function core/modules/workflows/src/State.php Gets the state's weight.
State::__construct function core/modules/workflows/src/State.php State constructor.
State::__construct function core/lib/Drupal/Core/State/State.php Constructs a State object.
StateFileExists class core/modules/migrate_drupal/tests/src/Kernel/StateFileExists.php Tests that core modules have a migrate_drupal.yml file as needed.
StateFileExists.php file core/modules/migrate_drupal/tests/src/Kernel/StateFileExists.php
StateFileExists::$modules property core/modules/migrate_drupal/tests/src/Kernel/StateFileExists.php Modules to enable.
StateFileExists::$stateFileRequired property core/modules/migrate_drupal/tests/src/Kernel/StateFileExists.php Modules that should have a migrate_drupal.yml file.
StateFileExists::testMigrationState function core/modules/migrate_drupal/tests/src/Kernel/StateFileExists.php Tests that the migrate_drupal.yml files exist as needed.
StateFormatterTest class core/modules/content_moderation/tests/src/Kernel/StateFormatterTest.php Test the state field formatter.
StateFormatterTest.php file core/modules/content_moderation/tests/src/Kernel/StateFormatterTest.php
StateFormatterTest::$modules property core/modules/content_moderation/tests/src/Kernel/StateFormatterTest.php Modules to enable.
StateFormatterTest::formatterTestCases function core/modules/content_moderation/tests/src/Kernel/StateFormatterTest.php Test cases for ::
StateFormatterTest::setUp function core/modules/content_moderation/tests/src/Kernel/StateFormatterTest.php
StateFormatterTest::testStateFieldFormatter function core/modules/content_moderation/tests/src/Kernel/StateFormatterTest.php Test the embed field.
StateInterface interface core/lib/Drupal/Core/State/StateInterface.php Defines the interface for the state system.
StateInterface interface core/modules/workflows/src/StateInterface.php An interface for state value objects.
StateInterface.php file core/modules/workflows/src/StateInterface.php
StateInterface.php file core/lib/Drupal/Core/State/StateInterface.php
StateInterface::canTransitionTo function core/modules/workflows/src/StateInterface.php Determines if the state can transition to the provided state ID.
StateInterface::delete function core/lib/Drupal/Core/State/StateInterface.php Deletes an item.
StateInterface::deleteMultiple function core/lib/Drupal/Core/State/StateInterface.php Deletes multiple items.
StateInterface::get function core/lib/Drupal/Core/State/StateInterface.php Returns the stored value for a given key.
StateInterface::getMultiple function core/lib/Drupal/Core/State/StateInterface.php Returns the stored key/value pairs for a given set of keys.
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::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/lib/Drupal/Core/Database/Statement.php Default implementation of StatementInterface.
Statement class core/lib/Drupal/Core/Database/Driver/sqlite/Statement.php SQLite implementation of \Drupal\Core\Database\Statement.
Statement.php file core/lib/Drupal/Core/Database/Driver/sqlite/Statement.php
Statement.php file core/lib/Drupal/Core/Database/Statement.php
Statement::$allowRowCount property core/lib/Drupal/Core/Database/Statement.php Is rowCount() execution allowed.
Statement::$dbh property core/lib/Drupal/Core/Database/Statement.php Reference to the database connection object for this statement.
Statement::execute function core/lib/Drupal/Core/Database/Statement.php Executes a prepared statement
Statement::execute function core/lib/Drupal/Core/Database/Driver/sqlite/Statement.php Executes a prepared statement
Statement::fetchAll function core/lib/Drupal/Core/Database/Statement.php Returns an array containing all of the result set rows.
Statement::fetchAllAssoc function core/lib/Drupal/Core/Database/Statement.php Returns the result set as an associative array keyed by the given field.

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