MigrateExecutable::checkStatus |
function |
core/modules/migrate/src/MigrateExecutable.php |
Checks for exceptional conditions, and display feedback. |
MigrateIdMapInterface::STATUS_FAILED |
constant |
core/modules/migrate/src/Plugin/MigrateIdMapInterface.php |
Indicates that the import of the row failed. |
MigrateIdMapInterface::STATUS_IGNORED |
constant |
core/modules/migrate/src/Plugin/MigrateIdMapInterface.php |
Indicates that the import of the row was ignored. |
MigrateIdMapInterface::STATUS_IMPORTED |
constant |
core/modules/migrate/src/Plugin/MigrateIdMapInterface.php |
Indicates that the import of the row was successful. |
MigrateIdMapInterface::STATUS_NEEDS_UPDATE |
constant |
core/modules/migrate/src/Plugin/MigrateIdMapInterface.php |
Indicates that the row needs to be updated. |
MigrateNodeSettingStatusTest |
class |
core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingStatusTest.php |
@group migrate_drupal_6 |
MigrateNodeSettingStatusTest.php |
file |
core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingStatusTest.php |
|
MigrateNodeSettingStatusTest::$modules |
property |
core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingStatusTest.php |
Modules to install. |
MigrateNodeSettingStatusTest::setUp |
function |
core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingStatusTest.php |
|
MigrateNodeSettingStatusTest::testMigration |
function |
core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingStatusTest.php |
Tests migration of the publishing status checkbox's settings. |
MigrateStatusTest |
class |
core/modules/migrate/tests/src/Kernel/MigrateStatusTest.php |
Tests migration status tracking. |
MigrateStatusTest.php |
file |
core/modules/migrate/tests/src/Kernel/MigrateStatusTest.php |
|
MigrateStatusTest::testStatus |
function |
core/modules/migrate/tests/src/Kernel/MigrateStatusTest.php |
Tests different connection types. |
MigrateTestCase::$migrationStatus |
property |
core/modules/migrate/tests/src/Unit/MigrateTestCase.php |
Local store for mocking setStatus()/getStatus(). |
migrate_status_not_finished_test.yml |
file |
core/modules/migrate_drupal/tests/modules/migrate_state_not_finished_test/migrations/migrate_status_not_finished_test.yml |
core/modules/migrate_drupal/tests/modules/migrate_state_not_finished_test/migrations/migrate_status_not_finished_test.yml |
Migration::$sourceRowStatus |
property |
core/modules/migrate/src/Plugin/Migration.php |
The source_row_status for the current map row. |
Migration::$statusLabels |
property |
core/modules/migrate/src/Plugin/Migration.php |
Labels corresponding to each defined status. |
Migration::getStatus |
function |
core/modules/migrate/src/Plugin/Migration.php |
Get the current migration status. |
Migration::getStatusLabel |
function |
core/modules/migrate/src/Plugin/Migration.php |
Retrieve a label for the current status. |
Migration::setStatus |
function |
core/modules/migrate/src/Plugin/Migration.php |
Set the current migration status. |
MigrationInterface::getStatus |
function |
core/modules/migrate/src/Plugin/MigrationInterface.php |
Get the current migration status. |
MigrationInterface::getStatusLabel |
function |
core/modules/migrate/src/Plugin/MigrationInterface.php |
Retrieve a label for the current status. |
MigrationInterface::setStatus |
function |
core/modules/migrate/src/Plugin/MigrationInterface.php |
Set the current migration status. |
MigrationInterface::STATUS_DISABLED |
constant |
core/modules/migrate/src/Plugin/MigrationInterface.php |
The migration has been disabled. |
MigrationInterface::STATUS_IDLE |
constant |
core/modules/migrate/src/Plugin/MigrationInterface.php |
The migration is currently not running. |
MigrationInterface::STATUS_IMPORTING |
constant |
core/modules/migrate/src/Plugin/MigrationInterface.php |
The migration is currently importing. |
MigrationInterface::STATUS_ROLLING_BACK |
constant |
core/modules/migrate/src/Plugin/MigrationInterface.php |
The migration is currently being rolled back. |
MigrationInterface::STATUS_STOPPING |
constant |
core/modules/migrate/src/Plugin/MigrationInterface.php |
The migration is being stopped. |
ModerationActionsTest::nodeStatusActionsTestCases |
function |
core/modules/content_moderation/tests/src/Functional/ModerationActionsTest.php |
Test cases for ::testNodeStatusActions. |
ModerationActionsTest::testNodeStatusActions |
function |
core/modules/content_moderation/tests/src/Functional/ModerationActionsTest.php |
Tests the node status actions report moderation status to users correctly. |
ModulesListFormWebTest::testModulesListFormStatusMessage |
function |
core/modules/system/tests/src/Functional/Form/ModulesListFormWebTest.php |
Tests the status message when enabling one or more modules. |
ModuleTest::testStatusFunctions |
function |
core/modules/views/tests/src/Kernel/ModuleTest.php |
Tests view enable and disable procedural wrapper functions. |
NodeSearch::indexStatus |
function |
core/modules/node/src/Plugin/Search/NodeSearch.php |
Reports the status of indexing. |
NodeTranslationUITest::doTestPublishedStatus |
function |
core/modules/node/tests/src/Functional/NodeTranslationUITest.php |
Tests the translation publishing status. |
NodeTranslationUITest::testPublishedStatusNoFields |
function |
core/modules/node/tests/src/Functional/NodeTranslationUITest.php |
Tests changing the published status on a node without fields. |
PathAliasStorageSchemaTest::testPathAliasStatusIndexRemoved |
function |
core/modules/path_alias/tests/src/Kernel/PathAliasStorageSchemaTest.php |
Tests that the path_alias__status index is removed. |
PathAliasUpdateTest::testPathAliasStatusIndexRemoved |
function |
core/modules/path_alias/tests/src/Functional/PathAliasUpdateTest.php |
Tests path_alias_post_update_drop_path_alias_status_index. |
path_alias_post_update_drop_path_alias_status_index |
function |
core/modules/path_alias/path_alias.post_update.php |
Remove the path_alias__status index. |
PhpRequirementTest::testStatusPage |
function |
core/modules/system/tests/src/Functional/System/PhpRequirementTest.php |
Tests status report messages regarding the PHP version. |
ProfileTranslationHandler::hasPublishedStatus |
function |
core/modules/user/src/ProfileTranslationHandler.php |
|
RenderAttachedTestController::teapotHeaderStatus |
function |
core/modules/system/tests/modules/render_attached_test/src/Controller/RenderAttachedTestController.php |
Tests special header and status code rendering. |
ResponseStatus |
class |
core/modules/system/src/Plugin/Condition/ResponseStatus.php |
Provides a 'Response status' condition. |
ResponseStatus.php |
file |
core/modules/system/src/Plugin/Condition/ResponseStatus.php |
|
ResponseStatus::$requestStack |
property |
core/modules/system/src/Plugin/Condition/ResponseStatus.php |
The request stack. |
ResponseStatus::buildConfigurationForm |
function |
core/modules/system/src/Plugin/Condition/ResponseStatus.php |
Form constructor. |
ResponseStatus::create |
function |
core/modules/system/src/Plugin/Condition/ResponseStatus.php |
Creates an instance of the plugin. |
ResponseStatus::defaultConfiguration |
function |
core/modules/system/src/Plugin/Condition/ResponseStatus.php |
Gets default configuration for this plugin. |
ResponseStatus::evaluate |
function |
core/modules/system/src/Plugin/Condition/ResponseStatus.php |
Evaluates the condition and returns TRUE or FALSE accordingly. |
ResponseStatus::getCacheContexts |
function |
core/modules/system/src/Plugin/Condition/ResponseStatus.php |
|
ResponseStatus::isNegated |
function |
core/modules/system/src/Plugin/Condition/ResponseStatus.php |
Determines whether condition result will be negated. |