Search for block

  1. Search 7.x for block
  2. Search 9.5.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 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
block_content.uuid_lookup service core/modules/block_content/block_content.services.yml \Drupal\block_content\BlockContentUuidLookup
block_content_add_body_field function core/modules/block_content/block_content.module Adds the default body field to a custom block type.
block_content_body_field.yml file core/modules/block_content/migrations/block_content_body_field.yml core/modules/block_content/migrations/block_content_body_field.yml
block_content_entity_display.yml file core/modules/block_content/migrations/block_content_entity_display.yml core/modules/block_content/migrations/block_content_entity_display.yml
block_content_entity_form_display.yml file core/modules/block_content/migrations/block_content_entity_form_display.yml core/modules/block_content/migrations/block_content_entity_form_display.yml
block_content_entity_type_alter function core/modules/block_content/block_content.module Implements hook_entity_type_alter().
block_content_help function core/modules/block_content/block_content.module Implements hook_help().
block_content_post_update_add_views_reusable_filter function core/modules/block_content/block_content.post_update.php Adds a 'reusable' filter to all Custom Block views.
block_content_query_entity_reference_alter function core/modules/block_content/block_content.module Implements hook_query_TAG_alter().
block_content_test.info.yml file core/modules/block_content/tests/modules/block_content_test/block_content_test.info.yml core/modules/block_content/tests/modules/block_content_test/block_content_test.info.yml
block_content_test.module file core/modules/block_content/tests/modules/block_content_test/block_content_test.module A dummy module for testing custom block related hooks.
block_content_test.routing.yml file core/modules/block_content/tests/modules/block_content_test/block_content_test.routing.yml core/modules/block_content/tests/modules/block_content_test/block_content_test.routing.yml
block_content_test_block_content_insert function core/modules/block_content/tests/modules/block_content_test/block_content_test.module Implements hook_block_content_insert().
block_content_test_block_content_presave function core/modules/block_content/tests/modules/block_content_test/block_content_test.module Implements hook_block_content_presave().
block_content_test_block_content_update function core/modules/block_content/tests/modules/block_content_test/block_content_test.module Implements hook_block_content_update().
block_content_test_block_content_view function core/modules/block_content/tests/modules/block_content_test/block_content_test.module Implements hook_block_content_view().
block_content_test_views.info.yml file core/modules/block_content/tests/modules/block_content_test_views/block_content_test_views.info.yml core/modules/block_content/tests/modules/block_content_test_views/block_content_test_views.info.yml
block_content_theme function core/modules/block_content/block_content.module Implements hook_theme().
block_content_type.yml file core/modules/block_content/migrations/block_content_type.yml core/modules/block_content/migrations/block_content_type.yml
block_content_update_8001 function core/modules/block_content/block_content.install Add 'revision_translation_affected' field to 'block_content' entities.
block_content_update_8002 function core/modules/block_content/block_content.install Generalizes the d6_block_content_type and d6_block_content_body_field
migrations.
block_content_update_8003 function core/modules/block_content/block_content.install Add 'revision_created' and 'revision_user' fields to 'block_content' entities.
block_content_update_8300 function core/modules/block_content/block_content.install Fix the block_content entity type to specify its revision data table.
block_content_update_8400 function core/modules/block_content/block_content.install Add a publishing status field for block_content entities.
block_content_update_8600 function core/modules/block_content/block_content.install Add 'reusable' field to 'block_content' entities.
block_drupal_alter_foo_alter function core/modules/system/tests/modules/common_test/common_test.module Implements hook_TYPE_alter() on behalf of block module.
block_form_form_test_alter_form_alter function core/modules/system/tests/modules/form_test/form_test.module Implements hook_form_FORM_ID_alter() on behalf of block.module.
block_help function core/modules/block/block.module Implements hook_help().
block_install function core/modules/block/block.install Implements hook_install().
block_menu_delete function core/modules/block/block.module Implements hook_ENTITY_TYPE_delete() for menu entities.
block_page_top function core/modules/block/block.module Implements hook_page_top().
block_place.info.yml file core/modules/block_place/block_place.info.yml core/modules/block_place/block_place.info.yml
block_place.install file core/modules/block_place/block_place.install Contains install and update functions for Place Blocks.
block_place.libraries.yml file core/modules/block_place/block_place.libraries.yml core/modules/block_place/block_place.libraries.yml
block_place.module file core/modules/block_place/block_place.module Controls the placement of blocks from all pages.
block_place.page_display_variant_subscriber.block service core/modules/block_place/block_place.services.yml Drupal\block_place\EventSubscriber\BlockPlaceEventSubscriber
block_place.services.yml file core/modules/block_place/block_place.services.yml core/modules/block_place/block_place.services.yml
block_place_help function core/modules/block_place/block_place.module Implements hook_help().
block_place_install function core/modules/block_place/block_place.install Implements hook_install().
block_place_requirements function core/modules/block_place/block_place.install Implements hook_requirements().
block_place_toolbar function core/modules/block_place/block_place.module Implements hook_toolbar().
block_post_update_disabled_region_update function core/modules/block/block.post_update.php Disable blocks that are placed into the "disabled" region.
block_post_update_disable_blocks_with_missing_contexts function core/modules/block/block.post_update.php Disable all blocks with missing context IDs in block_update_8001().
block_post_update_fix_negate_in_conditions function core/modules/block/block.post_update.php Fix invalid 'negate' values in block visibility conditions.
block_rebuild function core/modules/block/block.module Implements hook_rebuild().
block_test.info.yml file core/modules/block/tests/modules/block_test/block_test.info.yml core/modules/block/tests/modules/block_test/block_test.info.yml
block_test.module file core/modules/block/tests/modules/block_test/block_test.module Provide test blocks.
block_test.multiple_static_context service core/modules/block/tests/modules/block_test/block_test.services.yml Drupal\block_test\ContextProvider\MultipleStaticContext
block_test.routing.yml file core/modules/block/tests/modules/block_test/block_test.routing.yml core/modules/block/tests/modules/block_test/block_test.routing.yml
block_test.schema.yml file core/modules/block/tests/modules/block_test/config/schema/block_test.schema.yml core/modules/block/tests/modules/block_test/config/schema/block_test.schema.yml

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