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
NonInheritingBundleClass class core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/NonInheritingBundleClass.php An invalid bundle class which does not inherit the main entity class.
NonInheritingBundleClass.php file core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/NonInheritingBundleClass.php
PermissionsPerBundle class core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/PermissionsPerBundle.php @internal
This API is experimental.
PermissionsPerBundle.php file core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/PermissionsPerBundle.php
PermissionsPerBundle::apply function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/PermissionsPerBundle.php
PermissionsPerBundle::create function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/PermissionsPerBundle.php
PermissionsPerBundle::parseValue function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/PermissionsPerBundle.php Parses the value supplied to ::apply().
PermissionsPerBundle::__construct function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/PermissionsPerBundle.php
PermissionsPerBundleDeriver class core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/Deriver/PermissionsPerBundleDeriver.php @internal
This API is experimental.
PermissionsPerBundleDeriver.php file core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/Deriver/PermissionsPerBundleDeriver.php
PermissionsPerBundleDeriver::create function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/Deriver/PermissionsPerBundleDeriver.php
PermissionsPerBundleDeriver::getDerivativeDefinitions function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/Deriver/PermissionsPerBundleDeriver.php
PermissionsPerBundleDeriver::__construct function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/Deriver/PermissionsPerBundleDeriver.php
PermissionsPerBundleTest class core/tests/Drupal/KernelTests/Core/Recipe/PermissionsPerBundleTest.php Tests Permissions Per Bundle.
PermissionsPerBundleTest.php file core/tests/Drupal/KernelTests/Core/Recipe/PermissionsPerBundleTest.php
PermissionsPerBundleTest::$modules property core/tests/Drupal/KernelTests/Core/Recipe/PermissionsPerBundleTest.php
PermissionsPerBundleTest::applyRecipeFromString function core/tests/Drupal/KernelTests/Core/Recipe/PermissionsPerBundleTest.php Given a string of `recipe.yml` contents, applies it to the site.
PermissionsPerBundleTest::setUp function core/tests/Drupal/KernelTests/Core/Recipe/PermissionsPerBundleTest.php
PermissionsPerBundleTest::testActionIsOnlyAvailableToUserRoles function core/tests/Drupal/KernelTests/Core/Recipe/PermissionsPerBundleTest.php Tests that the permissions-per-bundle action can only be applied to roles.
PermissionsPerBundleTest::testGrantPermissionsOnOneBundleThenAll function core/tests/Drupal/KernelTests/Core/Recipe/PermissionsPerBundleTest.php Tests granting permissions for one bundle, then all of them.
PermissionsPerBundleTest::testGrantPermissionsPerBundle function core/tests/Drupal/KernelTests/Core/Recipe/PermissionsPerBundleTest.php Tests granting multiple bundle-specific permissions.
PermissionsPerBundleTest::testGrantPermissionsToAllBundlesExceptSome function core/tests/Drupal/KernelTests/Core/Recipe/PermissionsPerBundleTest.php Tests granting permissions for all bundles except certain ones.
PermissionsPerBundleTest::testInvalidValue function core/tests/Drupal/KernelTests/Core/Recipe/PermissionsPerBundleTest.php Tests that there is an exception if the permission templates are invalid.
QueryGroupByTest::testGroupByWithFieldsNotExistingOnBundle function core/modules/views/tests/src/Kernel/QueryGroupByTest.php Tests group by with a non-existent field on some bundle.
RawStringFormatterTest::$bundle property core/modules/field/tests/src/Kernel/KernelString/RawStringFormatterTest.php
ResourceType::$bundle property core/modules/jsonapi/src/ResourceType/ResourceType.php The bundle ID.
ResourceType::getBundle function core/modules/jsonapi/src/ResourceType/ResourceType.php Gets the bundle.
ResourceTypeBuildEvent::createFromEntityTypeAndBundle function core/modules/jsonapi/src/ResourceType/ResourceTypeBuildEvent.php Creates a new ResourceTypeBuildEvent.
ResourceTypeRepository::$entityTypeBundleInfo property core/modules/jsonapi/src/ResourceType/ResourceTypeRepository.php The bundle manager.
ResourceTypeRepository::getAllBundlesForEntityType function core/modules/jsonapi/src/ResourceType/ResourceTypeRepository.php Gets all bundle IDs for a given entity type.
RevisionableEntityBundleInterface interface core/lib/Drupal/Core/Entity/RevisionableEntityBundleInterface.php Provides an interface defining a revisionable entity bundle.
RevisionableEntityBundleInterface.php file core/lib/Drupal/Core/Entity/RevisionableEntityBundleInterface.php
RevisionableEntityBundleInterface::shouldCreateNewRevision function core/lib/Drupal/Core/Entity/RevisionableEntityBundleInterface.php Gets whether a new revision should be created by default.
RevisionDeleteForm::getBundleLabel function core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php Returns the bundle label of an entity.
RevisionRevertForm::getBundleLabel function core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php Returns the bundle label of an entity.
route_enhancer.entity_bundle service core/core.services.yml Drupal\Core\Entity\Enhancer\EntityBundleRouteEnhancer
SharedEntityTestBundleClassA class core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/SharedEntityTestBundleClassA.php A bundle class that shares the same entity type as entity_test.
SharedEntityTestBundleClassA.php file core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/SharedEntityTestBundleClassA.php
SharedEntityTestBundleClassB class core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/SharedEntityTestBundleClassB.php A bundle class that shares the same entity type as entity_test.
SharedEntityTestBundleClassB.php file core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/SharedEntityTestBundleClassB.php
SqlContentEntityStorage::onBundleCreate function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php
SqlContentEntityStorage::onBundleDelete function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php
SqlContentEntityStorageTest::$entityTypeBundleInfo property core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php The entity type bundle info used in this test.
StringFormatterTest::$bundle property core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php
TargetBundle class core/modules/taxonomy/src/Plugin/migrate/process/TargetBundle.php Converts a Drupal 6 vocabulary ID to a target bundle array.
TargetBundle.php file core/modules/taxonomy/src/Plugin/migrate/process/TargetBundle.php
TargetBundle::transform function core/modules/taxonomy/src/Plugin/migrate/process/TargetBundle.php Performs the associated process.
TargetBundle::__construct function core/modules/taxonomy/src/Plugin/migrate/process/TargetBundle.php Constructs a \Drupal\Component\Plugin\PluginBase object.
TaxonomyTermModerationHandler::enforceRevisionsBundleFormAlter function core/modules/content_moderation/src/Entity/Handler/TaxonomyTermModerationHandler.php
Term::bundleFieldDefinitions function core/modules/taxonomy/src/Entity/Term.php

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