Search for block

  1. Search 7.x for block
  2. Search 9.5.x for block
  3. Search 8.9.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/Attribute/Block.php The Block attribute.
Block class core/lib/Drupal/Core/Block/Annotation/Block.php Defines a Block annotation object.

All search results

Title Object type File name Summary
InlineBlockTestBase::createBlockContentType function core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php Creates a block content type.
InlineBlockTestBase::FIELD_UI_PREFIX constant core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php Path prefix for the field UI for the test bundle.
InlineBlockTestBase::getLatestBlockEntityId function core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php Gets the latest block entity id.
InlineBlockTestBase::INLINE_BLOCK_LOCATOR constant core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php Locator for inline blocks.
InlineBlockTestBase::removeInlineBlockFromLayout function core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php Removes an entity block from the layout but does not save the layout.
InlineBlockTestBase::setUp function core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php
InlineBlockUsage class core/modules/layout_builder/src/InlineBlockUsage.php Service class to track inline block usage.
InlineBlockUsage.php file core/modules/layout_builder/src/InlineBlockUsage.php
InlineBlockUsage::$database property core/modules/layout_builder/src/InlineBlockUsage.php The database connection.
InlineBlockUsage::addUsage function core/modules/layout_builder/src/InlineBlockUsage.php
InlineBlockUsage::deleteUsage function core/modules/layout_builder/src/InlineBlockUsage.php
InlineBlockUsage::getUnused function core/modules/layout_builder/src/InlineBlockUsage.php
InlineBlockUsage::getUsage function core/modules/layout_builder/src/InlineBlockUsage.php
InlineBlockUsage::removeByLayoutEntity function core/modules/layout_builder/src/InlineBlockUsage.php
InlineBlockUsage::__construct function core/modules/layout_builder/src/InlineBlockUsage.php Creates an InlineBlockUsage object.
InlineBlockUsageInterface interface core/modules/layout_builder/src/InlineBlockUsageInterface.php Defines an interface for tracking inline block usage.
InlineBlockUsageInterface.php file core/modules/layout_builder/src/InlineBlockUsageInterface.php
InlineBlockUsageInterface::addUsage function core/modules/layout_builder/src/InlineBlockUsageInterface.php Adds a usage record.
InlineBlockUsageInterface::deleteUsage function core/modules/layout_builder/src/InlineBlockUsageInterface.php Delete the inline blocks' the usage records.
InlineBlockUsageInterface::getUnused function core/modules/layout_builder/src/InlineBlockUsageInterface.php Gets unused inline block IDs.
InlineBlockUsageInterface::getUsage function core/modules/layout_builder/src/InlineBlockUsageInterface.php Gets usage record for inline block by ID.
InlineBlockUsageInterface::removeByLayoutEntity function core/modules/layout_builder/src/InlineBlockUsageInterface.php Remove usage record by layout entity.
InlineBlockUsageTest class core/modules/layout_builder/tests/src/Unit/InlineBlockUsageTest.php @coversDefaultClass \Drupal\layout_builder\InlineBlockUsage
InlineBlockUsageTest class core/modules/layout_builder/tests/src/Kernel/InlineBlockUsageTest.php Class for testing the InlineBlockUsage service.
InlineBlockUsageTest.php file core/modules/layout_builder/tests/src/Unit/InlineBlockUsageTest.php
InlineBlockUsageTest.php file core/modules/layout_builder/tests/src/Kernel/InlineBlockUsageTest.php
InlineBlockUsageTest::$database property core/modules/layout_builder/tests/src/Kernel/InlineBlockUsageTest.php The database connection.
InlineBlockUsageTest::$entity property core/modules/layout_builder/tests/src/Kernel/InlineBlockUsageTest.php The entity for testing.
InlineBlockUsageTest::$inlineBlockUsage property core/modules/layout_builder/tests/src/Kernel/InlineBlockUsageTest.php The inline block usage service.
InlineBlockUsageTest::$modules property core/modules/layout_builder/tests/src/Kernel/InlineBlockUsageTest.php Modules to install.
InlineBlockUsageTest::setUp function core/modules/layout_builder/tests/src/Kernel/InlineBlockUsageTest.php
InlineBlockUsageTest::testAddUsage function core/modules/layout_builder/tests/src/Kernel/InlineBlockUsageTest.php Covers ::addUsage.
InlineBlockUsageTest::testDeleteUsage function core/modules/layout_builder/tests/src/Kernel/InlineBlockUsageTest.php Covers ::deleteUsage.
InlineBlockUsageTest::testEmptyDeleteUsageCall function core/modules/layout_builder/tests/src/Unit/InlineBlockUsageTest.php Tests calling deleteUsage() with empty array.
InlineBlockUsageTest::testGetUnused function core/modules/layout_builder/tests/src/Kernel/InlineBlockUsageTest.php Covers ::getUnused.
InlineBlockUsageTest::testGetUsage function core/modules/layout_builder/tests/src/Kernel/InlineBlockUsageTest.php Covers ::getUsage.
InlineBlockUsageTest::testRemoveByLayoutEntity function core/modules/layout_builder/tests/src/Kernel/InlineBlockUsageTest.php Covers ::removeByLayoutEntity.
inline_block.usage service core/modules/layout_builder/layout_builder.services.yml Drupal\layout_builder\InlineBlockUsage
InstallerThemesBlocksProfileTest class core/tests/Drupal/FunctionalTests/Installer/InstallerThemesBlocksProfileTest.php Verifies that the installer does not generate theme blocks.
InstallerThemesBlocksProfileTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerThemesBlocksProfileTest.php
InstallerThemesBlocksProfileTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerThemesBlocksProfileTest.php The theme to install as the default for testing.
InstallerThemesBlocksProfileTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerThemesBlocksProfileTest.php The installation profile to install.
InstallerThemesBlocksProfileTest::testInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerThemesBlocksProfileTest.php Verify that there is no automatic block generation.
InstallHelper::processBannerBlock function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Process block_banner data into block_banner block structure.
InstallHelper::processDisclaimerBlock function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Process disclaimer_block data into disclaimer_block block structure.
InstallHelper::processFooterPromoBlock function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Process footer_block data into footer_block block structure.
IpAddressBlockingTest class core/modules/ban/tests/src/Functional/IpAddressBlockingTest.php Tests IP address banning.
IpAddressBlockingTest.php file core/modules/ban/tests/src/Functional/IpAddressBlockingTest.php
IpAddressBlockingTest::$defaultTheme property core/modules/ban/tests/src/Functional/IpAddressBlockingTest.php The theme to install as the default for testing.
IpAddressBlockingTest::$modules property core/modules/ban/tests/src/Functional/IpAddressBlockingTest.php Modules to install.

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