Search for bundle

  1. Search 7.x for bundle
  2. Search 9.5.x for bundle
  3. Search 8.9.x for bundle
  4. Search 10.3.x for bundle
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Bundle class core/modules/views/src/Plugin/views/filter/Bundle.php Filter class which allows filtering by entity bundles.
Bundle class core/lib/Drupal/Core/Entity/Attribute/Bundle.php Defines an attribute for registering a bundle class.

All search results

Title Object type File name Summary
EntityBundleRouteEnhancer::__construct function core/lib/Drupal/Core/Entity/Enhancer/EntityBundleRouteEnhancer.php Constructs a EntityBundleRouteEnhancer object.
EntityContentBase::$entityTypeBundleInfo property core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php Entity type bundle info.
EntityContextDefinitionIsSatisfiedTest::$entityTypeBundleInfo property core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionIsSatisfiedTest.php The entity type bundle info.
EntityContextDefinitionIsSatisfiedTest::providerTestIsSatisfiedByGenerateBundledEntity function core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionIsSatisfiedTest.php Provides test data for ::testIsSatisfiedByGenerateBundledEntity().
EntityContextDefinitionIsSatisfiedTest::providerTestIsSatisfiedByPassBundledEntity function core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionIsSatisfiedTest.php Provides test data for ::testIsSatisfiedByPassBundledEntity().
EntityContextDefinitionIsSatisfiedTest::testIsSatisfiedByGenerateBundledEntity function core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionIsSatisfiedTest.php Tests is satisfied by generate bundled entity.
EntityContextDefinitionIsSatisfiedTest::testIsSatisfiedByPassBundledEntity function core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionIsSatisfiedTest.php Tests is satisfied by pass bundled entity.
EntityController::addBundleTitle function core/lib/Drupal/Core/Entity/Controller/EntityController.php Provides a generic add title callback for entities with bundles.
EntityController::loadBundleDescriptions function core/lib/Drupal/Core/Entity/Controller/EntityController.php Expands the bundle information with descriptions, if known.
EntityConverterLatestRevisionTest::testRouteParamWithBundleDefinition function core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php Tests an entity route parameter having 'bundle' definition property.
EntityConverterTest::testRouteParamWithBundleDefinition function core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterTest.php Tests an entity route parameter having 'bundle' definition property.
EntityCreateAnyAccessCheck::$entityTypeBundleInfo property core/lib/Drupal/Core/Entity/EntityCreateAnyAccessCheck.php The entity type bundle info.
EntityDataDefinition::getBundles function core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinition.php Gets the array of possible entity bundles.
EntityDataDefinition::setBundles function core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinition.php Sets the array of possible entity bundles.
EntityDataDefinitionInterface::getBundles function core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinitionInterface.php Gets the array of possible entity bundles.
EntityDataDefinitionInterface::setBundles function core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinitionInterface.php Sets the array of possible entity bundles.
EntityDecoupledTranslationRevisionsTest::$bundleInfo property core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php The entity type bundle info service.
EntityDefinitionTestTrait::addBundleField function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Adds a new bundle field to the 'entity_test_update' entity type.
EntityDefinitionTestTrait::modifyBundleField function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Modifies the new bundle field from 'string' to 'text'.
EntityDefinitionTestTrait::removeBundleField function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Removes the new bundle field from the 'entity_test_update' entity type.
EntityDefinitionUpdateBundleTest class core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateBundleTest.php Tests EntityDefinitionUpdateManager functionality.
EntityDefinitionUpdateBundleTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateBundleTest.php
EntityDefinitionUpdateBundleTest::$database property core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateBundleTest.php The database connection.
EntityDefinitionUpdateBundleTest::$entityDefinitionUpdateManager property core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateBundleTest.php The entity definition update manager.
EntityDefinitionUpdateBundleTest::$entityFieldManager property core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateBundleTest.php The entity field manager.
EntityDefinitionUpdateBundleTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateBundleTest.php Modules to install.
EntityDefinitionUpdateBundleTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateBundleTest.php
EntityDefinitionUpdateBundleTest::testBundleFieldCreateDeleteWithExistingEntities function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateBundleTest.php Tests creating and deleting a bundle field if entities exist.
EntityDefinitionUpdateBundleTest::testBundleFieldCreateUpdateDeleteWithoutData function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateBundleTest.php Tests creating, updating, and deleting a bundle field if no entities exist.
EntityDefinitionUpdateBundleTest::testBundleFieldDeleteWithExistingData function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateBundleTest.php Tests deleting a bundle field when it has existing data.
EntityDefinitionUpdateBundleTest::testBundleFieldUpdateWithEntityTypeSchemaUpdate function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateBundleTest.php Tests updating a bundle field when the entity type schema has changed.
EntityDefinitionUpdateBundleTest::testBundleFieldUpdateWithExistingData function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateBundleTest.php Tests updating a bundle field when it has existing data.
EntityDeriver::$bundleInfoService property core/lib/Drupal/Core/Entity/Plugin/DataType/Deriver/EntityDeriver.php The bundle info service.
EntityDisplayBase::$bundle property core/lib/Drupal/Core/Entity/EntityDisplayBase.php Bundle to be displayed.
EntityDisplayBase::getTargetBundle function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Gets the bundle to be displayed.
EntityDisplayBase::setTargetBundle function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Sets the bundle to be displayed.
EntityDisplayBaseTest::testGetTargetBundle function core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php Tests get target bundle.
EntityDisplayBaseTest::testSetTargetBundle function core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php Tests set target bundle.
EntityDisplayInterface::getTargetBundle function core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php Gets the bundle to be displayed.
EntityDisplayInterface::setTargetBundle function core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php Sets the bundle to be displayed.
EntityDisplayRebuilder::$entityTypeBundleInfo property core/modules/field/src/EntityDisplayRebuilder.php The entity type bundle info.
EntityDisplayRepository::getDisplayModeOptionsByBundle function core/lib/Drupal/Core/Entity/EntityDisplayRepository.php Returns an array of enabled display mode options by bundle.
EntityDisplayRepository::getFormModeOptionsByBundle function core/lib/Drupal/Core/Entity/EntityDisplayRepository.php Returns an array of enabled form mode options by bundle.
EntityDisplayRepository::getViewModeOptionsByBundle function core/lib/Drupal/Core/Entity/EntityDisplayRepository.php Returns an array of enabled view mode options by bundle.
EntityDisplayRepositoryInterface::getFormModeOptionsByBundle function core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php Returns an array of enabled form mode options by bundle.
EntityDisplayRepositoryInterface::getViewModeOptionsByBundle function core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php Returns an array of enabled view mode options by bundle.
EntityDisplayTest::testDeleteBundle function core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php Tests deleting a bundle.
EntityDisplayTest::testViewModeAddFormWithoutBundles function core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php Tests building the view mode add form when an entity type has no bundles.
EntityField::$entityTypeBundleInfo property core/modules/views/src/Plugin/views/field/EntityField.php The entity type bundle info service.
EntityFieldManager::$entityTypeBundleInfo property core/lib/Drupal/Core/Entity/EntityFieldManager.php The entity type bundle info.

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