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
BlockConditionMissingSchemaUpdateTest::testUpdateHookN function core/modules/block/tests/src/Functional/Update/BlockConditionMissingSchemaUpdateTest.php Tests that block context mapping is updated properly.
BlockConfigEntityUnitTest class core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php @coversDefaultClass \Drupal\block\Entity\Block
@group block
BlockConfigEntityUnitTest.php file core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php
BlockConfigEntityUnitTest::$entityType property core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php The entity type used for testing.
BlockConfigEntityUnitTest::$entityTypeId property core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php The ID of the type of the entity under test.
BlockConfigEntityUnitTest::$entityTypeManager property core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php The entity type manager used for testing.
BlockConfigEntityUnitTest::$moduleHandler property core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php The module handler.
BlockConfigEntityUnitTest::$themeHandler property core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php The theme handler.
BlockConfigEntityUnitTest::$uuid property core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php The UUID generator used for testing.
BlockConfigEntityUnitTest::setUp function core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php
BlockConfigEntityUnitTest::testCalculateDependencies function core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php @covers ::calculateDependencies
BlockConfigSchemaTest class core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php Tests the block config schema.
BlockConfigSchemaTest.php file core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php
BlockConfigSchemaTest::$blockManager property core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php The block manager.
BlockConfigSchemaTest::$modules property core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php Modules to enable.
BlockConfigSchemaTest::$typedConfig property core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php The typed config manager.
BlockConfigSchemaTest::setUp function core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php
BlockConfigSchemaTest::testBlockConfigSchema function core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php Tests the block config schema for block plugins.
BlockContent class core/modules/block_content/src/Entity/BlockContent.php Defines the custom block entity class.
BlockContent class core/modules/block_content/src/Plugin/views/wizard/BlockContent.php Used for creating 'block_content' views with the wizard.
BlockContent class core/modules/block_content/src/Plugin/Derivative/BlockContent.php Retrieves block plugin definitions for all custom blocks.
BlockContent.php file core/modules/block_content/src/Entity/BlockContent.php
BlockContent.php file core/modules/block_content/src/Plugin/views/wizard/BlockContent.php
BlockContent.php file core/modules/block_content/src/Plugin/Derivative/BlockContent.php
BlockContent::$blockContentStorage property core/modules/block_content/src/Plugin/Derivative/BlockContent.php The custom block storage.
BlockContent::$theme property core/modules/block_content/src/Entity/BlockContent.php The theme the block is being created in.
BlockContent::baseFieldDefinitions function core/modules/block_content/src/Entity/BlockContent.php
BlockContent::create function core/modules/block_content/src/Plugin/Derivative/BlockContent.php Creates a new class instance.
BlockContent::createDuplicate function core/modules/block_content/src/Entity/BlockContent.php Creates a duplicate of the entity.
BlockContent::delete function core/modules/block_content/src/Entity/BlockContent.php Deletes an entity permanently.
BlockContent::getDerivativeDefinitions function core/modules/block_content/src/Plugin/Derivative/BlockContent.php Gets the definition of all derivatives of a base plugin.
BlockContent::getFilters function core/modules/block_content/src/Plugin/views/wizard/BlockContent.php Gets the filters property.
BlockContent::getInstances function core/modules/block_content/src/Entity/BlockContent.php Gets the configured instances of this custom block.
BlockContent::getRevisionCreationTime function core/modules/block_content/src/Entity/BlockContent.php Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionCreationTime().
BlockContent::getRevisionLog function core/modules/block_content/src/Entity/BlockContent.php Returns the block revision log message.
BlockContent::getRevisionLogMessage function core/modules/block_content/src/Entity/BlockContent.php Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionLogMessage().
BlockContent::getRevisionUser function core/modules/block_content/src/Entity/BlockContent.php Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionUser().
BlockContent::getRevisionUserId function core/modules/block_content/src/Entity/BlockContent.php Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionUserId().
BlockContent::getTheme function core/modules/block_content/src/Entity/BlockContent.php Gets the theme value.
BlockContent::invalidateBlockPluginCache function core/modules/block_content/src/Entity/BlockContent.php Invalidates the block plugin cache after changes and deletions.
BlockContent::isReusable function core/modules/block_content/src/Entity/BlockContent.php Determines if the block is reusable or not.
BlockContent::postDelete function core/modules/block_content/src/Entity/BlockContent.php Acts on deleted entities before the delete hook is invoked.
BlockContent::postSave function core/modules/block_content/src/Entity/BlockContent.php Acts on a saved entity before the insert or update hook is invoked.
BlockContent::preSaveRevision function core/modules/block_content/src/Entity/BlockContent.php Acts on a revision before it gets saved.
BlockContent::setInfo function core/modules/block_content/src/Entity/BlockContent.php Sets the block description.
BlockContent::setNonReusable function core/modules/block_content/src/Entity/BlockContent.php Sets the block to be non-reusable.
BlockContent::setReusable function core/modules/block_content/src/Entity/BlockContent.php Sets the block to be reusable.
BlockContent::setRevisionCreationTime function core/modules/block_content/src/Entity/BlockContent.php Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionCreationTime().
BlockContent::setRevisionLog function core/modules/block_content/src/Entity/BlockContent.php Sets the block revision log message.
BlockContent::setRevisionLogMessage function core/modules/block_content/src/Entity/BlockContent.php Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionLogMessage().

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