access_check.user.login_status |
service |
core/modules/user/user.services.yml |
Drupal\user\Access\LoginStatusCheck |
AreaHTTPStatusCodeTest |
class |
core/modules/views/tests/src/Functional/Handler/AreaHTTPStatusCodeTest.php |
Tests the http_status_code area handler. |
AreaHTTPStatusCodeTest.php |
file |
core/modules/views/tests/src/Functional/Handler/AreaHTTPStatusCodeTest.php |
|
AreaHTTPStatusCodeTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/Handler/AreaHTTPStatusCodeTest.php |
The theme to install as the default for testing. |
AreaHTTPStatusCodeTest::$modules |
property |
core/modules/views/tests/src/Functional/Handler/AreaHTTPStatusCodeTest.php |
Modules to install. |
AreaHTTPStatusCodeTest::$testViews |
property |
core/modules/views/tests/src/Functional/Handler/AreaHTTPStatusCodeTest.php |
Views used by this test. |
AreaHTTPStatusCodeTest::testHTTPStatusCodeHandler |
function |
core/modules/views/tests/src/Functional/Handler/AreaHTTPStatusCodeTest.php |
Tests the area handler. |
AuditResult::$status |
property |
core/modules/migrate/src/Audit/AuditResult.php |
The result of the audit (TRUE if passed, FALSE otherwise). |
BlockConfigUpdater::needsInfoStatusSettingsRemoved |
function |
core/modules/block/src/BlockConfigUpdater.php |
Checks if the block contains deprecated info and status settings. |
BlockContentStatusInfoUpdatePathTest |
class |
core/modules/block_content/tests/src/Functional/Update/BlockContentStatusInfoUpdatePathTest.php |
Tests block_content_post_update_remove_block_content_status_info_keys. |
BlockContentStatusInfoUpdatePathTest.php |
file |
core/modules/block_content/tests/src/Functional/Update/BlockContentStatusInfoUpdatePathTest.php |
|
BlockContentStatusInfoUpdatePathTest::setDatabaseDumpFiles |
function |
core/modules/block_content/tests/src/Functional/Update/BlockContentStatusInfoUpdatePathTest.php |
Set database dump files to be used. |
BlockContentStatusInfoUpdatePathTest::testRunUpdates |
function |
core/modules/block_content/tests/src/Functional/Update/BlockContentStatusInfoUpdatePathTest.php |
Tests block_content_post_update_remove_block_content_status_info_keys. |
block_content_post_update_remove_block_content_status_info_keys |
function |
core/modules/block_content/block_content.post_update.php |
Remove deprecated status and info keys from block_content blocks. |
claro_preprocess_status_messages |
function |
core/themes/claro/claro.theme |
Implements hook_preprocess_HOOK() for status_messages. |
Comment::getDefaultStatus |
function |
core/modules/comment/src/Entity/Comment.php |
Default value callback for 'status' base field definition. |
CommentForm::getStatusMessage |
function |
core/modules/comment/src/CommentForm.php |
Gets an appropriate status message when a comment is saved. |
CommentStatusFieldAccessTest |
class |
core/modules/comment/tests/src/Functional/CommentStatusFieldAccessTest.php |
Tests comment status field access. |
CommentStatusFieldAccessTest.php |
file |
core/modules/comment/tests/src/Functional/CommentStatusFieldAccessTest.php |
|
CommentStatusFieldAccessTest::$commentAdmin |
property |
core/modules/comment/tests/src/Functional/CommentStatusFieldAccessTest.php |
Comment admin. |
CommentStatusFieldAccessTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/CommentStatusFieldAccessTest.php |
The theme to install as the default for testing. |
CommentStatusFieldAccessTest::$modules |
property |
core/modules/comment/tests/src/Functional/CommentStatusFieldAccessTest.php |
Modules to install. |
CommentStatusFieldAccessTest::$nodeAuthor |
property |
core/modules/comment/tests/src/Functional/CommentStatusFieldAccessTest.php |
Node author. |
CommentStatusFieldAccessTest::$profile |
property |
core/modules/comment/tests/src/Functional/CommentStatusFieldAccessTest.php |
The profile to install as a basis for testing. |
CommentStatusFieldAccessTest::setUp |
function |
core/modules/comment/tests/src/Functional/CommentStatusFieldAccessTest.php |
|
CommentStatusFieldAccessTest::testCommentStatusFieldAccessStatus |
function |
core/modules/comment/tests/src/Functional/CommentStatusFieldAccessTest.php |
Tests comment status field access. |
CommentTranslationUITest::doTestPublishedStatus |
function |
core/modules/comment/tests/src/Functional/CommentTranslationUITest.php |
Tests the translation publishing status. |
ComponentMetadata::$status |
property |
core/lib/Drupal/Core/Theme/Component/ComponentMetadata.php |
The status of the component. |
ComposerPatchesValidator::computePatcherStatus |
function |
core/modules/package_manager/src/Validator/ComposerPatchesValidator.php |
Computes the status of the patcher plugin in a particular directory. |
ConfigEntityBase::$status |
property |
core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php |
The enabled/disabled status of the configuration entity. |
ConfigEntityBase::setStatus |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php |
#[ActionMethod(adminLabel: new TranslatableMarkup('Set status'), pluralize: FALSE)] |
ConfigEntityBase::status |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php |
Returns whether the configuration entity is enabled. |
ConfigEntityBaseUnitTest::testSetStatus |
function |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
Tests set status. |
ConfigEntityInterface::setStatus |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php |
Sets the status of the configuration entity. |
ConfigEntityInterface::status |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php |
Returns whether the configuration entity is enabled. |
ConfigEntityStatusTest |
class |
core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStatusTest.php |
Tests configuration entity status functionality. |
ConfigEntityStatusTest.php |
file |
core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStatusTest.php |
|
ConfigEntityStatusTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStatusTest.php |
Modules to install. |
ConfigEntityStatusTest::testCRUD |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStatusTest.php |
Tests the enabling/disabling of entities. |
ConfigEntityStatusUITest |
class |
core/modules/config/tests/src/Functional/ConfigEntityStatusUITest.php |
Tests configuration entity status UI functionality. |
ConfigEntityStatusUITest.php |
file |
core/modules/config/tests/src/Functional/ConfigEntityStatusUITest.php |
|
ConfigEntityStatusUITest::$defaultTheme |
property |
core/modules/config/tests/src/Functional/ConfigEntityStatusUITest.php |
The theme to install as the default for testing. |
ConfigEntityStatusUITest::$modules |
property |
core/modules/config/tests/src/Functional/ConfigEntityStatusUITest.php |
Modules to install. |
ConfigEntityStatusUITest::testCRUD |
function |
core/modules/config/tests/src/Functional/ConfigEntityStatusUITest.php |
Tests status operations. |
config_test.no_status.default.yml |
file |
core/modules/config/tests/config_test/config/install/config_test.no_status.default.yml |
core/modules/config/tests/config_test/config/install/config_test.no_status.default.yml |
ContentEntityBase::getTranslationStatus |
function |
core/lib/Drupal/Core/Entity/ContentEntityBase.php |
Returns the translation status. |
ContentTranslationHandler::hasPublishedStatus |
function |
core/modules/content_translation/src/ContentTranslationHandler.php |
Checks whether the entity type supports published status natively. |
ContentTranslationUITestBase::doTestOutdatedStatus |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php |
Tests up-to-date status tracking. |
ContentTranslationUITestBase::doTestPublishedStatus |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php |
Tests the translation publishing status. |
d6_node_setting_status.yml |
file |
core/modules/node/migrations/d6_node_setting_status.yml |
core/modules/node/migrations/d6_node_setting_status.yml |