Twig_Lexer::lexBlock |
function |
drupal/core/vendor/twig/twig/lib/Twig/Lexer.php |
|
BlockTestBase::setUp |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockTestBase.php |
Sets up a Drupal site for running functional and integration tests. |
Twig_Parser::$blocks |
property |
drupal/core/vendor/twig/twig/lib/Twig/Parser.php |
|
DisplayBlockTest.php |
file |
drupal/core/modules/block/lib/Drupal/block/Tests/Views/DisplayBlockTest.php |
Contains \Drupal\block\Tests\Views\DisplayBlockTest. |
BlockTest::testBlock |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockTest.php |
Test configuring and moving a module-define block to specific regions. |
plugin.manager.block |
service |
drupal/core/modules/block/block.services.yml |
Drupal\block\Plugin\Type\BlockManager |
UserNewBlock::access |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/Block/UserNewBlock.php |
Overrides \Drupal\block\BlockBase::access(). |
BlockUiTest::$modules |
property |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockUiTest.php |
Modules to enable. |
NewTopicsBlock::build |
function |
drupal/core/modules/forum/lib/Drupal/forum/Plugin/Block/NewTopicsBlock.php |
Builds and returns the renderable array for this block plugin. |
BlockUiTest::$regions |
property |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockUiTest.php |
|
UserLoginBlock::build |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/Block/UserLoginBlock.php |
Builds and returns the renderable array for this block plugin. |
custom_block_schema_0 |
function |
drupal/core/modules/block/custom_block/custom_block.install |
Implements hook_schema_0(). |
custom_block_type_add |
function |
drupal/core/modules/block/custom_block/custom_block.admin.inc |
Page callback: Presents the custom block type creation form. |
ActiveTopicsBlock.php |
file |
drupal/core/modules/forum/lib/Drupal/forum/Plugin/Block/ActiveTopicsBlock.php |
Contains \Drupal\forum\Plugin\Block\ActiveTopicsBlock. |
BlockHiddenRegionTest |
class |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockHiddenRegionTest.php |
Tests that hidden regions do not inherit blocks when a theme is enabled. |
ForumBlockTest::setUp |
function |
drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumBlockTest.php |
Sets up a Drupal site for running functional and integration tests. |
custom_block.info.yml |
file |
drupal/core/modules/block/custom_block/custom_block.info.yml |
drupal/core/modules/block/custom_block/custom_block.info.yml |
ARCHIVE_TAR_END_BLOCK |
constant |
drupal/core/lib/Drupal/Component/Archiver/ArchiveTar.php |
|
help_preprocess_block |
function |
drupal/core/modules/help/help.module |
Implements hook_preprocess_HOOK() for block.html.twig. |
user_preprocess_block |
function |
drupal/core/modules/user/user.module |
Implements hook_preprocess_HOOK() for block.html.twig. |
BLOCK_CUSTOM_DISABLED |
constant |
drupal/core/modules/block/block.module |
Hides this block by default but lets individual users show it. |
Block::optionsSummary |
function |
drupal/core/modules/block/lib/Drupal/block/Plugin/views/display/Block.php |
Provide the summary for page options in the views UI. |
MockMenuBlock::$title |
property |
drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/MockMenuBlock.php |
The title to display when rendering this block instance. |
MockMenuBlock::$depth |
property |
drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/MockMenuBlock.php |
The number of menu levels deep to render. |
block_language_delete |
function |
drupal/core/modules/block/block.module |
Implements hook_language_delete(). |
hook_block_view_alter |
function |
drupal/core/modules/block/block.api.php |
Alter the result of \Drupal\block\BlockBase::build(). |
book_preprocess_block |
function |
drupal/core/modules/book/book.module |
Implements hook_preprocess_HOOK() for block.html.twig. |
TestCacheBlock::build |
function |
drupal/core/modules/block/tests/lib/Drupal/block_test/Plugin/Block/TestCacheBlock.php |
Builds and returns the renderable array for this block plugin. |
TestXSSTitleBlock.php |
file |
drupal/core/modules/block/tests/lib/Drupal/block_test/Plugin/Block/TestXSSTitleBlock.php |
Contains \Drupal\block_test\Plugin\Block\TestXSSTitleBlock. |
menu_preprocess_block |
function |
drupal/core/modules/menu/menu.module |
Implements hook_preprocess_HOOK() for block.html.twig. |
CustomBlock::setTheme |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Plugin/Core/Entity/CustomBlock.php |
Sets the theme value. |
CustomBlock::getTheme |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Plugin/Core/Entity/CustomBlock.php |
Gets the theme value. |
MockUserNameBlock.php |
file |
drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/MockUserNameBlock.php |
Contains \Drupal\plugin_test\Plugin\plugin_test\mock_block\MockUserNameBlock. |
SyndicateBlock::build |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/Block/SyndicateBlock.php |
Builds and returns the renderable array for this block plugin. |
BlockRenderController |
class |
drupal/core/modules/block/lib/Drupal/block/BlockRenderController.php |
Provides a Block render controller. |
CustomBlockController |
class |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Controller/CustomBlockController.php |
|
LanguageBlock::access |
function |
drupal/core/modules/language/lib/Drupal/language/Plugin/Block/LanguageBlock.php |
Overrides \Drupal\block\BlockBase::access(). |
IpAddressBlockingTest |
class |
drupal/core/modules/ban/lib/Drupal/ban/Tests/IpAddressBlockingTest.php |
|
node_preprocess_block |
function |
drupal/core/modules/node/node.module |
Implements hook_preprocess_HOOK() for block.html.twig. |
BlockPluginUI::access |
function |
drupal/core/modules/block/lib/Drupal/block/Plugin/PluginUI/BlockPluginUI.php |
Overrides \Drupal\system\Plugin\PluginUIBase::access(). |
BlockAccessController |
class |
drupal/core/modules/block/lib/Drupal/block/BlockAccessController.php |
Provides a Block access controller. |
DiffFormatter::_block |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
BlockLanguageTest.php |
file |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockLanguageTest.php |
Definition of Drupal\block\Tests\BlockLanguageTest. |
BlockTitleXSSTest.php |
file |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockTitleXSSTest.php |
Contains \Drupal\block\Tests\BlockTitleXSSTest. |
ShortcutsBlock::build |
function |
drupal/core/modules/shortcut/lib/Drupal/shortcut/Plugin/Block/ShortcutsBlock.php |
Builds and returns the renderable array for this block plugin. |
Twig_Parser::hasBlock |
function |
drupal/core/vendor/twig/twig/lib/Twig/Parser.php |
|
Twig_Parser::getBlock |
function |
drupal/core/vendor/twig/twig/lib/Twig/Parser.php |
|
BlockCacheTest::setUp |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockCacheTest.php |
Sets up a Drupal site for running functional and integration tests. |
Twig_Parser::setBlock |
function |
drupal/core/vendor/twig/twig/lib/Twig/Parser.php |
|
UserLoginBlock::access |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/Block/UserLoginBlock.php |
Overrides \Drupal\block\BlockBase::access(). |