Search for Id

  1. Search 7.x for Id
  2. Search 9.5.x for Id
  3. Search 8.9.x for Id
  4. Search 10.3.x for Id
  5. Other projects
Title Object type File name Summary
BlockContentEntityChangedConstraintValidator class core/modules/block_content/src/Plugin/Validation/Constraint/BlockContentEntityChangedConstraintValidator.php Validates the BlockContentEntityChanged constraint.
BlockContentEntityChangedConstraintValidator.php file core/modules/block_content/src/Plugin/Validation/Constraint/BlockContentEntityChangedConstraintValidator.php
BlockContentEntityChangedConstraintValidator::validate function core/modules/block_content/src/Plugin/Validation/Constraint/BlockContentEntityChangedConstraintValidator.php
BlockContentEntityReferenceSelectionTest::fieldConditionProvider function core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php Provides possible fields and condition types.
BlockContentIntegrationTest::assertIds function core/modules/block_content/tests/src/Functional/Views/BlockContentIntegrationTest.php Ensures that a list of block_contents appear on the page.
BlockContentListBuilder::getEntityIds function core/modules/block_content/src/BlockContentListBuilder.php Loads entity IDs using a pager sorted by the entity id.
BlockContentResourceTestBase::$entityTypeId property core/modules/block_content/tests/src/Functional/Rest/BlockContentResourceTestBase.php The tested entity type.
BlockContentTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/BlockContentTest.php The tested entity type.
BlockContentType::$id property core/modules/block_content/src/Entity/BlockContentType.php The block type ID.
BlockContentTypeResourceTestBase::$entityTypeId property core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeResourceTestBase.php The tested entity type.
BlockContentTypeTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/BlockContentTypeTest.php The tested entity type.
BlockContentTypeValidationTest class core/modules/block_content/tests/src/Kernel/BlockContentTypeValidationTest.php Tests validation of block_content_type entities.
BlockContentTypeValidationTest.php file core/modules/block_content/tests/src/Kernel/BlockContentTypeValidationTest.php
BlockContentTypeValidationTest::$modules property core/modules/block_content/tests/src/Kernel/BlockContentTypeValidationTest.php Modules to install.
BlockContentTypeValidationTest::$propertiesWithOptionalValues property core/modules/block_content/tests/src/Kernel/BlockContentTypeValidationTest.php The config entity properties whose values are optional (set to NULL).
BlockContentTypeValidationTest::setUp function core/modules/block_content/tests/src/Kernel/BlockContentTypeValidationTest.php
BlockContentUpdateTest::testCustomBlockLibraryPathOverridden function core/modules/block_content/tests/src/Functional/Update/BlockContentUpdateTest.php Tests the block_content view isn't updated if the path has been modified.
BlockContentUuidLookup class core/modules/block_content/src/BlockContentUuidLookup.php A cache collector that caches IDs for block_content UUIDs.
BlockContentUuidLookup.php file core/modules/block_content/src/BlockContentUuidLookup.php
BlockContentUuidLookup::$entityTypeManager property core/modules/block_content/src/BlockContentUuidLookup.php The entity type manager.
BlockContentUuidLookup::resolveCacheMiss function core/modules/block_content/src/BlockContentUuidLookup.php Resolves a cache miss.
BlockContentUuidLookup::__construct function core/modules/block_content/src/BlockContentUuidLookup.php Constructs a BlockContentUuidLookup instance.
BlockContextualLinksTest::$blockId property core/modules/block/tests/src/FunctionalJavascript/BlockContextualLinksTest.php Block id of the block.
BlockCustom::getIds function core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustom.php Defines the source fields uniquely identifying a source row.
BlockCustomTest::providerSource function core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d7/BlockCustomTest.php
BlockCustomTranslation::getIds function core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustomTranslation.php Defines the source fields uniquely identifying a source row.
BlockCustomTranslationTest::providerSource function core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d7/BlockCustomTranslationTest.php
BlockedIp::getIds function core/modules/ban/src/Plugin/migrate/destination/BlockedIp.php Gets the destination IDs.
BlockedIps::getIds function core/modules/ban/src/Plugin/migrate/source/d7/BlockedIps.php Defines the source fields uniquely identifying a source row.
BlockedIpsTest::providerSource function core/modules/ban/tests/src/Kernel/Plugin/migrate/source/d7/BlockedIpsTest.php
BlockEntitySettingTrayForm::validateVisibility function core/modules/settings_tray/src/Block/BlockEntitySettingTrayForm.php Helper function to independently validate the visibility UI.
BlockForm::validateForm function core/modules/block/src/BlockForm.php Form validation handler.
BlockForm::validateVisibility function core/modules/block/src/BlockForm.php Helper function to independently validate the visibility UI.
BlockFormMessagesTest::testValidationMessage function core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFormMessagesTest.php Tests that validation messages are shown on the block form.
BlockHasOverridesAccessCheck class core/modules/settings_tray/src/Access/BlockHasOverridesAccessCheck.php Determines whether the requested block has a 'settings_tray' form.
BlockHasOverridesAccessCheck.php file core/modules/settings_tray/src/Access/BlockHasOverridesAccessCheck.php
BlockHasOverridesAccessCheck::access function core/modules/settings_tray/src/Access/BlockHasOverridesAccessCheck.php Checks access for accessing a block's 'settings_tray' form.
BlockHiddenRegionTest class core/modules/block/tests/src/Functional/BlockHiddenRegionTest.php Tests that blocks are not added to hidden regions on theme installation.
BlockHiddenRegionTest.php file core/modules/block/tests/src/Functional/BlockHiddenRegionTest.php
BlockHiddenRegionTest::$adminUser property core/modules/block/tests/src/Functional/BlockHiddenRegionTest.php An administrative user to configure the test environment.
BlockHiddenRegionTest::$defaultTheme property core/modules/block/tests/src/Functional/BlockHiddenRegionTest.php The theme to install as the default for testing.
BlockHiddenRegionTest::$modules property core/modules/block/tests/src/Functional/BlockHiddenRegionTest.php Modules to install.
BlockHiddenRegionTest::setUp function core/modules/block/tests/src/Functional/BlockHiddenRegionTest.php
BlockHiddenRegionTest::testBlockNotInHiddenRegion function core/modules/block/tests/src/Functional/BlockHiddenRegionTest.php Tests that hidden regions do not inherit blocks when a theme is installed.
BlockInstallTest::testCacheTagInvalidationUponInstallation function core/modules/block/tests/src/Functional/BlockInstallTest.php
BlockInterface::getPluginId function core/modules/block/src/BlockInterface.php Returns the plugin ID.
BlockInvalidRegionTest class core/modules/block/tests/src/Functional/BlockInvalidRegionTest.php Tests that blocks assigned to invalid regions are disabled with a warning.
BlockInvalidRegionTest.php file core/modules/block/tests/src/Functional/BlockInvalidRegionTest.php
BlockInvalidRegionTest::$configSchemaCheckerExclusions property core/modules/block/tests/src/Functional/BlockInvalidRegionTest.php An array of config object names that are excluded from schema checking.
BlockInvalidRegionTest::$defaultTheme property core/modules/block/tests/src/Functional/BlockInvalidRegionTest.php The theme to install as the default for testing.

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