Search for status

  1. Search 7.x for status
  2. Search 9.5.x for status
  3. Search 8.9.x for status
  4. Search 10.3.x for status
  5. Search main for status
  6. 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 Filters out unpublished content if the current user cannot view it.

All search results

Title Object type File name Summary
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.
NodeRequirementsStatusFilterWarningTest class core/modules/node/tests/src/Kernel/NodeRequirementsStatusFilterWarningTest.php Tests redundant status filter warnings raised by node_requirements().
NodeRequirementsStatusFilterWarningTest.php file core/modules/node/tests/src/Kernel/NodeRequirementsStatusFilterWarningTest.php
NodeRequirementsStatusFilterWarningTest::$modules property core/modules/node/tests/src/Kernel/NodeRequirementsStatusFilterWarningTest.php Modules to install.
NodeRequirementsStatusFilterWarningTest::createTestView function core/modules/node/tests/src/Kernel/NodeRequirementsStatusFilterWarningTest.php Helper method to create a test view.
NodeRequirementsStatusFilterWarningTest::enableNodeAccessTestModule function core/modules/node/tests/src/Kernel/NodeRequirementsStatusFilterWarningTest.php Enables Node Access Test module.
NodeRequirementsStatusFilterWarningTest::getRequirements function core/modules/node/tests/src/Kernel/NodeRequirementsStatusFilterWarningTest.php Get requirements by the Node module.
NodeRequirementsStatusFilterWarningTest::getStatusFilterConfig function core/modules/node/tests/src/Kernel/NodeRequirementsStatusFilterWarningTest.php Helper to get status filter configuration.
NodeRequirementsStatusFilterWarningTest::renderStatusFilterDescription function core/modules/node/tests/src/Kernel/NodeRequirementsStatusFilterWarningTest.php Renders the description of the node_status_filter requirement.
NodeRequirementsStatusFilterWarningTest::setUp function core/modules/node/tests/src/Kernel/NodeRequirementsStatusFilterWarningTest.php
NodeRequirementsStatusFilterWarningTest::testDescriptionWithMultipleViewsAndSingleModule function core/modules/node/tests/src/Kernel/NodeRequirementsStatusFilterWarningTest.php Tests description with multiple views and one access module.
NodeRequirementsStatusFilterWarningTest::testDescriptionWithSingleViewAndSingleModule function core/modules/node/tests/src/Kernel/NodeRequirementsStatusFilterWarningTest.php Tests description with one view and one access module.
NodeRequirementsStatusFilterWarningTest::testDescriptionWithViewsUiDisabled function core/modules/node/tests/src/Kernel/NodeRequirementsStatusFilterWarningTest.php Tests description formatting with Views UI disabled.
NodeRequirementsStatusFilterWarningTest::testDescriptionWithViewsUiEnabledWithoutUserHavingEditViewDisplayAccess function core/modules/node/tests/src/Kernel/NodeRequirementsStatusFilterWarningTest.php Tests description when Views UI is enabled but user cannot edit views.
NodeRequirementsStatusFilterWarningTest::testDescriptionWithViewsUiEnabledWithUserHavingEditViewDisplayAccess function core/modules/node/tests/src/Kernel/NodeRequirementsStatusFilterWarningTest.php Tests description when Views UI is enabled but user can edit views.
NodeRequirementsStatusFilterWarningTest::testDisabledViewsNotChecked function core/modules/node/tests/src/Kernel/NodeRequirementsStatusFilterWarningTest.php Tests node_requirements() ignores disabled views.
NodeRequirementsStatusFilterWarningTest::testMultipleProblematicViews function core/modules/node/tests/src/Kernel/NodeRequirementsStatusFilterWarningTest.php Tests node_requirements() with multiple problematic views.
NodeRequirementsStatusFilterWarningTest::testNodeGrantsNoProblematicViews function core/modules/node/tests/src/Kernel/NodeRequirementsStatusFilterWarningTest.php Tests node_requirements() with node grants but no problematic views.
NodeRequirementsStatusFilterWarningTest::testNodeGrantsViewWithNullFilters function core/modules/node/tests/src/Kernel/NodeRequirementsStatusFilterWarningTest.php Tests node_requirements() ignores displays that have NULL filters.
NodeRequirementsStatusFilterWarningTest::testNodeGrantsWithProblematicView function core/modules/node/tests/src/Kernel/NodeRequirementsStatusFilterWarningTest.php Tests node_requirements() with node grants and one problematic view.
NodeRequirementsStatusFilterWarningTest::testNoNodeGrantsImplementations function core/modules/node/tests/src/Kernel/NodeRequirementsStatusFilterWarningTest.php Tests node_requirements() with no node grants implementations.
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.
PackageManagerKernelTestBase::assertStatusCheckResults function core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php Asserts validation results are returned from the status check event.
PageContext::getBadgeStatus function core/modules/navigation/src/Plugin/TopBarItem/PageContext.php Retrieves the badge status for the given entity.
PageContextTest::testBuildStatusBadge function core/modules/navigation/tests/src/Unit/PageContextTest.php Tests the status badge for published and unpublished entities.
PathAliasStorageSchemaTest::testPathAliasStatusIndexRemoved function core/modules/path_alias/tests/src/Kernel/PathAliasStorageSchemaTest.php Tests that the path_alias__status index is removed.
PhpRequirementTest::testStatusPage function core/modules/system/tests/src/Functional/System/PhpRequirementTest.php Tests status report messages regarding the PHP version.
PhpTufValidator::getRepositoryStatus function core/modules/package_manager/src/Validator/PhpTufValidator.php Gets the TUF protection status of Composer repositories.
PreprocessHooks::preprocessStatusMessages function core/themes/default_admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for status_messages.
PreprocessHooks::statusMessages function core/themes/admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for status_messages.
ProfileTranslationHandler::hasPublishedStatus function core/modules/user/src/ProfileTranslationHandler.php Checks whether the entity type supports published status natively.
RemoteFileInfo::$status property core/modules/locale/src/File/RemoteFileInfo.php The status of the file check.
RemoteFileStatus.php file core/modules/locale/src/File/RemoteFileStatus.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.

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