SystemMenuBlock.php |
file |
drupal/core/modules/system/lib/Drupal/system/Plugin/Derivative/SystemMenuBlock.php |
Contains \Drupal\system\Plugin\Derivative\SystemMenuBlock. |
SystemMenuBlock.php |
file |
drupal/core/modules/system/lib/Drupal/system/Plugin/Block/SystemMenuBlock.php |
Contains \Drupal\system\Plugin\Block\SystemMenuBlock. |
SystemHelpBlock.php |
file |
drupal/core/modules/system/lib/Drupal/system/Plugin/Block/SystemHelpBlock.php |
Contains \Drupal\system\Plugin\Block\SystemHelpBlock. |
SystemMainBlock.php |
file |
drupal/core/modules/system/lib/Drupal/system/Plugin/Block/SystemMainBlock.php |
Contains \Drupal\system\Plugin\Block\SystemMainBlock. |
TestHtmlIdBlock.php |
file |
drupal/core/modules/block/tests/lib/Drupal/block_test/Plugin/Block/TestHtmlIdBlock.php |
Contains \Drupal\block_test\Plugin\Block\TestHtmlIdBlock. |
CustomBlockSaveTest |
class |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockSaveTest.php |
Tests block save related functionality. |
CustomBlock::$theme |
property |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Plugin/Core/Entity/CustomBlock.php |
The theme the block is being created in. |
SearchBlock::access |
function |
drupal/core/modules/search/lib/Drupal/search/Plugin/Block/SearchBlock.php |
Overrides \Drupal\block\BlockBase::access(). |
BookNavigationBlock |
class |
drupal/core/modules/book/lib/Drupal/book/Plugin/Block/BookNavigationBlock.php |
Provides a 'Book navigation' block. |
CustomBlock::delete |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Plugin/Core/Entity/CustomBlock.php |
Implements \Drupal\Core\Entity\EntityInterface::delete(). |
MockLayoutBlock.php |
file |
drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/MockLayoutBlock.php |
Definition of Drupal\plugin_test\Plugin\plugin_test\mock_block\MockLayoutBlock. |
BlockFormController |
class |
drupal/core/modules/block/lib/Drupal/block/BlockFormController.php |
Provides form controller for block instance forms. |
Display::sortBlocks |
function |
drupal/core/modules/layout/lib/Drupal/layout/Plugin/Core/Entity/Display.php |
Transform the stored blockConfig into a sorted, region-oriented array. |
BlockBase::settings |
function |
drupal/core/modules/block/lib/Drupal/block/BlockBase.php |
Returns plugin-specific settings for the block. |
BlockPluginUI::form |
function |
drupal/core/modules/block/lib/Drupal/block/Plugin/PluginUI/BlockPluginUI.php |
Overrides \Drupal\system\Plugin\PluginUIBase::form(). |
BlockBase::validate |
function |
drupal/core/modules/block/lib/Drupal/block/BlockBase.php |
Implements \Drupal\block\BlockPluginInterface::validate(). |
BlockListController |
class |
drupal/core/modules/block/lib/Drupal/block/BlockListController.php |
Defines the block list controller. |
BlockAdminThemeTest |
class |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockAdminThemeTest.php |
Tests the block system with admin themes. |
YtsBlockMapping.yml |
file |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/Fixtures/YtsBlockMapping.yml |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/Fixtures/YtsBlockMapping.yml |
BlockHtmlIdTest.php |
file |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockHtmlIdTest.php |
Definition of Drupal\block\Tests\BlockHtmlIdTest. |
UserOnlineBlock.php |
file |
drupal/core/modules/user/lib/Drupal/user/Plugin/Block/UserOnlineBlock.php |
Contains \Drupal\user\Plugin\Block\UserOnlineBlock. |
RecentCommentsBlock |
class |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/Block/RecentCommentsBlock.php |
Provides a 'Recent comments' block. |
UserNewBlock::build |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/Block/UserNewBlock.php |
Builds and returns the renderable array for this block plugin. |
MockBlockManager.php |
file |
drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/MockBlockManager.php |
Definition of Drupal\plugin_test\Plugin\MockBlockManager. |
BlockUiTest::getInfo |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockUiTest.php |
|
BlockStorageUnitTest |
class |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockStorageUnitTest.php |
Tests the storage of blocks. |
UnblockUser::execute |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/Action/UnblockUser.php |
Executes the plugin. |
custom_block.install |
file |
drupal/core/modules/block/custom_block/custom_block.install |
Install, update and uninstall functions for the custom block module. |
CommentBlockTest.php |
file |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentBlockTest.php |
Definition of Drupal\comment\Tests\CommentBlockTest. |
AdminBlockDeleteForm |
class |
drupal/core/modules/block/lib/Drupal/block/Form/AdminBlockDeleteForm.php |
Provides a deletion confirmation form for the block instance deletion form. |
MockMenuBlockDeriver |
class |
drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/MockMenuBlockDeriver.php |
Mock implementation of DerivativeInterface for the mock menu block plugin. |
BLOCK_CUSTOM_ENABLED |
constant |
drupal/core/modules/block/block.module |
Shows this block by default, but lets individual users hide it. |
Block::defineOptions |
function |
drupal/core/modules/block/lib/Drupal/block/Plugin/views/display/Block.php |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
BLOCK_VISIBILITY_PHP |
constant |
drupal/core/modules/block/block.module |
Shows this block if the associated PHP code returns TRUE. |
_block_themes_access |
function |
drupal/core/modules/block/block.module |
Access callback: Only enabled themes can be accessed. |
TypedDataStringBlock |
class |
drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/TypedDataStringBlock.php |
Implementation of a String TypedData contextual block plugin used by Plugin
API context test. |
block_themes_enabled |
function |
drupal/core/modules/block/block.module |
Initializes blocks for enabled themes. |
BlockUpgradePathTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BlockUpgradePathTest.php |
Tests upgrading a bare database. |
CustomBlockBlock.php |
file |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Plugin/Block/CustomBlockBlock.php |
Contains \Drupal\custom_block\Plugin\Block\CustomBlockBlock. |
CustomBlockType::$id |
property |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Plugin/Core/Entity/CustomBlockType.php |
The custom block type ID. |
CustomBlockType::uri |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Plugin/Core/Entity/CustomBlockType.php |
Overrides \Drupal\Core\Entity\Entity::uri(). |
CustomBlockFieldTest |
class |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockFieldTest.php |
Tests the block edit functionality. |
BlockPluginInterface |
interface |
drupal/core/modules/block/lib/Drupal/block/BlockPluginInterface.php |
Defines the required interface for all block plugins. |
LanguageBlock::build |
function |
drupal/core/modules/language/lib/Drupal/language/Plugin/Block/LanguageBlock.php |
Builds and returns the renderable array for this block plugin. |
overlay_block_access |
function |
drupal/core/modules/overlay/overlay.module |
Implements hook_block_access(). |
BlockBase::getConfig |
function |
drupal/core/modules/block/lib/Drupal/block/BlockBase.php |
Returns the configuration data for the block plugin. |
BlockBase::setConfig |
function |
drupal/core/modules/block/lib/Drupal/block/BlockBase.php |
Sets a particular value in the block settings. |
CustomBlockInterface |
interface |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockInterface.php |
Provides an interface defining a custom block entity. |
BlockBase::blockForm |
function |
drupal/core/modules/block/lib/Drupal/block/BlockBase.php |
Returns the configuration form elements specific to this block plugin. |
SystemPoweredByBlock |
class |
drupal/core/modules/system/lib/Drupal/system/Plugin/Block/SystemPoweredByBlock.php |
Provides a 'Powered by Drupal' block. |