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
system-status-report.pcss.css file core/themes/claro/css/components/system-status-report.pcss.css Claro styles for the System Status Report.
SystemInfoController::status function core/modules/system/src/Controller/SystemInfoController.php Displays the site status report.
TaxonomyTermUpdatePathTest::testPublishingStatusUpdateForTaxonomyTermViews function core/modules/taxonomy/tests/src/Functional/Update/TaxonomyTermUpdatePathTest.php Tests handling of the publishing status in taxonomy term views updates.
TaxonomyTermUpdatePathTest::testPublishingStatusUpdateForTaxonomyTermViewsWithoutViews function core/modules/taxonomy/tests/src/Functional/Update/TaxonomyTermUpdatePathTest.php Tests taxonomy term views updates succeed even if Views is not installed.
TaxonomyTermUpdatePathTest::testStatusCheckbox function core/modules/taxonomy/tests/src/Functional/Update/TaxonomyTermUpdatePathTest.php Tests that the taxonomy_term entity form has the status checkbox.
taxonomy_post_update_configure_status_field_widget function core/modules/taxonomy/taxonomy.post_update.php Add status with settings to all form displays for taxonomy entities.
taxonomy_post_update_handle_publishing_status_addition_in_views function core/modules/taxonomy/taxonomy.post_update.php Add a 'published' = TRUE filter for all Taxonomy term views and converts
existing ones that were using the 'content_translation_status' field.
template_preprocess_update_project_status function core/modules/update/update.report.inc Prepares variables for update project status templates.
TermTranslationUITest::doTestPublishedStatus function core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php Tests the translation publishing status.
TestStatus class core/lib/Drupal/Core/Test/TestStatus.php Consolidates test result status information.
TestStatus.php file core/lib/Drupal/Core/Test/TestStatus.php
TestStatus::EXCEPTION constant core/lib/Drupal/Core/Test/TestStatus.php Signify that the test result was an exception or code error.
TestStatus::FAIL constant core/lib/Drupal/Core/Test/TestStatus.php Signify that the test result was a failed test.
TestStatus::label function core/lib/Drupal/Core/Test/TestStatus.php Turns a status code into a human-readable string.
TestStatus::PASS constant core/lib/Drupal/Core/Test/TestStatus.php Signify that the test result was a passed test.
TestStatus::SYSTEM constant core/lib/Drupal/Core/Test/TestStatus.php Signify a system error where the test runner was unable to complete.
ToolbarAdminMenuTest::testModuleStatusChangeSubtreesHashCacheClear function core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php Tests the toolbar_modules_installed() and toolbar_modules_uninstalled() hook
implementations.
TranslationStatusForm class core/modules/locale/src/Form/TranslationStatusForm.php Provides a translation status form.
TranslationStatusForm.php file core/modules/locale/src/Form/TranslationStatusForm.php
TranslationStatusForm::$moduleHandler property core/modules/locale/src/Form/TranslationStatusForm.php The module handler service.
TranslationStatusForm::$state property core/modules/locale/src/Form/TranslationStatusForm.php The Drupal state storage service.
TranslationStatusForm::buildForm function core/modules/locale/src/Form/TranslationStatusForm.php Form builder for displaying the current translation status.
TranslationStatusForm::create function core/modules/locale/src/Form/TranslationStatusForm.php Instantiates a new instance of this class.
TranslationStatusForm::createInfoString function core/modules/locale/src/Form/TranslationStatusForm.php Provides debug info for projects in case translation files are not found.
TranslationStatusForm::getFormId function core/modules/locale/src/Form/TranslationStatusForm.php Returns a unique string identifying the form.
TranslationStatusForm::prepareUpdateData function core/modules/locale/src/Form/TranslationStatusForm.php Prepare information about projects with available translation updates.
TranslationStatusForm::submitForm function core/modules/locale/src/Form/TranslationStatusForm.php Form submission handler.
TranslationStatusForm::validateForm function core/modules/locale/src/Form/TranslationStatusForm.php Form validation handler.
TranslationStatusForm::__construct function core/modules/locale/src/Form/TranslationStatusForm.php Constructs a TranslationStatusForm object.
TranslationStatusInterface interface core/lib/Drupal/Core/TypedData/TranslationStatusInterface.php Defines an interface for checking the status of an entity translation.
TranslationStatusInterface.php file core/lib/Drupal/Core/TypedData/TranslationStatusInterface.php
TranslationStatusInterface::getTranslationStatus function core/lib/Drupal/Core/TypedData/TranslationStatusInterface.php Returns the translation status.
TranslationStatusInterface::TRANSLATION_CREATED constant core/lib/Drupal/Core/TypedData/TranslationStatusInterface.php Status code identifying a newly created translation.
TranslationStatusInterface::TRANSLATION_EXISTING constant core/lib/Drupal/Core/TypedData/TranslationStatusInterface.php Status code identifying an existing translation.
TranslationStatusInterface::TRANSLATION_REMOVED constant core/lib/Drupal/Core/TypedData/TranslationStatusInterface.php Status code identifying a removed translation.
TrustedHostsTest::testStatusPageWithConfiguration function core/modules/system/tests/src/Functional/System/TrustedHostsTest.php Tests that the status page shows the trusted patterns from settings.php.
TrustedHostsTest::testStatusPageWithoutConfiguration function core/modules/system/tests/src/Functional/System/TrustedHostsTest.php Tests that the status page shows an error when the trusted host setting
is missing from settings.php
twig_theme_test_preprocess_status_messages function core/modules/system/tests/modules/twig_theme_test/twig_theme_test.module Implements template_preprocess_status_messages().
Unicode::getStatus function core/lib/Drupal/Component/Utility/Unicode.php Gets the current status of unicode/multibyte support on this environment.
Unicode::setStatus function core/lib/Drupal/Component/Utility/Unicode.php Sets the value for multibyte support status for the current environment.
Unicode::STATUS_ERROR constant core/lib/Drupal/Component/Utility/Unicode.php Indicates an error during check for PHP unicode support.
Unicode::STATUS_MULTIBYTE constant core/lib/Drupal/Component/Utility/Unicode.php Indicates that full unicode support with the PHP mbstring extension is
being used.
Unicode::STATUS_SINGLEBYTE constant core/lib/Drupal/Component/Utility/Unicode.php Indicates that standard PHP (emulated) unicode support is being used.
UnicodeTest::testSetStatus function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php @group legacy
@expectedDeprecation \Drupal\Component\Utility\Unicode::setStatus() is deprecated in Drupal 8.6.0 and will be removed before Drupal 9.0.0. In Drupal 9 there will be no way to set the status and in Drupal 8 this ability has been removed…
UninstallTest::testFailedInstallStatus function core/modules/system/tests/src/Functional/Module/UninstallTest.php Tests that a module which fails to install can still be uninstalled.
update-project-status.html.twig file core/themes/stable/templates/admin/update-project-status.html.twig Theme override for the project status report.
update-project-status.html.twig file core/modules/update/templates/update-project-status.html.twig Default theme implementation for the project status report.
UpdateApiEntityDefinitionUpdateTest::testStatusReport function core/modules/system/tests/src/Functional/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php Tests that entity updates are correctly reported in the status report page.
UpdateContribTest::testHookUpdateStatusAlter function core/modules/update/tests/src/Functional/UpdateContribTest.php Checks that hook_update_status_alter() works to change a status.
UpdateController::updateStatus function core/modules/update/src/Controller/UpdateController.php Returns a page about the update status of projects.

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