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. |
system_test_lock_exit |
function |
drupal/core/modules/system/tests/modules/system_test/system_test.module |
Try to acquire a specific lock, and then exit. |
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. |
BreakLockForm::create |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/BreakLockForm.php |
Instantiates a new instance of this controller. |
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 |
|
ConfigImporter::$lock |
property |
drupal/core/lib/Drupal/Core/Config/ConfigImporter.php |
The used lock backend instance. |
NullLockBackend::wait |
function |
drupal/core/lib/Drupal/Core/Lock/NullLockBackend.php |
Implements Drupal\Core\Lock\LockBackedInterface::wait(). |
UserLoginBlock::access |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/Block/UserLoginBlock.php |
Overrides \Drupal\block\BlockBase::access(). |
UserOnlineBlock::build |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/Block/UserOnlineBlock.php |
Builds and returns the renderable array for this block plugin. |
custom_block_type_edit |
function |
drupal/core/modules/block/custom_block/custom_block.admin.inc |
Page callback: Presents the custom block type edit form. |
custom_block_type_load |
function |
drupal/core/modules/block/custom_block/custom_block.module |
Loads a custom block type. |
BlockInvalidRegionTest |
class |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockInvalidRegionTest.php |
Tests that a block assigned to an invalid region triggers the warning. |
BlockLanguageCacheTest |
class |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockLanguageCacheTest.php |
Tests multilingual block definition caching. |
UserBlocksTests::setUp |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserBlocksTests.php |
Sets up a Drupal site for running functional and integration tests. |
BlockLibrarySearchTest |
class |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockLibrarySearchTest.php |
Tests the block library search. |
custom_block.pages.inc |
file |
drupal/core/modules/block/custom_block/custom_block.pages.inc |
Provides page callbacks for custom blocks. |
custom_block.admin.inc |
file |
drupal/core/modules/block/custom_block/custom_block.admin.inc |
Admin page callbacks for the custom block module. |
BlockHtmlIdTest::setUp |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockHtmlIdTest.php |
Sets up a Drupal site for running functional and integration tests. |
Language::STATE_LOCKED |
constant |
drupal/core/lib/Drupal/Core/Language/Language.php |
The language state when referring to locked languages. |
statistics_block_alter |
function |
drupal/core/modules/statistics/statistics.module |
Implements hook_block_alter(). |
LockUnitTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Lock/LockUnitTest.php |
Modules to enable. |
block_unique_name.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/block/block_unique_name.test |
|
Twig_TokenParser_Block |
class |
drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Block.php |
Marks a section of a template as being reusable. |
SearchBlockTest::setUp |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchBlockTest.php |
Sets up a Drupal site for running functional and integration tests. |