|
AggregatorCategoryBlock.php |
file |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/Block/AggregatorCategoryBlock.php |
Contains \Drupal\aggregator\Plugin\Block\AggregatorCategoryBlock. |
|
BlockPluginInterface::build |
function |
drupal/core/modules/block/lib/Drupal/block/BlockPluginInterface.php |
Builds and returns the renderable array for this block plugin. |
|
block.block.stark.admin.yml |
file |
drupal/core/profiles/minimal/config/block.block.stark.admin.yml |
drupal/core/profiles/minimal/config/block.block.stark.admin.yml |
|
block.block.stark.tools.yml |
file |
drupal/core/profiles/minimal/config/block.block.stark.tools.yml |
drupal/core/profiles/minimal/config/block.block.stark.tools.yml |
|
block.block.stark.login.yml |
file |
drupal/core/profiles/minimal/config/block.block.stark.login.yml |
drupal/core/profiles/minimal/config/block.block.stark.login.yml |
|
Display::getAllSortedBlocks |
function |
drupal/core/modules/layout/lib/Drupal/layout/Plugin/Core/Entity/Display.php |
Implements BoundDisplayInterface::getAllSortedBlocks(). |
|
BlockFormController::submit |
function |
drupal/core/modules/block/lib/Drupal/block/BlockFormController.php |
Overrides \Drupal\Core\Entity\EntityFormController::submit(). |
|
BlockPluginUI::$derivatives |
property |
drupal/core/modules/block/lib/Drupal/block/Plugin/Derivative/BlockPluginUI.php |
List of derivative definitions. |
|
BlockPluginUI::formValidate |
function |
drupal/core/modules/block/lib/Drupal/block/Plugin/PluginUI/BlockPluginUI.php |
Overrides \Drupal\system\Plugin\PluginUIBase::formValidate(). |
|
BlockPluginUI::facetCompare |
function |
drupal/core/modules/block/lib/Drupal/block/Plugin/PluginUI/BlockPluginUI.php |
Determines whether a given facet should be displayed for a plugin. |
|
BlockPluginBag::__construct |
function |
drupal/core/modules/block/lib/Drupal/block/BlockPluginBag.php |
Constructs a BlockPluginBag object. |
|
SystemPoweredByBlock::build |
function |
drupal/core/modules/system/lib/Drupal/system/Plugin/Block/SystemPoweredByBlock.php |
Builds and returns the renderable array for this block plugin. |
|
BlockListController::$theme |
property |
drupal/core/modules/block/lib/Drupal/block/BlockListController.php |
The theme containing the blocks. |
|
BlockListController::render |
function |
drupal/core/modules/block/lib/Drupal/block/BlockListController.php |
Overrides \Drupal\Core\Entity\EntityListController::render(). |
|
forum_block_view_pre_render |
function |
drupal/core/modules/forum/forum.module |
Render API callback: Lists nodes based on the element's #query property. |
|
CustomBlockRenderController |
class |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockRenderController.php |
Render controller for custom blocks. |
|
CustomBlockAccessController |
class |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockAccessController.php |
Defines the access controller for the custom block entity type. |
|
CustomBlockPageViewTest.php |
file |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockPageViewTest.php |
Contains \Drupal\custom_block\Tests\CustomBlockPageViewTest. |
|
DiffFormatter::_start_block |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
|
CustomBlockCreationTest.php |
file |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockCreationTest.php |
Contains \Drupal\custom_block\Tests\CustomBlockCreationTest. |
|
LockBackendAbstract::$locks |
property |
drupal/core/lib/Drupal/Core/Lock/LockBackendAbstract.php |
Existing locks for this page. |
|
BlockCacheTest::$admin_user |
property |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockCacheTest.php |
|
|
Twig_Parser::peekBlockStack |
function |
drupal/core/vendor/twig/twig/lib/Twig/Parser.php |
|
|
Twig_Parser::pushBlockStack |
function |
drupal/core/vendor/twig/twig/lib/Twig/Parser.php |
|
|
BlockCacheTest::testNoCache |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockCacheTest.php |
Test DRUPAL_NO_CACHE. |
|
ForumBlockBase::blockSubmit |
function |
drupal/core/modules/forum/lib/Drupal/forum/Plugin/Block/ForumBlockBase.php |
Overrides \Drupal\block\BlockBase::blockSubmit(). |
|
RecentCommentsBlock::access |
function |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/Block/RecentCommentsBlock.php |
Overrides \Drupal\block\BlockBase::access(). |
|
BlockUiTest::testBlockSearch |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockUiTest.php |
Test block search. |
|
UserOnlineBlock::blockSubmit |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/Block/UserOnlineBlock.php |
Overrides \Drupal\block\BlockBase::blockSubmit(). |
|
BlockInterfaceTest::$modules |
property |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockInterfaceTest.php |
Modules to enable. |
|
system_admin_menu_block_page |
function |
drupal/core/modules/system/system.admin.inc |
Provide a single block from the administration menu as a page. |
|
block_test_system_theme_info |
function |
drupal/core/modules/block/tests/block_test.module |
Implements hook_system_theme_info(). |
|
BlockHiddenRegionTest::setUp |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockHiddenRegionTest.php |
Sets up a Drupal site for running functional and integration tests. |
|
CurlMultiInterface::BLOCKING |
constant |
drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlMultiInterface.php |
|
|
AdminBlockDeleteForm::$block |
property |
drupal/core/modules/block/lib/Drupal/block/Form/AdminBlockDeleteForm.php |
The block being deleted. |
|
LockFunctionalTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Lock/LockFunctionalTest.php |
Modules to enable. |
|
MockUserLoginBlock::getTitle |
function |
drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/MockUserLoginBlock.php |
|
|
_block_get_renderable_region |
function |
drupal/core/modules/block/block.module |
Gets an array of blocks suitable for drupal_render(). |
|
Twig_Template::getBlockNames |
function |
drupal/core/vendor/twig/twig/lib/Twig/Template.php |
Returns all block names. |
|
CustomBlockTypeTest::getInfo |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockTypeTest.php |
Declares test information. |
|
CustomBlockTranslationUITest |
class |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockTranslationUITest.php |
Tests the Custom Block Translation UI. |
|
Comment::blockDisplayOptions |
function |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/wizard/Comment.php |
Overrides Drupal\views\Plugin\views\wizard\WizardPluginBase::blockDisplayOptions(). |
|
CustomBlockSaveTest::getInfo |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockSaveTest.php |
Declares test information. |
|
CustomBlock::createDuplicate |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Plugin/Core/Entity/CustomBlock.php |
Overrides Entity::createDuplicate(). |
|
block.block.bartik.login.yml |
file |
drupal/core/profiles/standard/config/block.block.bartik.login.yml |
drupal/core/profiles/standard/config/block.block.bartik.login.yml |
|
block.block.bartik.tools.yml |
file |
drupal/core/profiles/standard/config/block.block.bartik.tools.yml |
drupal/core/profiles/standard/config/block.block.bartik.tools.yml |
|
BreakLockForm::getCancelPath |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/BreakLockForm.php |
Implements \Drupal\Core\Form\ConfirmFormBase::getCancelPath(). |
|
RecentContentBlock::settings |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/Block/RecentContentBlock.php |
Overrides \Drupal\block\BlockBase::settings(). |
|
CustomBlockFieldTest::$field |
property |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockFieldTest.php |
The created field. |
|
BlockPluginInterface::access |
function |
drupal/core/modules/block/lib/Drupal/block/BlockPluginInterface.php |
Indicates whether the block should be shown. |