AggregatorFeedBlock::blockSubmit |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/Block/AggregatorFeedBlock.php |
Overrides \Drupal\block\BlockBase::blockSubmit(). |
TestBlockInstantiation::settings |
function |
drupal/core/modules/block/tests/lib/Drupal/block_test/Plugin/Block/TestBlockInstantiation.php |
Returns plugin-specific settings for the block. |
CustomBlockPageViewTest::getInfo |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockPageViewTest.php |
Declares test information. |
BookNavigationBlock::blockSubmit |
function |
drupal/core/modules/book/lib/Drupal/book/Plugin/Block/BookNavigationBlock.php |
Overrides \Drupal\block\BlockBase::blockSubmit(). |
NodeSyndicateBlockTest::$modules |
property |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeSyndicateBlockTest.php |
Modules to enable. |
CustomBlockCreationTest::getInfo |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockCreationTest.php |
Declares test information. |
CustomBlockFieldTest::$blockType |
property |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockFieldTest.php |
The block type. |
NodeBlockFunctionalTest::getInfo |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeBlockFunctionalTest.php |
|
CustomBlockTypeStorageController |
class |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockTypeStorageController.php |
Controller class for custom block types. |
Display::getSortedBlocksByRegion |
function |
drupal/core/modules/layout/lib/Drupal/layout/Plugin/Core/Entity/Display.php |
Implements BoundDisplayInterface::getSortedBlocksByRegion(). |
CustomBlockTranslationController |
class |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockTranslationController.php |
Defines the translation controller class for custom blocks. |
Twig_Lexer::$currentVarBlockLine |
property |
drupal/core/vendor/twig/twig/lib/Twig/Lexer.php |
|
BlockPluginBag::initializePlugin |
function |
drupal/core/modules/block/lib/Drupal/block/BlockPluginBag.php |
Initializes a plugin and stores the result in $this->pluginInstances. |
CustomBlockStorageController.php |
file |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockStorageController.php |
Contains \Drupal\custom_block\CustomBlockStorageController. |
CustomBlockTranslationUITest.php |
file |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockTranslationUITest.php |
Contains \Drupal\custom_block\Tests\CustomBlockTranslationUITest. |
BlockTestBase::moveBlockToRegion |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockTestBase.php |
Moves a block to a given region via the UI and confirms the result. |
LockBackendInterface::releaseAll |
function |
drupal/core/lib/Drupal/Core/Lock/LockBackendInterface.php |
Releases all locks for the given lock token identifier. |
StatisticsPopularBlock::settings |
function |
drupal/core/modules/statistics/lib/Drupal/statistics/Plugin/Block/StatisticsPopularBlock.php |
Overrides \Drupal\block\BlockBase::settings(). |
DatabaseLockBackend::__construct |
function |
drupal/core/lib/Drupal/Core/Lock/DatabaseLockBackend.php |
Constructs a new DatabaseLockBackend. |
BlockCacheTest::$normal_user_alt |
property |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockCacheTest.php |
|
BlockCacheTest::testCachePerRole |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockCacheTest.php |
Test DRUPAL_CACHE_PER_ROLE. |
BlockCacheTest::testCachePerUser |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockCacheTest.php |
Test DRUPAL_CACHE_PER_USER. |
BlockCacheTest::testCachePerPage |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockCacheTest.php |
Test DRUPAL_CACHE_PER_PAGE. |
BlockUiTest::testBlockAdminUiPage |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockUiTest.php |
Test block admin page exists and functions correctly. |
RequirementsClassDocBlockTest.php |
file |
drupal/core/vendor/phpunit/phpunit/Tests/_files/RequirementsClassDocBlockTest.php |
|
BlockStorageUnitTest::$controller |
property |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockStorageUnitTest.php |
The block storage controller. |
BlockStorageUnitTest::createTests |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockStorageUnitTest.php |
Tests the creation of blocks. |
BlockStorageUnitTest::renderTests |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockStorageUnitTest.php |
Tests the rendering of blocks. |
BlockStorageUnitTest::deleteTests |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockStorageUnitTest.php |
Tests the deleting of blocks. |
language_default_locked_languages |
function |
drupal/core/includes/bootstrap.inc |
Returns a list of the default locked languages. |
BlockHiddenRegionTest::$adminUser |
property |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockHiddenRegionTest.php |
An administrative user to configure the test environment. |
ForumBlockTest::createForumTopics |
function |
drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumBlockTest.php |
Creates a forum topic. |
BlockTitleXSSTest::testXSSInTitle |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockTitleXSSTest.php |
Test XSS in title. |
AdminBlockDeleteForm::getQuestion |
function |
drupal/core/modules/block/lib/Drupal/block/Form/AdminBlockDeleteForm.php |
Returns the question to ask the user. |
MockComplexContextBlock::getTitle |
function |
drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/MockComplexContextBlock.php |
|
AggregatorFeedBlock::$derivatives |
property |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/Derivative/AggregatorFeedBlock.php |
List of derivative definitions. |
Twig_Template::displayParentBlock |
function |
drupal/core/vendor/twig/twig/lib/Twig/Template.php |
Displays a parent block. |
CustomBlockTestBase::$permissions |
property |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockTestBase.php |
Permissions to grant admin user. |
AggregatorCategoryBlock::settings |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/Block/AggregatorCategoryBlock.php |
Overrides \Drupal\block\BlockBase::settings(). |
TestBlockInstantiation::blockForm |
function |
drupal/core/modules/block/tests/lib/Drupal/block_test/Plugin/Block/TestBlockInstantiation.php |
Returns the configuration form elements specific to this block plugin. |
CustomBlockTypeTest::$permissions |
property |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockTypeTest.php |
Permissions to grant admin user. |
CustomBlockLoadHooksTest::getInfo |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockLoadHooksTest.php |
Declares test information. |
CustomBlockPageViewTest::$modules |
property |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockPageViewTest.php |
Modules to enable. |
PluginTestBase::$mockBlockManager |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/PluginTestBase.php |
|
CustomBlockCreationTest::$modules |
property |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockCreationTest.php |
Modules to enable. |
CustomBlockRevisionsTest::$blocks |
property |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockRevisionsTest.php |
Stores blocks created during the test. |
CustomBlockRevisionsTest::getInfo |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockRevisionsTest.php |
Declares test information. |
NodeBlockFunctionalTest::$webUser |
property |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeBlockFunctionalTest.php |
An unprivileged user for testing. |
NodeBlockFunctionalTest::$modules |
property |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeBlockFunctionalTest.php |
Modules to enable. |
CustomBlockFormController::submit |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockFormController.php |
Overrides \Drupal\Core\Entity\EntityFormController::submit(). |