BlockThemeDeprecationTest.php |
file |
core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockThemeDeprecationTest.php |
|
BlockThemeDeprecationTest::testConstructorDeprecation |
function |
core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockThemeDeprecationTest.php |
Tests the deprecation in the constructor. |
BlockTranslation |
class |
core/modules/block/src/Plugin/migrate/source/d6/BlockTranslation.php |
Drupal 6 i18n block data from database. |
BlockTranslation |
class |
core/modules/block/src/Plugin/migrate/source/d7/BlockTranslation.php |
Drupal 7 i18n block data from database. |
BlockTranslation.php |
file |
core/modules/block/src/Plugin/migrate/source/d6/BlockTranslation.php |
|
BlockTranslation.php |
file |
core/modules/block/src/Plugin/migrate/source/d7/BlockTranslation.php |
|
BlockTranslation::fields |
function |
core/modules/block/src/Plugin/migrate/source/d6/BlockTranslation.php |
Returns available fields on the source. |
BlockTranslation::fields |
function |
core/modules/block/src/Plugin/migrate/source/d7/BlockTranslation.php |
Returns available fields on the source. |
BlockTranslation::getIds |
function |
core/modules/block/src/Plugin/migrate/source/d6/BlockTranslation.php |
Defines the source fields uniquely identifying a source row. |
BlockTranslation::getIds |
function |
core/modules/block/src/Plugin/migrate/source/d7/BlockTranslation.php |
Defines the source fields uniquely identifying a source row. |
BlockTranslation::prepareRow |
function |
core/modules/block/src/Plugin/migrate/source/d6/BlockTranslation.php |
Adds additional data to the row. |
BlockTranslation::query |
function |
core/modules/block/src/Plugin/migrate/source/d6/BlockTranslation.php |
|
BlockTranslation::query |
function |
core/modules/block/src/Plugin/migrate/source/d7/BlockTranslation.php |
|
BlockTranslationTest |
class |
core/modules/block/tests/src/Kernel/Plugin/migrate/source/d6/BlockTranslationTest.php |
Tests i18n block source plugin. |
BlockTranslationTest |
class |
core/modules/block/tests/src/Kernel/Plugin/migrate/source/d7/BlockTranslationTest.php |
Tests i18n block source plugin. |
BlockTranslationTest.php |
file |
core/modules/block/tests/src/Kernel/Plugin/migrate/source/d6/BlockTranslationTest.php |
|
BlockTranslationTest.php |
file |
core/modules/block/tests/src/Kernel/Plugin/migrate/source/d7/BlockTranslationTest.php |
|
BlockTranslationTest::$modules |
property |
core/modules/block/tests/src/Kernel/Plugin/migrate/source/d6/BlockTranslationTest.php |
Modules to install. |
BlockTranslationTest::$modules |
property |
core/modules/block/tests/src/Kernel/Plugin/migrate/source/d7/BlockTranslationTest.php |
Modules to install. |
BlockTranslationTest::providerSource |
function |
core/modules/block/tests/src/Kernel/Plugin/migrate/source/d6/BlockTranslationTest.php |
|
BlockTranslationTest::providerSource |
function |
core/modules/block/tests/src/Kernel/Plugin/migrate/source/d7/BlockTranslationTest.php |
|
BlockTypeAccessControlHandler |
class |
core/modules/block_content/src/BlockTypeAccessControlHandler.php |
Defines the access control handler for the "Block Type" entity type. |
BlockTypeAccessControlHandler.php |
file |
core/modules/block_content/src/BlockTypeAccessControlHandler.php |
|
BlockTypeAccessControlHandler::$viewLabelOperation |
property |
core/modules/block_content/src/BlockTypeAccessControlHandler.php |
Allows to grant access to just the labels. |
BlockTypeAccessControlHandler::checkAccess |
function |
core/modules/block_content/src/BlockTypeAccessControlHandler.php |
Performs access checks. |
BlockUiTest |
class |
core/modules/block/tests/src/Functional/BlockUiTest.php |
Tests that the block configuration UI exists and stores data correctly. |
BlockUiTest.php |
file |
core/modules/block/tests/src/Functional/BlockUiTest.php |
|
BlockUiTest::$adminUser |
property |
core/modules/block/tests/src/Functional/BlockUiTest.php |
An administrative user to configure the test environment. |
BlockUiTest::$blocks |
property |
core/modules/block/tests/src/Functional/BlockUiTest.php |
The block entities used by this test. |
BlockUiTest::$blockValues |
property |
core/modules/block/tests/src/Functional/BlockUiTest.php |
The submitted block values used by this test. |
BlockUiTest::$defaultTheme |
property |
core/modules/block/tests/src/Functional/BlockUiTest.php |
The theme to install as the default for testing. |
BlockUiTest::$modules |
property |
core/modules/block/tests/src/Functional/BlockUiTest.php |
Modules to install. |
BlockUiTest::$regions |
property |
core/modules/block/tests/src/Functional/BlockUiTest.php |
|
BlockUiTest::setUp |
function |
core/modules/block/tests/src/Functional/BlockUiTest.php |
|
BlockUiTest::testBlockAdminUiPage |
function |
core/modules/block/tests/src/Functional/BlockUiTest.php |
Tests block admin page exists and functions correctly. |
BlockUiTest::testBlockDemoUiPage |
function |
core/modules/block/tests/src/Functional/BlockUiTest.php |
Tests block demo page exists and functions correctly. |
BlockUiTest::testBlockPlacementIndicator |
function |
core/modules/block/tests/src/Functional/BlockUiTest.php |
Tests the block placement indicator. |
BlockUiTest::testBlockValidateErrors |
function |
core/modules/block/tests/src/Functional/BlockUiTest.php |
Tests if validation errors are passed plugin form to the parent form. |
BlockUiTest::testBrokenBlockVisibility |
function |
core/modules/block/tests/src/Functional/BlockUiTest.php |
Tests that users without permission are not able to view broken blocks. |
BlockUiTest::testCandidateBlockList |
function |
core/modules/block/tests/src/Functional/BlockUiTest.php |
Tests the block categories on the listing page. |
BlockUiTest::testContextAwareBlocks |
function |
core/modules/block/tests/src/Functional/BlockUiTest.php |
Tests the behavior of context-aware blocks. |
BlockUiTest::testContextAwareUnsatisfiedBlocks |
function |
core/modules/block/tests/src/Functional/BlockUiTest.php |
Tests the behavior of unsatisfied context-aware blocks. |
BlockUiTest::testMachineNameSuggestion |
function |
core/modules/block/tests/src/Functional/BlockUiTest.php |
Tests that the BlockForm populates machine name correctly. |
BlockUiTest::testRouteProtection |
function |
core/modules/block/tests/src/Functional/BlockUiTest.php |
Tests that the enable/disable routes are protected from CSRF. |
BlockUser |
class |
core/modules/user/src/Plugin/Action/BlockUser.php |
Blocks a user. |
BlockUser.php |
file |
core/modules/user/src/Plugin/Action/BlockUser.php |
|
BlockUser::access |
function |
core/modules/user/src/Plugin/Action/BlockUser.php |
Checks object access. |
BlockUser::execute |
function |
core/modules/user/src/Plugin/Action/BlockUser.php |
Executes the plugin. |
BlockValidationTest |
class |
core/modules/block/tests/src/Kernel/BlockValidationTest.php |
Tests validation of block entities. |
BlockValidationTest.php |
file |
core/modules/block/tests/src/Kernel/BlockValidationTest.php |
|