TestDatabase::$lockId |
property |
core/lib/Drupal/Core/Test/TestDatabase.php |
The test lock ID. |
TestDatabase::getLockFile |
function |
core/lib/Drupal/Core/Test/TestDatabase.php |
Gets the lock file path. |
TestDatabase::getTestLock |
function |
core/lib/Drupal/Core/Test/TestDatabase.php |
Generates a unique lock ID for the test method. |
TestDatabase::releaseAllTestLocks |
function |
core/lib/Drupal/Core/Test/TestDatabase.php |
Releases all test locks. |
TestDatabase::releaseLock |
function |
core/lib/Drupal/Core/Test/TestDatabase.php |
Releases a lock. |
TestDiscoveryTest::testGetTestInfoEmptyDocblock |
function |
core/tests/Drupal/Tests/Core/Test/TestDiscoveryTest.php |
Ensure that classes are not reflected when the docblock is empty. |
TestEmptyBlock |
class |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestEmptyBlock.php |
Provides a block that returns an empty array. |
TestEmptyBlock.php |
file |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestEmptyBlock.php |
|
TestEmptyBlock::build |
function |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestEmptyBlock.php |
Builds and returns the renderable array for this block plugin. |
testing_themes_blocks.info.yml |
file |
core/profiles/tests/testing_themes_blocks/testing_themes_blocks.info.yml |
core/profiles/tests/testing_themes_blocks/testing_themes_blocks.info.yml |
testing_theme_optional_blocks.info.yml |
file |
core/profiles/tests/testing_themes_blocks/themes/testing_theme_optional_blocks/testing_theme_optional_blocks.info.yml |
core/profiles/tests/testing_themes_blocks/themes/testing_theme_optional_blocks/testing_theme_optional_blocks.info.yml |
testing_theme_required_blocks.info.yml |
file |
core/profiles/tests/testing_themes_blocks/themes/testing_theme_required_blocks/testing_theme_required_blocks.info.yml |
core/profiles/tests/testing_themes_blocks/themes/testing_theme_required_blocks/testing_theme_required_blocks.info.yml |
testing_theme_without_blocks.info.yml |
file |
core/profiles/tests/testing_themes_blocks/themes/testing_theme_without_blocks/testing_theme_without_blocks.info.yml |
core/profiles/tests/testing_themes_blocks/themes/testing_theme_without_blocks/testing_theme_without_blocks.info.yml |
TestSiteApplicationTest::getTestLockFile |
function |
core/tests/Drupal/KernelTests/Scripts/TestSiteApplicationTest.php |
Gets the lock file path. |
TestSiteReleaseLocksCommand |
class |
core/tests/Drupal/TestSite/Commands/TestSiteReleaseLocksCommand.php |
Command to release all test site database prefix locks. |
TestSiteReleaseLocksCommand.php |
file |
core/tests/Drupal/TestSite/Commands/TestSiteReleaseLocksCommand.php |
|
TestSiteReleaseLocksCommand::configure |
function |
core/tests/Drupal/TestSite/Commands/TestSiteReleaseLocksCommand.php |
|
TestSiteReleaseLocksCommand::execute |
function |
core/tests/Drupal/TestSite/Commands/TestSiteReleaseLocksCommand.php |
|
TestTestDatabase::getTestLock |
function |
core/tests/Drupal/Tests/Core/Test/TestDatabaseTest.php |
Generates a unique lock ID for the test method. |
TitleBlockPluginInterface |
interface |
core/lib/Drupal/Core/Block/TitleBlockPluginInterface.php |
The interface for "title" blocks. |
TitleBlockPluginInterface.php |
file |
core/lib/Drupal/Core/Block/TitleBlockPluginInterface.php |
|
TitleBlockPluginInterface::setTitle |
function |
core/lib/Drupal/Core/Block/TitleBlockPluginInterface.php |
Sets the title. |
toolbar-block.css |
file |
core/modules/navigation/css/components/toolbar-block.css |
Toolbar block styles. |
toolbar-block.pcss.css |
file |
core/modules/navigation/css/components/toolbar-block.pcss.css |
Toolbar block styles. |
UnblockUser |
class |
core/modules/user/src/Plugin/Action/UnblockUser.php |
Unblocks a user. |
UnblockUser.php |
file |
core/modules/user/src/Plugin/Action/UnblockUser.php |
|
UnblockUser::access |
function |
core/modules/user/src/Plugin/Action/UnblockUser.php |
Checks object access. |
UnblockUser::execute |
function |
core/modules/user/src/Plugin/Action/UnblockUser.php |
Executes the plugin. |
Unpacker::updateComposerLockContent |
function |
composer/Plugin/RecipeUnpack/Unpacker.php |
Updates the composer.lock content and keeps the local repo in sync. |
User::block |
function |
core/modules/user/src/Entity/User.php |
Blocks the user. |
User::isBlocked |
function |
core/modules/user/src/Entity/User.php |
Returns TRUE if the user is blocked. |
UserAuthenticationController::userIsBlocked |
function |
core/modules/user/src/Controller/UserAuthenticationController.php |
Verifies if the user is blocked. |
UserBlocksTest |
class |
core/modules/user/tests/src/Functional/UserBlocksTest.php |
Tests user blocks. |
UserBlocksTest.php |
file |
core/modules/user/tests/src/Functional/UserBlocksTest.php |
|
UserBlocksTest::$adminUser |
property |
core/modules/user/tests/src/Functional/UserBlocksTest.php |
A user with the 'administer blocks' permission. |
UserBlocksTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/UserBlocksTest.php |
The theme to install as the default for testing. |
UserBlocksTest::$modules |
property |
core/modules/user/tests/src/Functional/UserBlocksTest.php |
Modules to install. |
UserBlocksTest::setUp |
function |
core/modules/user/tests/src/Functional/UserBlocksTest.php |
|
UserBlocksTest::testUserLoginBlock |
function |
core/modules/user/tests/src/Functional/UserBlocksTest.php |
Tests the user login block. |
UserBlocksTest::testUserLoginBlockVisibility |
function |
core/modules/user/tests/src/Functional/UserBlocksTest.php |
Tests that user login block is hidden from user/login. |
UserCancelTest::testUserBlock |
function |
core/modules/user/tests/src/Functional/UserCancelTest.php |
Disable account and keep all content. |
UserCancelTest::testUserBlockUnpublish |
function |
core/modules/user/tests/src/Functional/UserCancelTest.php |
Disable account and unpublish all content. |
UserCancelTest::testUserBlockUnpublishNodeAccess |
function |
core/modules/user/tests/src/Functional/UserCancelTest.php |
Tests nodes are unpublished even if inaccessible to cancelling user. |
UserEditTest::testAdminSelfBlocking |
function |
core/modules/user/tests/src/Functional/UserEditTest.php |
Tests that an admin cannot edit their own account status. |
UserEvents::FLOOD_BLOCKED_IP |
constant |
core/modules/user/src/Event/UserEvents.php |
The name of the event fired when a login is blocked by flood control. |
UserEvents::FLOOD_BLOCKED_USER |
constant |
core/modules/user/src/Event/UserEvents.php |
The name of the event fired when a login is blocked by flood control. |
UserFloodSubscriber::blockedIp |
function |
core/modules/user/src/EventSubscriber/UserFloodSubscriber.php |
An attempt to login has been blocked based on IP. |
UserFloodSubscriber::blockedUser |
function |
core/modules/user/src/EventSubscriber/UserFloodSubscriber.php |
An attempt to login has been blocked based on user name. |
UserInterface::block |
function |
core/modules/user/src/UserInterface.php |
Blocks the user. |
UserInterface::isBlocked |
function |
core/modules/user/src/UserInterface.php |
Returns TRUE if the user is blocked. |