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
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 Creates a new class instance.
PermissionsPerBundleDeriver::getDerivativeDefinitions function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/Deriver/PermissionsPerBundleDeriver.php Gets the definition of all derivatives of a base plugin.
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 Modules to install.
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::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 Reacts to a bundle being created.
SqlContentEntityStorage::onBundleDelete function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Reacts to a bundle being deleted.
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 Alters bundle forms to enforce revision handling.
Term::bundleFieldDefinitions function core/modules/taxonomy/src/Entity/Term.php Provides field definitions for a specific bundle.
TermTranslationUITest::setupBundle function core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php Creates or initializes the bundle date if needed.
TextFormatterTest::$bundle property core/modules/text/tests/src/Kernel/TextFormatterTest.php The bundle used in this test.
TextTestHooks::entityBundleFieldInfoAlter function core/modules/text/tests/modules/text_test/src/Hook/TextTestHooks.php Implements hook_entity_bundle_field_info_alter().
TimestampFormatterTest::$bundle property core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php
TypedDataDefinitionEntityBundleTest class core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionEntityBundleTest.php Tests data type metadata for entity bundles.
TypedDataDefinitionEntityBundleTest.php file core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionEntityBundleTest.php
TypedDataDefinitionEntityBundleTest::$entityTestBundleStorage property core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionEntityBundleTest.php The storage for the 'entity_test_bundle' entity type.

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