Search for block

  1. Search 7.x for block
  2. Search 8.9.x for block
  3. Search 10.3.x for block
  4. Search 11.x for block
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Block class core/modules/views/src/Plugin/views/display/Block.php The plugin that handles a block.
Block class core/modules/block/src/Entity/Block.php Defines a Block configuration entity class.
Block class core/modules/block/src/Plugin/migrate/source/Block.php Drupal 6/7 block source from database.
Block class core/lib/Drupal/Core/Block/Annotation/Block.php Defines a Block annotation object.

All search results

Title Object type File name Summary
ShortcutsBlock::blockAccess function core/modules/shortcut/src/Plugin/Block/ShortcutsBlock.php Indicates whether the block should be shown.
ShortcutsBlock::build function core/modules/shortcut/src/Plugin/Block/ShortcutsBlock.php Builds and returns the renderable array for this block plugin.
shortcut_preprocess_block function core/modules/shortcut/shortcut.module Implements hook_preprocess_HOOK() for block templates.
StatisticsPopularBlock class core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php Provides a 'Popular content' block.
StatisticsPopularBlock.php file core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php
StatisticsPopularBlock::$entityRepository property core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php The entity repository service.
StatisticsPopularBlock::$entityTypeManager property core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php The entity type manager.
StatisticsPopularBlock::$renderer property core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php
StatisticsPopularBlock::$statisticsStorage property core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php The storage for statistics.
StatisticsPopularBlock::blockAccess function core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php Indicates whether the block should be shown.
StatisticsPopularBlock::blockForm function core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php
StatisticsPopularBlock::blockSubmit function core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php
StatisticsPopularBlock::build function core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php Builds and returns the renderable array for this block plugin.
StatisticsPopularBlock::create function core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php Creates an instance of the plugin.
StatisticsPopularBlock::defaultConfiguration function core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php
StatisticsPopularBlock::nodeTitleList function core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php Generates the ordered array of node links for build().
StatisticsPopularBlock::__construct function core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php Constructs a StatisticsPopularBlock object.
StatisticsReportsTest::testPopularContentBlock function core/modules/statistics/tests/src/Functional/StatisticsReportsTest.php Tests the "popular content" block.
StatisticsTestBase::$blockingUser property core/modules/statistics/tests/src/Functional/StatisticsTestBase.php User with permissions to ban IPs.
statistics_block_alter function core/modules/statistics/statistics.module Implements hook_block_alter().
statistics_preprocess_block function core/modules/statistics/statistics.module Implements hook_preprocess_HOOK() for block templates.
SyndicateBlock class core/modules/node/src/Plugin/Block/SyndicateBlock.php Provides a 'Syndicate' block that links to the site's RSS feed.
SyndicateBlock.php file core/modules/node/src/Plugin/Block/SyndicateBlock.php
SyndicateBlock::$configFactory property core/modules/node/src/Plugin/Block/SyndicateBlock.php The config factory.
SyndicateBlock::blockAccess function core/modules/node/src/Plugin/Block/SyndicateBlock.php Indicates whether the block should be shown.
SyndicateBlock::build function core/modules/node/src/Plugin/Block/SyndicateBlock.php Builds and returns the renderable array for this block plugin.
SyndicateBlock::create function core/modules/node/src/Plugin/Block/SyndicateBlock.php Creates an instance of the plugin.
SyndicateBlock::defaultConfiguration function core/modules/node/src/Plugin/Block/SyndicateBlock.php
SyndicateBlock::__construct function core/modules/node/src/Plugin/Block/SyndicateBlock.php Constructs a SyndicateBlock object.
system.action.user_block_user_action.yml file core/modules/user/config/install/system.action.user_block_user_action.yml core/modules/user/config/install/system.action.user_block_user_action.yml
system.action.user_block_user_action.yml file core/profiles/testing_config_overrides/config/install/system.action.user_block_user_action.yml core/profiles/testing_config_overrides/config/install/system.action.user_block_user_action.yml
system.action.user_unblock_user_action.yml file core/modules/user/config/install/system.action.user_unblock_user_action.yml core/modules/user/config/install/system.action.user_unblock_user_action.yml
SystemBrandingBlock class core/modules/system/src/Plugin/Block/SystemBrandingBlock.php Provides a block to display 'Site branding' elements.
SystemBrandingBlock.php file core/modules/system/src/Plugin/Block/SystemBrandingBlock.php
SystemBrandingBlock::$configFactory property core/modules/system/src/Plugin/Block/SystemBrandingBlock.php Stores the configuration factory.
SystemBrandingBlock::blockForm function core/modules/system/src/Plugin/Block/SystemBrandingBlock.php
SystemBrandingBlock::blockSubmit function core/modules/system/src/Plugin/Block/SystemBrandingBlock.php
SystemBrandingBlock::build function core/modules/system/src/Plugin/Block/SystemBrandingBlock.php Builds and returns the renderable array for this block plugin.
SystemBrandingBlock::create function core/modules/system/src/Plugin/Block/SystemBrandingBlock.php Creates an instance of the plugin.
SystemBrandingBlock::defaultConfiguration function core/modules/system/src/Plugin/Block/SystemBrandingBlock.php
SystemBrandingBlock::getCacheTags function core/modules/system/src/Plugin/Block/SystemBrandingBlock.php
SystemBrandingBlock::__construct function core/modules/system/src/Plugin/Block/SystemBrandingBlock.php Creates a SystemBrandingBlock instance.
SystemBreadcrumbBlock class core/modules/system/src/Plugin/Block/SystemBreadcrumbBlock.php Provides a block to display the breadcrumbs.
SystemBreadcrumbBlock.php file core/modules/system/src/Plugin/Block/SystemBreadcrumbBlock.php
SystemBreadcrumbBlock::$breadcrumbManager property core/modules/system/src/Plugin/Block/SystemBreadcrumbBlock.php The breadcrumb manager.
SystemBreadcrumbBlock::$routeMatch property core/modules/system/src/Plugin/Block/SystemBreadcrumbBlock.php The current route match.
SystemBreadcrumbBlock::build function core/modules/system/src/Plugin/Block/SystemBreadcrumbBlock.php Builds and returns the renderable array for this block plugin.
SystemBreadcrumbBlock::create function core/modules/system/src/Plugin/Block/SystemBreadcrumbBlock.php Creates an instance of the plugin.
SystemBreadcrumbBlock::__construct function core/modules/system/src/Plugin/Block/SystemBreadcrumbBlock.php Constructs a new SystemBreadcrumbBlock object.
SystemController::systemAdminMenuBlockPage function core/modules/system/src/Controller/SystemController.php Provides a single block from the administration menu as a page.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.