parent_in_a_block.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/parent_in_a_block.test |
|
BlockReferenceTest.php |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/BlockReferenceTest.php |
|
ArchiveTar::_readBlock |
function |
drupal/core/lib/Drupal/Component/Archiver/ArchiveTar.php |
|
ArchiveTar::_jumpBlock |
function |
drupal/core/lib/Drupal/Component/Archiver/ArchiveTar.php |
|
MockLayoutBlockDeriver |
class |
drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/MockLayoutBlockDeriver.php |
Mock implementation of DerivativeInterface for the mock layout block plugin. |
Twig_Template::$blocks |
property |
drupal/core/vendor/twig/twig/lib/Twig/Template.php |
|
block_theme_initialize |
function |
drupal/core/modules/block/block.module |
Assigns an initial, default set of blocks for a theme. |
block_user_role_delete |
function |
drupal/core/modules/block/block.module |
Implements hook_user_role_delete(). |
TestBlockInstantiation |
class |
drupal/core/modules/block/tests/lib/Drupal/block_test/Plugin/Block/TestBlockInstantiation.php |
Provides a basic block for testing block instantiation and configuration. |
CachedMockBlockManager |
class |
drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/CachedMockBlockManager.php |
Defines a plugin manager used by Plugin API cache decorator web tests. |
CustomBlock::$langcode |
property |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Plugin/Core/Entity/CustomBlock.php |
The block language code. |
ViewsBlock::$displayID |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/Block/ViewsBlock.php |
The display ID being used for this View. |
NodeSyndicateBlockTest |
class |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeSyndicateBlockTest.php |
Tests the availability of the syndicate block. |
CustomBlockType::$uuid |
property |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Plugin/Core/Entity/CustomBlockType.php |
The custom block type UUID. |
MockUserLoginBlock.php |
file |
drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/MockUserLoginBlock.php |
Definition of Drupal\plugin_test\Plugin\plugin_test\mock_block\MockUserLoginBlock. |
SyndicateBlock::access |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/Block/SyndicateBlock.php |
Overrides \Drupal\block\BlockBase::access(). |
RecentContentBlock.php |
file |
drupal/core/modules/node/lib/Drupal/node/Plugin/Block/RecentContentBlock.php |
Contains \Drupal\node\Plugin\Block\RecentContentBlock. |
BlockBase::__construct |
function |
drupal/core/modules/block/lib/Drupal/block/BlockBase.php |
Constructs a Drupal\Component\Plugin\PluginBase object. |
BlockBase::blockSubmit |
function |
drupal/core/modules/block/lib/Drupal/block/BlockBase.php |
Adds block type-specific submission handling for the block form. |
SystemMenuBlock::build |
function |
drupal/core/modules/system/lib/Drupal/system/Plugin/Block/SystemMenuBlock.php |
Builds and returns the renderable array for this block plugin. |
SystemHelpBlock::$help |
property |
drupal/core/modules/system/lib/Drupal/system/Plugin/Block/SystemHelpBlock.php |
Stores the help text associated with the active menu item. |
SystemHelpBlock::build |
function |
drupal/core/modules/system/lib/Drupal/system/Plugin/Block/SystemHelpBlock.php |
Builds and returns the renderable array for this block plugin. |
SystemMainBlock::build |
function |
drupal/core/modules/system/lib/Drupal/system/Plugin/Block/SystemMainBlock.php |
Builds and returns the renderable array for this block plugin. |
BlockStorageController |
class |
drupal/core/modules/block/lib/Drupal/block/BlockStorageController.php |
Defines the storage controller class for Block entities. |
forum_preprocess_block |
function |
drupal/core/modules/forum/forum.module |
Implements hook_preprocess_HOOK() for block.html.twig. |
LockFunctionalTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Lock/LockFunctionalTest.php |
Definition of Drupal\system\Tests\Lock\LockFunctionalTest. |
custom_block_test_menu |
function |
drupal/core/modules/block/custom_block/tests/modules/custom_block_test/custom_block_test.module |
Implements hook_menu(). |
BlockInterfaceTest.php |
file |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockInterfaceTest.php |
Contains \Drupal\block\Tests\BlockInterfaceTest. |
StatisticsPopularBlock |
class |
drupal/core/modules/statistics/lib/Drupal/statistics/Plugin/Block/StatisticsPopularBlock.php |
Provides a 'Popular content' block. |
StoreTest::testLocking |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php |
|
BlockCacheTest::$block |
property |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockCacheTest.php |
|
StoreInterface::unlock |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/StoreInterface.php |
Releases the lock for the given Request. |
UserNewBlock::settings |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/Block/UserNewBlock.php |
Overrides \Drupal\block\BlockBase::settings(). |
ForumBlockBase::access |
function |
drupal/core/modules/forum/lib/Drupal/forum/Plugin/Block/ForumBlockBase.php |
Overrides \Drupal\block\BlockBase::access(). |
search_preprocess_block |
function |
drupal/core/modules/search/search.module |
Implements hook_preprocess_HOOK() for block.html.twig. |
BlockUiTest::$adminUser |
property |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockUiTest.php |
An administrative user to configure the test environment. |
UserOnlineBlock::access |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/Block/UserOnlineBlock.php |
Overrides \Drupal\block\BlockBase::access(). |
TempStore::$lockBackend |
property |
drupal/core/modules/user/lib/Drupal/user/TempStore.php |
The lock object used for this data. |
LockBackendAbstract.php |
file |
drupal/core/lib/Drupal/Core/Lock/LockBackendAbstract.php |
Definition of Drupal\Core\Lock\LockBackendAbstract. |
DatabaseLockBackend.php |
file |
drupal/core/lib/Drupal/Core/Lock/DatabaseLockBackend.php |
Definition of Drupal\Core\Lock\DatabaseLockBackend. |
RecentCommentsBlock.php |
file |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/Block/RecentCommentsBlock.php |
Contains \Drupal\comment\Plugin\Block\RecentCommentsBlock. |
ForumBlockTest::getInfo |
function |
drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumBlockTest.php |
|
block_test_views.module |
file |
drupal/core/modules/block/tests/block_test_views/block_test_views.module |
|
MockComplexContextBlock |
class |
drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/MockComplexContextBlock.php |
Implementation of a complex context plugin used by Plugin API context tests. |
CustomBlockBlock::build |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Plugin/Block/CustomBlockBlock.php |
Builds and returns the renderable array for this block plugin. |
Block::$usesAttachments |
property |
drupal/core/modules/block/lib/Drupal/block/Plugin/views/display/Block.php |
Whether the display allows attachments. |
BLOCK_VISIBILITY_LISTED |
constant |
drupal/core/modules/block/block.module |
Shows this block on only the listed pages. |
Block::buildOptionsForm |
function |
drupal/core/modules/block/lib/Drupal/block/Plugin/views/display/Block.php |
Provide the default form for setting options. |
ArchiveTar::_writeBlock |
function |
drupal/core/lib/Drupal/Component/Archiver/ArchiveTar.php |
|
AggregatorCategoryBlock |
class |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/Derivative/AggregatorCategoryBlock.php |
Provides block plugin definitions for aggregator categories. |