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. Search 11.x for bundle
  6. 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
FieldDefinitionListenerTest::testOnFieldDefinitionDeleteMultipleBundles function core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php Tests on field definition delete multiple bundles.
FieldDefinitionListenerTest::testOnFieldDefinitionDeleteSingleBundles function core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php Tests on field definition delete single bundles.
FieldDefinitionTest::testBundle function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php Tests bundle.
FieldDiscovery::$bundleKeys property core/modules/migrate_drupal/src/FieldDiscovery.php An array of bundle keys, keyed by drupal core version.
FieldDiscovery::addBundleFieldProcesses function core/modules/migrate_drupal/src/FieldDiscovery.php Adds the field processes for a bundle to a migration.
FieldDiscovery::getBundleFields function core/modules/migrate_drupal/src/FieldDiscovery.php Gets all field information for a particular entity type and bundle.
FieldDiscoveryInterface::addBundleFieldProcesses function core/modules/migrate_drupal/src/FieldDiscoveryInterface.php Adds the field processes for a bundle to a migration.
FieldDiscoveryTest::getBundleFieldsData function core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php Provides data for testGetBundleFields.
FieldDiscoveryTest::testGetBundleFields function core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php Tests the protected getEntityFields method.
FieldDiscoveryTestClass::getBundleFields function core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php Gets all field information for a particular entity type and bundle.
FieldDisplayTest::$bundle property core/modules/field/tests/src/Kernel/FieldDisplayTest.php Test entity bundle name.
FieldFieldTest::testMissingBundleFieldRender function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests that a field not available for every bundle is rendered as empty.
FieldHooks::entityBundleDelete function core/modules/field/src/Hook/FieldHooks.php Implements hook_entity_bundle_delete().
FieldHooks::entityBundleFieldInfo function core/modules/field/src/Hook/FieldHooks.php Implements hook_entity_bundle_field_info().
FieldOrLanguageJoinTest::testLanguageBundleConditions function core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php Tests the adding of conditions by the join plugin.
FieldResolver::$entityTypeBundleInfo property core/modules/jsonapi/src/Context/FieldResolver.php The entity type bundle information service.
FieldResolverTest::makeBundle function core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php Create a simple bundle.
FieldStorageAddController::$bundle property core/modules/field_ui/src/Controller/FieldStorageAddController.php The entity bundle.
FieldStorageAddForm::$bundle property core/modules/field_ui/src/Form/FieldStorageAddForm.php The entity bundle.
FieldStorageConfig::getBundles function core/modules/field/src/Entity/FieldStorageConfig.php Returns the list of bundles where the field storage has fields.
FieldStorageConfigInterface::getBundles function core/modules/field/src/FieldStorageConfigInterface.php Returns the list of bundles where the field storage has fields.
FieldStorageConfigListBuilder::$bundles property core/modules/field_ui/src/FieldStorageConfigListBuilder.php An array of entity bundle information.
FieldStorageReuseForm::$bundle property core/modules/field_ui/src/Form/FieldStorageReuseForm.php The entity bundle.
FieldTest::$entityTypeBundleInfo property core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php The entity type bundle info service.
FieldTestHooks::entityBundleFieldInfoAlter function core/modules/field/tests/modules/field_test/src/Hook/FieldTestHooks.php Implements hook_entity_bundle_field_info_alter().
FieldUI::getRouteBundleParameter function core/modules/field_ui/src/FieldUI.php Gets the route parameter that should be used for Field UI routes.
FieldUiHooks::entityBundleCreate function core/modules/field_ui/src/Hook/FieldUiHooks.php Implements hook_entity_bundle_create().
FieldValidationTest::$bundle property core/modules/field/tests/src/Kernel/FieldValidationTest.php
FilterEntityBundleTest class core/modules/views/tests/src/Kernel/Entity/FilterEntityBundleTest.php Tests the generic entity bundle filter.
FilterEntityBundleTest.php file core/modules/views/tests/src/Kernel/Entity/FilterEntityBundleTest.php
FilterEntityBundleTest::$modules property core/modules/views/tests/src/Kernel/Entity/FilterEntityBundleTest.php
FilterEntityBundleTest::$testViews property core/modules/views/tests/src/Kernel/Entity/FilterEntityBundleTest.php
FilterEntityBundleTest::testFilterEntity function core/modules/views/tests/src/Kernel/Entity/FilterEntityBundleTest.php Tests the generic bundle filter.
FilterEntityReferenceTrait::$hostBundle property core/modules/views_ui/tests/src/Traits/FilterEntityReferenceTrait.php The host content type to add the entity reference field to.
FilterEntityReferenceTrait::$targetBundle property core/modules/views_ui/tests/src/Traits/FilterEntityReferenceTrait.php The content type to be referenced by the host content type.
hook_entity_bundle_create function core/lib/Drupal/Core/Entity/entity.api.php Act on entity_bundle_create().
hook_entity_bundle_delete function core/lib/Drupal/Core/Entity/entity.api.php Act on entity_bundle_delete().
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

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