Search for state

  1. Search 7.x for state
  2. Search 9.5.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
migrate_drupal.migration_state service core/modules/migrate_drupal/migrate_drupal.services.yml Drupal\migrate_drupal\MigrationState
migrate_state_finished_test.info.yml file core/modules/migrate_drupal/tests/modules/migrate_state_finished_test/migrate_state_finished_test.info.yml core/modules/migrate_drupal/tests/modules/migrate_state_finished_test/migrate_state_finished_test.info.yml
migrate_state_finished_test.migrate_drupal.yml file core/modules/migrate_drupal/tests/modules/migrate_state_finished_test/migrations/state/migrate_state_finished_test.migrate_drupal.yml core/modules/migrate_drupal/tests/modules/migrate_state_finished_test/migrations/state/migrate_state_finished_test.migrate_drupal.yml
migrate_state_finished_test.yml file core/modules/migrate_drupal/tests/modules/migrate_state_finished_test/migrations/migrate_state_finished_test.yml core/modules/migrate_drupal/tests/modules/migrate_state_finished_test/migrations/migrate_state_finished_test.yml
migrate_state_finished_test1.yml file core/modules/migrate_drupal/tests/modules/migrate_state_finished_test/migrations/migrate_state_finished_test1.yml core/modules/migrate_drupal/tests/modules/migrate_state_finished_test/migrations/migrate_state_finished_test1.yml
migrate_state_not_finished_test.info.yml file core/modules/migrate_drupal/tests/modules/migrate_state_not_finished_test/migrate_state_not_finished_test.info.yml core/modules/migrate_drupal/tests/modules/migrate_state_not_finished_test/migrate_state_not_finished_test.info.yml
migrate_state_not_finished_test.migrate_drupal.yml file core/modules/migrate_drupal/tests/modules/migrate_state_not_finished_test/migrations/state/migrate_state_not_finished_test.migrate_drupal.yml core/modules/migrate_drupal/tests/modules/migrate_state_not_finished_test/migrations/state/migrate_state_not_finished_test.migrate_drupal.yml
migrate_state_no_file_test.info.yml file core/modules/migrate_drupal/tests/modules/migrate_state_no_file_test/migrate_state_no_file_test.info.yml core/modules/migrate_drupal/tests/modules/migrate_state_no_file_test/migrate_state_no_file_test.info.yml
migrate_state_no_file_test.yml file core/modules/migrate_drupal/tests/modules/migrate_state_no_file_test/migrations/migrate_state_no_file_test.yml core/modules/migrate_drupal/tests/modules/migrate_state_no_file_test/migrations/migrate_state_no_file_test.yml
migrate_state_no_upgrade_path.info.yml file core/modules/migrate_drupal/tests/modules/migrate_state_no_upgrade_path/migrate_state_no_upgrade_path.info.yml core/modules/migrate_drupal/tests/modules/migrate_state_no_upgrade_path/migrate_state_no_upgrade_path.info.yml
MigrationConfigurationTrait::$state property core/modules/migrate_drupal/src/MigrationConfigurationTrait.php The state service.
MigrationConfigurationTrait::createDatabaseStateSettings function core/modules/migrate_drupal/src/MigrationConfigurationTrait.php Creates the necessary state entries for SqlBase::getDatabase() to work.
MigrationConfigurationTrait::getState function core/modules/migrate_drupal/src/MigrationConfigurationTrait.php Gets the state service.
MigrationState class core/modules/migrate_drupal/src/MigrationState.php Determines the migrate state for all modules enabled on the source.
MigrationState.php file core/modules/migrate_drupal/src/MigrationState.php
MigrationState::$declaredBySource property core/modules/migrate_drupal/src/MigrationState.php An array of destinations declared for each source migration.
MigrationState::$destinations property core/modules/migrate_drupal/src/MigrationState.php An array of migration source and destinations.
MigrationState::$discoveredBySource property core/modules/migrate_drupal/src/MigrationState.php An array of migration source and destinations derived from migrations.
MigrationState::$enabledModules property core/modules/migrate_drupal/src/MigrationState.php Array of enabled modules.
MigrationState::$fieldPluginManager property core/modules/migrate_drupal/src/MigrationState.php The field plugin manager service.
MigrationState::$migratedSourceModules property core/modules/migrate_drupal/src/MigrationState.php Source modules that will be migrated determined using legacy method, keyed
by version.
MigrationState::$moduleHandler property core/modules/migrate_drupal/src/MigrationState.php The field plugin manager service.
MigrationState::$stateBySource property core/modules/migrate_drupal/src/MigrationState.php An array of migration states declared for each source migration.
MigrationState::$unmigratedSourceModules property core/modules/migrate_drupal/src/MigrationState.php Source modules that will not be migrated determined using legacy method.
MigrationState::buildDeclaredStateBySource function core/modules/migrate_drupal/src/MigrationState.php Gets migration data from *.migrate_drupal.yml sorted by source module.
MigrationState::buildDiscoveredDestinationsBySource function core/modules/migrate_drupal/src/MigrationState.php Builds migration source and destination module information.
MigrationState::buildUpgradeState function core/modules/migrate_drupal/src/MigrationState.php Determines migration state for each source module enabled on the source.
MigrationState::FINISHED constant core/modules/migrate_drupal/src/MigrationState.php Source module upgrade state when all its migrations are complete.
MigrationState::getDestinationsForSource function core/modules/migrate_drupal/src/MigrationState.php Get net destinations for source module.
MigrationState::getMigrationStates function core/modules/migrate_drupal/src/MigrationState.php Gets migration state information from *.migrate_drupal.yml.
MigrationState::getSourceState function core/modules/migrate_drupal/src/MigrationState.php Tests if a destination exists for the given source module.
MigrationState::getUpgradeStates function core/modules/migrate_drupal/src/MigrationState.php Gets the upgrade states for all enabled source modules.
MigrationState::NOT_FINISHED constant core/modules/migrate_drupal/src/MigrationState.php Source module upgrade state when all its migrations are not complete.
MigrationState::__construct function core/modules/migrate_drupal/src/MigrationState.php Construct a new MigrationState object.
MigrationStateDeprecationTest class core/modules/migrate_drupal/tests/src/Kernel/MigrationStateDeprecationTest.php Defines a class for testing deprecation error from MigrationState.
MigrationStateDeprecationTest.php file core/modules/migrate_drupal/tests/src/Kernel/MigrationStateDeprecationTest.php
MigrationStateDeprecationTest::$modules property core/modules/migrate_drupal/tests/src/Kernel/MigrationStateDeprecationTest.php
MigrationStateDeprecationTest::testUndeclaredDestinationDeprecation function core/modules/migrate_drupal/tests/src/Kernel/MigrationStateDeprecationTest.php Tests migration state deprecation notice.
MigrationStateUnitTest class core/modules/migrate_drupal/tests/src/Unit/MigrationStateUnitTest.php Defines a class for testing \Drupal\migrate_drupal\MigrationState.
MigrationStateUnitTest.php file core/modules/migrate_drupal/tests/src/Unit/MigrationStateUnitTest.php
MigrationStateUnitTest::providerGetUpgradeStates function core/modules/migrate_drupal/tests/src/Unit/MigrationStateUnitTest.php Data provider for testGetUpgradeStates.
MigrationStateUnitTest::testGetUpgradeStates function core/modules/migrate_drupal/tests/src/Unit/MigrationStateUnitTest.php Tests ::getUpgradeStates.
ModerationFormTest::testAlternativeModerationStateWidget function core/modules/content_moderation/tests/src/Functional/ModerationFormTest.php Test the moderation_state field when an alternative widget is set.
ModerationInformation::getOriginalState function core/modules/content_moderation/src/ModerationInformation.php
ModerationInformationInterface::getOriginalState function core/modules/content_moderation/src/ModerationInformationInterface.php Gets the original or initial state of the given entity.
ModerationInformationTest::testGetOriginalState function core/modules/content_moderation/tests/src/Kernel/ModerationInformationTest.php @covers ::getOriginalState[[api-linebreak]]
ModerationInformationTest::testGetOriginalStateMultilingual function core/modules/content_moderation/tests/src/Kernel/ModerationInformationTest.php @covers ::getOriginalState[[api-linebreak]]
ModerationStateAccessTest class core/modules/content_moderation/tests/src/Functional/ModerationStateAccessTest.php Tests the view access control handler for moderation state entities.
ModerationStateAccessTest.php file core/modules/content_moderation/tests/src/Functional/ModerationStateAccessTest.php
ModerationStateAccessTest::$defaultTheme property core/modules/content_moderation/tests/src/Functional/ModerationStateAccessTest.php

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