Display::$blocksInRegions |
property |
drupal/core/modules/layout/lib/Drupal/layout/Plugin/Core/Entity/Display.php |
A two-level array expressing block ordering within regions. |
BlockInterface::getPlugin |
function |
drupal/core/modules/block/lib/Drupal/block/BlockInterface.php |
Returns the plugin instance. |
BlockAccessController.php |
file |
drupal/core/modules/block/lib/Drupal/block/BlockAccessController.php |
Contains \Drupal\block\BlockAccessController. |
BlockFormController::form |
function |
drupal/core/modules/block/lib/Drupal/block/BlockFormController.php |
Overrides \Drupal\Core\Entity\EntityFormController::form(). |
block_test_theme.info.yml |
file |
drupal/core/modules/block/tests/themes/block_test_theme/block_test_theme.info.yml |
drupal/core/modules/block/tests/themes/block_test_theme/block_test_theme.info.yml |
BlockManager::__construct |
function |
drupal/core/modules/block/lib/Drupal/block/Plugin/Type/BlockManager.php |
Constructs a new \Drupal\block\Plugin\Type\BlockManager object. |
CustomBlockFormController |
class |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockFormController.php |
Form controller for the custom block edit forms. |
BlockPluginUI::formSubmit |
function |
drupal/core/modules/block/lib/Drupal/block/Plugin/PluginUI/BlockPluginUI.php |
Overrides \Drupal\system\Plugin\PluginUIBase::formSubmit(). |
Node::blockDisplayOptions |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/wizard/Node.php |
Retrieves the block display options. |
DisplayBlockTest::getInfo |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/Views/DisplayBlockTest.php |
|
BlockListController::load |
function |
drupal/core/modules/block/lib/Drupal/block/BlockListController.php |
Overrides \Drupal\Core\Config\Entity\ConfigEntityListController::load(). |
IpAddressBlockingTest.php |
file |
drupal/core/modules/ban/lib/Drupal/ban/Tests/IpAddressBlockingTest.php |
Definition of Drupal\ban\Tests\IpAddressBlockingTest. |
BlockListController::sort |
function |
drupal/core/modules/block/lib/Drupal/block/BlockListController.php |
Sorts active blocks by region then weight; sorts inactive blocks by name. |
BlockTestBase::$adminUser |
property |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockTestBase.php |
A test user with administrative privileges. |
DiffFormatter::_end_block |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
CustomBlockController.php |
file |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Controller/CustomBlockController.php |
Contains \Drupal\custom_block\Controller\CustomBlockController |
BlockHiddenRegionTest.php |
file |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockHiddenRegionTest.php |
Definition of Drupal\block\Tests\BlockHiddenRegionTest. |
Parser::getNextEmbedBlock |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Parser.php |
Returns the next embed block of YAML. |
ForumBlockBase::blockForm |
function |
drupal/core/modules/forum/lib/Drupal/forum/Plugin/Block/ForumBlockBase.php |
Overrides \Drupal\block\BlockBase::blockForm(). |
UserNewBlock::blockSubmit |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/Block/UserNewBlock.php |
Overrides \Drupal\block\BlockBase::blockSubmit(). |
Twig_Token::BLOCK_END_TYPE |
constant |
drupal/core/vendor/twig/twig/lib/Twig/Token.php |
|
RecentCommentsBlock::build |
function |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/Block/RecentCommentsBlock.php |
Builds and returns the renderable array for this block plugin. |
CachedMockBlockManager.php |
file |
drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/CachedMockBlockManager.php |
Contains Drupal\plugin_test\Plugin\CachedMockBlockManager. |
UserOnlineBlock::blockForm |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/Block/UserOnlineBlock.php |
Overrides \Drupal\block\BlockBase::blockForm(). |
BlockLanguageTest::getInfo |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockLanguageTest.php |
|
StatisticsPopularBlock.php |
file |
drupal/core/modules/statistics/lib/Drupal/statistics/Plugin/Block/StatisticsPopularBlock.php |
Contains \Drupal\statistics\Plugin\Block\StatisticsPopularBlock. |
ForumBlockTest::$adminUser |
property |
drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumBlockTest.php |
A user with various administrative privileges. |
BlockTitleXSSTest::getInfo |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockTitleXSSTest.php |
|
CustomBlockBlock::settings |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Plugin/Block/CustomBlockBlock.php |
Overrides \Drupal\block\BlockBase::settings(). |
MockUserLoginBlock::$title |
property |
drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/MockUserLoginBlock.php |
The title to display when rendering this block instance. |
BLOCK_VISIBILITY_NOTLISTED |
constant |
drupal/core/modules/block/block.module |
Shows this block on every page except the listed pages. |
MockMenuBlock::__construct |
function |
drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/MockMenuBlock.php |
|
block_get_blocks_by_region |
function |
drupal/core/modules/block/block.module |
Gets a renderable array of a region containing all enabled blocks. |
Block::getExportProperties |
function |
drupal/core/modules/block/lib/Drupal/block/Plugin/Core/Entity/Block.php |
Overrides \Drupal\Core\Config\Entity\ConfigEntityBase::getExportProperties(); |
Twig_Template::renderBlock |
function |
drupal/core/vendor/twig/twig/lib/Twig/Template.php |
Renders a block. |
AggregatorFeedBlock::build |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/Block/AggregatorFeedBlock.php |
Builds and returns the renderable array for this block plugin. |
CustomBlockTestBase::setUp |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockTestBase.php |
Sets the test up. |
NodeSyndicateBlockTest.php |
file |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeSyndicateBlockTest.php |
Definition of Drupal\node\Tests\NodeSyndicateBlockTest. |
TestBlockInstantiation.php |
file |
drupal/core/modules/block/tests/lib/Drupal/block_test/Plugin/Block/TestBlockInstantiation.php |
Contains \Drupal\block_test\Plugin\Block\TestBlockInstantiation. |
CommentBlockTest::$modules |
property |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentBlockTest.php |
Modules to enable. |
CustomBlockSaveTest::setUp |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockSaveTest.php |
Sets the test up. |
CustomBlock::getRevisionId |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Plugin/Core/Entity/CustomBlock.php |
Implements \Drupal\Core\Entity\EntityInterface::getRevisionId(). |
block.block.seven.help.yml |
file |
drupal/core/profiles/standard/config/block.block.seven.help.yml |
drupal/core/profiles/standard/config/block.block.seven.help.yml |
BookNavigationBlock::build |
function |
drupal/core/modules/book/lib/Drupal/book/Plugin/Block/BookNavigationBlock.php |
Builds and returns the renderable array for this block plugin. |
CustomBlockType::$revision |
property |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Plugin/Core/Entity/CustomBlockType.php |
The default revision setting for custom blocks of this type. |
MockLayoutBlockDeriver.php |
file |
drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/MockLayoutBlockDeriver.php |
Definition of Drupal\plugin_test\Plugin\plugin_test\mock_block\MockLayoutBlockDeriver. |
RecentContentBlock::access |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/Block/RecentContentBlock.php |
Overrides \Drupal\block\BlockBase::access(). |
BlockPluginInterface::form |
function |
drupal/core/modules/block/lib/Drupal/block/BlockPluginInterface.php |
Constructs the block configuration form. |
BlockStorageController.php |
file |
drupal/core/modules/block/lib/Drupal/block/BlockStorageController.php |
Contains \Drupal\block\BlockStorageController. |
CustomBlockController::add |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Controller/CustomBlockController.php |
Displays add custom block links for available types. |