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
hook_entity_bundle_field_info function core/lib/Drupal/Core/Entity/entity.api.php Provides field definitions for a specific bundle within an entity type.
hook_entity_bundle_field_info_alter function core/lib/Drupal/Core/Entity/entity.api.php Alter bundle field definitions.
hook_entity_bundle_info function core/lib/Drupal/Core/Entity/entity.api.php Describe the bundles for entity types.
hook_entity_bundle_info_alter function core/lib/Drupal/Core/Entity/entity.api.php Alter the bundles for entity types.
ImageFormatterTest::$bundle property core/modules/image/tests/src/Kernel/ImageFormatterTest.php
ImagePropertyConstraintValidationHooks::entityBundleFieldInfoAlter function core/modules/image/tests/modules/image_field_property_constraint_validation/src/Hook/ImagePropertyConstraintValidationHooks.php Implements hook_entity_bundle_field_info_alter().
JsonApiFilterRegressionTest::testBundleSpecificTargetEntityTypeFromIssue2953207 function core/modules/jsonapi/tests/src/Functional/JsonApiFilterRegressionTest.php Ensure filtering on relationships works with bundle-specific target types.
JsonapiHooks::entityBundleCreate function core/modules/jsonapi/src/Hook/JsonapiHooks.php Implements hook_entity_bundle_create().
JsonapiHooks::entityBundleDelete function core/modules/jsonapi/src/Hook/JsonapiHooks.php Implements hook_entity_bundle_delete().
JsonApiPatchRegressionTest::testBundlelessRelationshipMutationFromIssue2973681 function core/modules/jsonapi/tests/src/Functional/JsonApiPatchRegressionTest.php Ensure POST and PATCH works for bundle-less relationship routes.
JsonApiPatchRegressionTest::testBundleSpecificTargetEntityTypeFromIssue2953207 function core/modules/jsonapi/tests/src/Functional/JsonApiPatchRegressionTest.php Ensure filtering on relationships works with bundle-specific target types.
JsonApiRelationshipTest::$bundle property core/modules/jsonapi/tests/src/Functional/JsonApiRelationshipTest.php The entity bundle.
language.content_settings.entity_test_with_bundle.test.yml file core/modules/content_translation/tests/modules/content_translation_test/config/install/language.content_settings.entity_test_with_bundle.test.yml core/modules/content_translation/tests/modules/content_translation_test/config/install/language.content_settings.entity_test_with_bundle.test.yml
LanguageHooks::entityBundleDelete function core/modules/language/src/Hook/LanguageHooks.php Implements hook_entity_bundle_delete().
LanguageTestTrait::disableBundleTranslation function core/modules/language/tests/src/Traits/LanguageTestTrait.php Disables translations for the given entity type bundle.
LanguageTestTrait::enableBundleTranslation function core/modules/language/tests/src/Traits/LanguageTestTrait.php Enables translations for the given entity type bundle.
LayoutBuilderAccessTest::providerTestAccessWithBundles function core/modules/layout_builder/tests/src/Functional/LayoutBuilderAccessTest.php Provides test data for ::testAccessWithBundles().
LayoutBuilderAccessTest::providerTestAccessWithoutBundles function core/modules/layout_builder/tests/src/Functional/LayoutBuilderAccessTest.php Provides test data for ::testAccessWithoutBundles().
LayoutBuilderAccessTest::testAccessWithBundles function core/modules/layout_builder/tests/src/Functional/LayoutBuilderAccessTest.php Tests Layout Builder access for an entity type that has bundles.
LayoutBuilderAccessTest::testAccessWithoutBundles function core/modules/layout_builder/tests/src/Functional/LayoutBuilderAccessTest.php Tests Layout Builder access for an entity type that does not have bundles.
LayoutBuilderContentModerationIntegrationTest::testModeratedInlineBlockBundles function core/modules/content_moderation/tests/src/Functional/LayoutBuilderContentModerationIntegrationTest.php Test placing inline blocks that belong to a moderated content block bundle.
LayoutBuilderOverridesPermissions::$bundleInfo property core/modules/layout_builder/src/LayoutBuilderOverridesPermissions.php The entity type bundle info service.
LayoutBuilderTest::enableLayoutsForBundle function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php Enable layouts.
LayoutBuilderTest::testNonBundleEntityType function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Tests the Layout Builder UI for an entity type without a bundle.
LayoutBuilderViewModeTest::testFullViewModeMultipleBundles function core/modules/layout_builder/tests/src/Functional/LayoutBuilderViewModeTest.php Ensures that one bundle doesn't interfere with another bundle.
LayoutSectionTest::testLayoutDeletingBundle function core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php Tests that deleting a bundle removes the layout.
LinkFormatterTest::$bundle property core/modules/link/tests/src/Kernel/LinkFormatterTest.php The bundle used in this test.
ManageFieldsTest::testEntityReferenceToNonBundleableEntity function core/modules/field_ui/tests/src/Functional/ManageFieldsTest.php Tests creating entity reference field to non-bundleable entity type.
MediaEmbed::$entityTypeBundleInfo property core/modules/media/src/Plugin/Filter/MediaEmbed.php The entity type bundle info service.
MediaThumbnailFormatterTest::$testEntityBundleId property core/modules/media/tests/src/Kernel/MediaThumbnailFormatterTest.php Test entity bundle id.
MediaTranslationUITest::setupBundle function core/modules/media/tests/src/Functional/MediaTranslationUITest.php Creates or initializes the bundle date if needed.
MigrateBundleTest class core/modules/migrate/tests/src/Kernel/MigrateBundleTest.php Tests setting of bundles on content entity migrations.
MigrateBundleTest.php file core/modules/migrate/tests/src/Kernel/MigrateBundleTest.php
MigrateBundleTest::$modules property core/modules/migrate/tests/src/Kernel/MigrateBundleTest.php Modules to install.
MigrateBundleTest::setUp function core/modules/migrate/tests/src/Kernel/MigrateBundleTest.php
MigrateBundleTest::testDestinationBundle function core/modules/migrate/tests/src/Kernel/MigrateBundleTest.php Tests setting the bundle in the destination.
MigrateBundleTest::testMixedBundles function core/modules/migrate/tests/src/Kernel/MigrateBundleTest.php Tests setting bundles both in process and destination.
MigrateBundleTest::testProcessBundle function core/modules/migrate/tests/src/Kernel/MigrateBundleTest.php Tests setting the bundle in the process pipeline.
MigrateEntityContentBaseTest::testBundleFallbackForStub function core/modules/migrate/tests/src/Kernel/MigrateEntityContentBaseTest.php Tests bundle is properly provided for stubs without bundle support.
MigrateNodeBundleSettingsTest class core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeBundleSettingsTest.php Test migrating node settings into the base_field_bundle_override config entity.
MigrateNodeBundleSettingsTest.php file core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeBundleSettingsTest.php
MigrateNodeBundleSettingsTest::$modules property core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeBundleSettingsTest.php Modules to install.
MigrateNodeBundleSettingsTest::setUp function core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeBundleSettingsTest.php
MigrateNodeBundleSettingsTest::testNodeBundleSettings function core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeBundleSettingsTest.php Tests Drupal 6 node type settings to Drupal 8 migration.
MigrateStubTest::testStubWithBundleFields function core/modules/migrate/tests/src/Kernel/MigrateStubTest.php Tests stub creation with bundle fields.
MigrateVocabularyFieldInstanceTest::assertTargetBundles function core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldInstanceTest.php Asserts the settings of an entity reference field config entity.
MissingBundleClassException class core/lib/Drupal/Core/Entity/Exception/MissingBundleClassException.php Exception thrown if a bundle class does not exist.
MissingBundleClassException.php file core/lib/Drupal/Core/Entity/Exception/MissingBundleClassException.php
MissingBundleClassException::__construct function core/lib/Drupal/Core/Entity/Exception/MissingBundleClassException.php Constructs a MissingBundleClassException.
ModerationFormTest::testNonBundleModerationForm function core/modules/content_moderation/tests/src/Functional/ModerationFormTest.php Tests moderation non-bundle entity type.

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