MockUserNameBlock |
class |
drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/MockUserNameBlock.php |
Implementation of a user name block plugin used by Plugin API context test. |
BLOCK_REGION_NONE |
constant |
drupal/core/modules/block/block.module |
Denotes that a block is not enabled in any region and should not be shown. |
Block::$pluginBag |
property |
drupal/core/modules/block/lib/Drupal/block/Plugin/Core/Entity/Block.php |
The plugin bag that holds the block plugin for this entity. |
block_menu_delete |
function |
drupal/core/modules/block/block.module |
Implements hook_menu_delete(). |
block_admin_paths |
function |
drupal/core/modules/block/block.module |
Implements hook_admin_paths(). |
hook_block_access |
function |
drupal/core/modules/block/block.api.php |
Control access to a block instance. |
TestXSSTitleBlock |
class |
drupal/core/modules/block/tests/lib/Drupal/block_test/Plugin/Block/TestXSSTitleBlock.php |
Provides a block to test XSS in title. |
CustomBlock::$log |
property |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Plugin/Core/Entity/CustomBlock.php |
The block revision log message. |
CustomBlock::init |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Plugin/Core/Entity/CustomBlock.php |
Initialize the object. Invoked upon construction and wake up. |
ViewsBlock::$view |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/Block/ViewsBlock.php |
The View executable object. |
ViewsBlock::build |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/Block/ViewsBlock.php |
Builds and returns the renderable array for this block plugin. |
MockTestBlock.php |
file |
drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/MockTestBlock.php |
Contains Drupal\plugin_test\Plugin\plugin_test\mock_block\MockTestBlock. |
MockMenuBlock.php |
file |
drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/MockMenuBlock.php |
Definition of Drupal\plugin_test\Plugin\plugin_test\mock_block\MockMenuBlock. |
BreakLockForm.php |
file |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/BreakLockForm.php |
Contains \Drupal\views_ui\Form\BreakLockForm. |
BlockBase::access |
function |
drupal/core/modules/block/lib/Drupal/block/BlockBase.php |
Indicates whether block-specific criteria allow access to the block. |
BlockBase::submit |
function |
drupal/core/modules/block/lib/Drupal/block/BlockBase.php |
Implements \Drupal\block\BlockPluginInterface::submit(). |
node_block_access |
function |
drupal/core/modules/node/node.module |
Implements hook_block_access(). |
BlockTestBase.php |
file |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockTestBase.php |
Contains \Drupal\block\Tests\BlockTestBase. |
BlockPluginUI.php |
file |
drupal/core/modules/block/lib/Drupal/block/Plugin/Derivative/BlockPluginUI.php |
|
BlockPluginUI.php |
file |
drupal/core/modules/block/lib/Drupal/block/Plugin/PluginUI/BlockPluginUI.php |
|
BlockUiTest::setUp |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockUiTest.php |
Sets up a Drupal site for running functional and integration tests. |
BlockInterfaceTest |
class |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockInterfaceTest.php |
Test BlockInterface methods to ensure no external dependencies exist. |
ForumBlockBase.php |
file |
drupal/core/modules/forum/lib/Drupal/forum/Plugin/Block/ForumBlockBase.php |
Contains \Drupal\forum\Plugin\Block\ForumBlockBase. |
NewTopicsBlock.php |
file |
drupal/core/modules/forum/lib/Drupal/forum/Plugin/Block/NewTopicsBlock.php |
Contains \Drupal\forum\Plugin\Block\NewTopicsBlock. |
BlockUser::execute |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/Action/BlockUser.php |
Executes the plugin. |
custom_block_theme |
function |
drupal/core/modules/block/custom_block/custom_block.module |
Implements hook_theme(). |
language_is_locked |
function |
drupal/core/includes/bootstrap.inc |
Checks if a language is locked. |
Locking mechanisms |
group |
drupal/core/includes/bootstrap.inc |
Functions to coordinate long-running operations across requests. |
BlockReference.php |
file |
drupal/core/vendor/twig/twig/lib/Twig/Node/Expression/BlockReference.php |
|
LockFunctionalTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Lock/LockFunctionalTest.php |
Tests the lock system. |
block.services.yml |
file |
drupal/core/modules/block/block.services.yml |
drupal/core/modules/block/block.services.yml |
BLOCK_CUSTOM_FIXED |
constant |
drupal/core/modules/block/block.module |
Users cannot control whether or not they see this block. |
MockUserLoginBlock |
class |
drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/MockUserLoginBlock.php |
Mock implementation of a login block plugin used by Plugin API unit tests. |
nested_blocks.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/nested_blocks.test |
|
Block::usesExposed |
function |
drupal/core/modules/block/lib/Drupal/block/Plugin/views/display/Block.php |
Block views use exposed widgets only if AJAX is set. |
Block::$visibility |
property |
drupal/core/modules/block/lib/Drupal/block/Plugin/Core/Entity/Block.php |
The visibility settings. |
Block::__construct |
function |
drupal/core/modules/block/lib/Drupal/block/Plugin/Core/Entity/Block.php |
Overrides \Drupal\Core\Config\Entity\ConfigEntityBase::__construct(); |
block_library_info |
function |
drupal/core/modules/block/block.module |
Implements hook_library_info(). |
BlockReference.php |
file |
drupal/core/vendor/twig/twig/lib/Twig/Node/BlockReference.php |
|
TestCacheBlock.php |
file |
drupal/core/modules/block/tests/lib/Drupal/block_test/Plugin/Block/TestCacheBlock.php |
Contains \Drupal\block_test\Plugin\Block\TestCacheBlock. |
CustomBlock::$uuid |
property |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Plugin/Core/Entity/CustomBlock.php |
The block UUID. |
CustomBlock::$type |
property |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Plugin/Core/Entity/CustomBlock.php |
The custom block type (bundle). |
ForumBlockTest.php |
file |
drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumBlockTest.php |
Definition of Drupal\forum\Tests\ForumBlockTest. |
CustomBlock::$info |
property |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Plugin/Core/Entity/CustomBlock.php |
The block description. |
SearchBlock::build |
function |
drupal/core/modules/search/lib/Drupal/search/Plugin/Block/SearchBlock.php |
Builds and returns the renderable array for this block plugin. |
ViewsBlock::access |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/Block/ViewsBlock.php |
Overrides \Drupal\block\BlockBase::access(). |
RecentContentBlock |
class |
drupal/core/modules/node/lib/Drupal/node/Plugin/Block/RecentContentBlock.php |
Provides a 'Recent content' block. |
BlockInterface.php |
file |
drupal/core/modules/block/lib/Drupal/block/BlockInterface.php |
Contains \Drupal\block\Plugin\Core\Entity\BlockInterface. |
BlockPluginBag.php |
file |
drupal/core/modules/block/lib/Drupal/block/BlockPluginBag.php |
Contains \Drupal\block\BlockPluginBag. |
SyndicateBlock.php |
file |
drupal/core/modules/node/lib/Drupal/node/Plugin/Block/SyndicateBlock.php |
Contains \Drupal\node\Plugin\Block\SyndicateBlock. |