block_permission |
function |
drupal/core/modules/block/block.module |
Implements hook_permission(). |
block_page_build |
function |
drupal/core/modules/block/block.module |
Implements hook_page_build(). |
Block::$settings |
property |
drupal/core/modules/block/lib/Drupal/block/Plugin/Core/Entity/Block.php |
The plugin instance settings. |
Block::getPlugin |
function |
drupal/core/modules/block/lib/Drupal/block/Plugin/Core/Entity/Block.php |
Returns the plugin instance. |
MockBlockManager |
class |
drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/MockBlockManager.php |
Defines a plugin manager used by Plugin API derivative unit tests. |
CommentBlockTest |
class |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentBlockTest.php |
Tests the Comment module blocks. |
CustomBlock::$id |
property |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Plugin/Core/Entity/CustomBlock.php |
The block ID. |
CustomBlock::uri |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Plugin/Core/Entity/CustomBlock.php |
Implements \Drupal\Core\Entity\EntityInterface::uri(). |
ViewsBlock::form |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/Block/ViewsBlock.php |
Overrides \Drupal\block\BlockBase::form(). |
block.schema.yml |
file |
drupal/core/modules/block/config/schema/block.schema.yml |
drupal/core/modules/block/config/schema/block.schema.yml |
DisplayBlockTest |
class |
drupal/core/modules/block/lib/Drupal/block/Tests/Views/DisplayBlockTest.php |
Defines a test for block display. |
MenuBlock::build |
function |
drupal/core/modules/menu/lib/Drupal/menu/Plugin/Block/MenuBlock.php |
Builds and returns the renderable array for this block plugin. |
BlockManager.php |
file |
drupal/core/modules/block/lib/Drupal/block/Plugin/Type/BlockManager.php |
|
UserNewBlock.php |
file |
drupal/core/modules/user/lib/Drupal/user/Plugin/Block/UserNewBlock.php |
Contains \Drupal\user\Plugin\Block\UserNewBlock. |
ActiveTopicsBlock |
class |
drupal/core/modules/forum/lib/Drupal/forum/Plugin/Block/ActiveTopicsBlock.php |
Provides an 'Active forum topics' block. |
BlockLanguageTest |
class |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockLanguageTest.php |
Functional tests for the language list configuration forms. |
custom_block_edit |
function |
drupal/core/modules/block/custom_block/custom_block.pages.inc |
Page callback: Presents the custom block edit form. |
custom_block_menu |
function |
drupal/core/modules/block/custom_block/custom_block.module |
Implements hook_menu(). |
custom_block_load |
function |
drupal/core/modules/block/custom_block/custom_block.module |
Loads a custom block. |
LanguageBlock.php |
file |
drupal/core/modules/language/lib/Drupal/language/Plugin/Derivative/LanguageBlock.php |
Contains \Drupal\language\Plugin\Derivative\LanguageBlock. |
LanguageBlock.php |
file |
drupal/core/modules/language/lib/Drupal/language/Plugin/Block/LanguageBlock.php |
Contains \Drupal\language\Plugin\Block\LanguageBlock. |
theme_admin_block |
function |
drupal/core/modules/system/system.admin.inc |
Returns HTML for an administrative block for display. |
block_test.module |
file |
drupal/core/modules/block/tests/block_test.module |
Provide test blocks. |
BlockTitleXSSTest |
class |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockTitleXSSTest.php |
Tests block XSS in title. |
block.routing.yml |
file |
drupal/core/modules/block/block.routing.yml |
drupal/core/modules/block/block.routing.yml |
block_update_8000 |
function |
drupal/core/modules/block/block.install |
Block cache is always enabled in 8.x. |
block_update_8001 |
function |
drupal/core/modules/block/block.install |
Creates table {block_language} for language visibility settings per block. |
block_update_8002 |
function |
drupal/core/modules/block/block.install |
Replace serial role IDs with machine name strings. |
block_update_8003 |
function |
drupal/core/modules/block/block.install |
Increase {block}.title length to 255 characters. |
block_update_8004 |
function |
drupal/core/modules/block/block.install |
Rename default menu names. |
block_update_8005 |
function |
drupal/core/modules/block/block.install |
Migrate {users}.data into {users_data}. |
block_update_8006 |
function |
drupal/core/modules/block/block.install |
Enable the Custom Block module. |
block_update_8007 |
function |
drupal/core/modules/block/block.install |
Migrate {block_custom} to {custom_block}. |
block_update_8008 |
function |
drupal/core/modules/block/block.install |
Migrate {block_custom}.body and {block_custom}.format to block_body field. |
MockUserNameBlock |
class |
drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/MockUserNameBlock.php |
Implementation of a user name block plugin used by Plugin API context test. |
BLOCK_REGION_NONE |
constant |
drupal/core/modules/block/block.module |
Denotes that a block is not enabled in any region and should not be shown. |
Block::$pluginBag |
property |
drupal/core/modules/block/lib/Drupal/block/Plugin/Core/Entity/Block.php |
The plugin bag that holds the block plugin for this entity. |
block_menu_delete |
function |
drupal/core/modules/block/block.module |
Implements hook_menu_delete(). |
block_admin_paths |
function |
drupal/core/modules/block/block.module |
Implements hook_admin_paths(). |
hook_block_access |
function |
drupal/core/modules/block/block.api.php |
Control access to a block instance. |
TestXSSTitleBlock |
class |
drupal/core/modules/block/tests/lib/Drupal/block_test/Plugin/Block/TestXSSTitleBlock.php |
Provides a block to test XSS in title. |
CustomBlock::$log |
property |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Plugin/Core/Entity/CustomBlock.php |
The block revision log message. |
CustomBlock::init |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Plugin/Core/Entity/CustomBlock.php |
Initialize the object. Invoked upon construction and wake up. |
ViewsBlock::$view |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/Block/ViewsBlock.php |
The View executable object. |
ViewsBlock::build |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/Block/ViewsBlock.php |
Builds and returns the renderable array for this block plugin. |
MockTestBlock.php |
file |
drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/MockTestBlock.php |
Contains Drupal\plugin_test\Plugin\plugin_test\mock_block\MockTestBlock. |
MockMenuBlock.php |
file |
drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/MockMenuBlock.php |
Definition of Drupal\plugin_test\Plugin\plugin_test\mock_block\MockMenuBlock. |
BlockBase::access |
function |
drupal/core/modules/block/lib/Drupal/block/BlockBase.php |
Indicates whether block-specific criteria allow access to the block. |
BlockBase::submit |
function |
drupal/core/modules/block/lib/Drupal/block/BlockBase.php |
Implements \Drupal\block\BlockPluginInterface::submit(). |
node_block_access |
function |
drupal/core/modules/node/node.module |
Implements hook_block_access(). |