SystemInfoController::status |
function |
core/modules/system/src/Controller/SystemInfoController.php |
Displays the site status report. |
SystemTestController::statusMessagesForAssertions |
function |
core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php |
Sets messages for testing the WebAssert methods related to messages. |
system_status_obsolete_test.info.yml |
file |
core/modules/system/tests/modules/system_status_obsolete_test/system_status_obsolete_test.info.yml |
core/modules/system/tests/modules/system_status_obsolete_test/system_status_obsolete_test.info.yml |
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 Toolbar's responses to installing and uninstalling modules. |
ToolbarItemConditionsMetConstraint::$imageUploadStatusRequiredMessage |
property |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemConditionsMetConstraint.php |
The violation message when the required image upload status is not set. |
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 the status page behavior with no setting. |
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::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 PHP mbstring extension is used. |
Unicode::STATUS_SINGLEBYTE |
constant |
core/lib/Drupal/Component/Utility/Unicode.php |
Indicates that standard PHP (emulated) unicode support is being used. |
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/stable9/templates/admin/update-project-status.html.twig |
Theme override for the project status report. |
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. |
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. |
UpdateController::updateStatusManually |
function |
core/modules/update/src/Controller/UpdateController.php |
Manually checks the update status without the use of cron. |
UpdateScriptTest::$statusReportUrl |
property |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php |
The URL to the status report page. |
UpdateSemverTestBase::refreshUpdateStatus |
function |
core/modules/update/tests/src/Functional/UpdateSemverTestBase.php |
Refreshes the update status based on the desired available update scenario. |
UpdateTestBase::confirmRevokedStatus |
function |
core/modules/update/tests/src/Functional/UpdateTestBase.php |
Confirms messages are correct when a release has been unpublished/revoked. |
UpdateTestBase::confirmUnsupportedStatus |
function |
core/modules/update/tests/src/Functional/UpdateTestBase.php |
Confirms messages are correct when a release has been marked unsupported. |