Search for Id

  1. Search 7.x for Id
  2. Search 9.5.x for Id
  3. Search 10.3.x for Id
  4. Search 11.x for Id
  5. Other projects
Title Object type File name Summary
BasicFormNoContainerInjectionInterface::getFormId function core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php Returns a unique string identifying the form.
BasicFormNoContainerInjectionInterface::validateForm function core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php Form validation handler.
BasicFormNoUpcasting::getFormId function core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php Returns a unique string identifying the form.
BasicSettingsForm::getFormId function core/modules/views_ui/src/Form/BasicSettingsForm.php Returns a unique string identifying the form.
BatchStorage::$drupalProxyOriginalServiceId property core/lib/Drupal/Core/ProxyClass/Batch/BatchStorage.php The id of the original proxied service.
BatchTestChainedForm::getFormId function core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php Returns a unique string identifying the form.
BatchTestMockForm::getFormId function core/modules/system/tests/modules/batch_test/src/Form/BatchTestMockForm.php Returns a unique string identifying the form.
BatchTestMultiStepForm::getFormId function core/modules/system/tests/modules/batch_test/src/Form/BatchTestMultiStepForm.php Returns a unique string identifying the form.
BatchTestSimpleForm::getFormId function core/modules/system/tests/modules/batch_test/src/Form/BatchTestSimpleForm.php Returns a unique string identifying the form.
BcEditor::settingsFormValidate function core/modules/editor/tests/src/Unit/EditorBaseTest.php
BigPipePlaceholderTestCase::$bigPipePlaceholderId property core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php The expected BigPipe placeholder ID.
BigPipeResponseAttachmentsProcessorTest::attachmentsProvider function core/modules/big_pipe/tests/src/Unit/Render/BigPipeResponseAttachmentsProcessorTest.php
BigPipeResponseAttachmentsProcessorTest::nonHtmlResponseProvider function core/modules/big_pipe/tests/src/Unit/Render/BigPipeResponseAttachmentsProcessorTest.php
BigPipeStrategy::generateBigPipePlaceholderId function core/modules/big_pipe/src/Render/Placeholder/BigPipeStrategy.php Generates a BigPipe placeholder ID.
BigPipeStrategyTest::placeholdersProvider function core/modules/big_pipe/tests/src/Unit/Render/Placeholder/BigPipeStrategyTest.php
BigPipeTestForm::getFormId function core/modules/big_pipe/tests/modules/big_pipe_test/src/Form/BigPipeTestForm.php Returns a unique string identifying the form.
block.block.config_override_test.yml file core/modules/config/tests/config_override_integration_test/config/install/block.block.config_override_test.yml core/modules/config/tests/config_override_integration_test/config/install/block.block.config_override_test.yml
block.block.views_block__articles_aside_block_1.yml file core/profiles/demo_umami/config/install/block.block.views_block__articles_aside_block_1.yml core/profiles/demo_umami/config/install/block.block.views_block__articles_aside_block_1.yml
Block::$id property core/lib/Drupal/Core/Block/Annotation/Block.php The plugin ID.
Block::$id property core/modules/block/src/Entity/Block.php The ID of the block.
Block::blockValidate function core/modules/views/src/Plugin/views/display/Block.php Handles form validation for the views block configuration form.
Block::getIds function core/modules/block/src/Plugin/migrate/source/Block.php Defines the source fields uniquely identifying a source row.
Block::getPluginId function core/modules/block/src/Entity/Block.php Returns the plugin ID.
BlockBaseTest::providerTestGetMachineNameSuggestion function core/tests/Drupal/Tests/Core/Block/BlockBaseTest.php Provides data for testGetMachineNameSuggestion().
BlockComponentRenderArrayTest::providerBlockTypes function core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php Dataprovider for test functions that should test block types.
BlockConfigEntityUnitTest::$entityTypeId property core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php The ID of the type of the entity under test.
BlockConfigEntityUnitTest::$uuid property core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php The UUID generator used for testing.
BlockContent::getRevisionUserId function core/modules/block_content/src/Entity/BlockContent.php Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionUserId().
BlockContent::invalidateBlockPluginCache function core/modules/block_content/src/Entity/BlockContent.php Invalidates the block plugin cache after changes and deletions.
BlockContent::setRevisionUserId function core/modules/block_content/src/Entity/BlockContent.php Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionUserId().
BlockContentAccessHandlerTest::providerTestAccess function core/modules/block_content/tests/src/Kernel/BlockContentAccessHandlerTest.php Dataprovider for testAccess().
BlockContentBlock::$uuidLookup property core/modules/block_content/src/Plugin/Block/BlockContentBlock.php The block content UUID lookup service.
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 custom 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.
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.
BlockContentValidationTest class core/modules/block_content/tests/src/Functional/BlockContentValidationTest.php Tests block content validation constraints.
BlockContentValidationTest.php file core/modules/block_content/tests/src/Functional/BlockContentValidationTest.php
BlockContentValidationTest::$defaultTheme property core/modules/block_content/tests/src/Functional/BlockContentValidationTest.php The theme to install as the default for testing.
BlockContentValidationTest::testValidation function core/modules/block_content/tests/src/Functional/BlockContentValidationTest.php Tests the block content validation constraints.
BlockCustom::getIds function core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustom.php Defines the source fields uniquely identifying a source row.

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