Search for status

  1. Search 7.x for status
  2. Search 9.5.x for status
  3. Search 10.3.x for status
  4. Search 11.x for status
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Status class core/modules/media/src/Plugin/views/filter/Status.php Filter by published status.
Status class core/modules/file/src/Plugin/views/filter/Status.php Filter by file status.
Status class core/modules/node/src/Plugin/views/filter/Status.php Filter by published status.

All search results

Title Object type File name Summary
media_post_update_add_status_extra_filter function core/modules/media/media.post_update.php Add a status extra filter to the media view default display.
MenuTreeStorage::updateParentalStatus function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Sets has_children for the link's parent if it has visible children.
Merge::STATUS_INSERT constant core/lib/Drupal/Core/Database/Query/Merge.php Returned by execute() if an INSERT query has been executed.
Merge::STATUS_UPDATE constant core/lib/Drupal/Core/Database/Query/Merge.php Returned by execute() if an UPDATE query has been executed.
Messenger::addStatus function core/lib/Drupal/Core/Messenger/Messenger.php Adds a new status message to the queue.
MessengerInterface::addStatus function core/lib/Drupal/Core/Messenger/MessengerInterface.php Adds a new status message to the queue.
MessengerInterface::TYPE_STATUS constant core/lib/Drupal/Core/Messenger/MessengerInterface.php A status message.
MigrateException::$status property core/modules/migrate/src/MigrateException.php The status to record in the map table for the current item.
MigrateException::getStatus function core/modules/migrate/src/MigrateException.php Gets the status of the current item.
MigrateExecutable::$sourceRowStatus property core/modules/migrate/src/MigrateExecutable.php Status of one row.
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 enable.
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 Specify value of source_row_status for current map row. Usually set by
MigrateFieldHandler implementations.
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 Test the node status actions report moderation status to users correctly.
ModuleTest::testStatusFunctions function core/modules/views/tests/src/Kernel/ModuleTest.php Tests view enable and disable procedural wrapper functions.
NodeForm::updateStatus function core/modules/node/src/NodeForm.php Entity builder updating the node status with the submitted value.
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.
NodeUpdateTest::testStatusCheckbox function core/modules/node/tests/src/Functional/Update/NodeUpdateTest.php Tests that the node entity form has the status checkbox.
node_post_update_configure_status_field_widget function core/modules/node/node.post_update.php Load all form displays for nodes, add status with these settings, save.
ProfileTranslationHandler::hasPublishedStatus function core/modules/user/src/ProfileTranslationHandler.php Checks whether the entity type supports published status natively.
RenderAttachedTestController::teapotHeaderStatus function core/modules/system/tests/modules/render_attached_test/src/Controller/RenderAttachedTestController.php Test special header and status code rendering.
SearchIndexingInterface::indexStatus function core/modules/search/src/Plugin/SearchIndexingInterface.php Reports the status of indexing.

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