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
AddModerationConfigActionTest::testAddEntityTypeAndBundle function core/modules/content_moderation/tests/src/Kernel/ConfigAction/AddModerationConfigActionTest.php Tests adding entity types and bundles to a workflow.
AddToAllBundles class core/modules/field/src/Plugin/ConfigAction/AddToAllBundles.php Adds a field to all bundles of its target entity type.
AddToAllBundles.php file core/modules/field/src/Plugin/ConfigAction/AddToAllBundles.php
AddToAllBundles::apply function core/modules/field/src/Plugin/ConfigAction/AddToAllBundles.php Applies the config action.
AddToAllBundles::create function core/modules/field/src/Plugin/ConfigAction/AddToAllBundles.php Creates an instance of the plugin.
AddToAllBundles::__construct function core/modules/field/src/Plugin/ConfigAction/AddToAllBundles.php
AddToAllBundlesConfigActionTest class core/modules/field/tests/src/Kernel/AddToAllBundlesConfigActionTest.php Tests Add To All Bundles Config Action.
AddToAllBundlesConfigActionTest.php file core/modules/field/tests/src/Kernel/AddToAllBundlesConfigActionTest.php
AddToAllBundlesConfigActionTest::$modules property core/modules/field/tests/src/Kernel/AddToAllBundlesConfigActionTest.php Modules to install.
AddToAllBundlesConfigActionTest::applyAction function core/modules/field/tests/src/Kernel/AddToAllBundlesConfigActionTest.php Applies a recipe with the addToAllBundles action.
AddToAllBundlesConfigActionTest::setUp function core/modules/field/tests/src/Kernel/AddToAllBundlesConfigActionTest.php
AddToAllBundlesConfigActionTest::testFailIfExists function core/modules/field/tests/src/Kernel/AddToAllBundlesConfigActionTest.php Tests that the action can be set to fail if the field already exists.
AddToAllBundlesConfigActionTest::testIgnoreExistingFields function core/modules/field/tests/src/Kernel/AddToAllBundlesConfigActionTest.php Tests that the action will ignore existing fields by default.
AddToAllBundlesConfigActionTest::testInstantiateNewFieldOnAllBundles function core/modules/field/tests/src/Kernel/AddToAllBundlesConfigActionTest.php Tests instantiating a field on all bundles of an entity type.
AddToAllBundlesConfigActionTest::testMissingLabel function core/modules/field/tests/src/Kernel/AddToAllBundlesConfigActionTest.php Tests that the action fails when the label property is not set.
AmbiguousBundleClassException class core/lib/Drupal/Core/Entity/Exception/AmbiguousBundleClassException.php Exception thrown if a bundle class is defined for multiple bundles.
AmbiguousBundleClassException.php file core/lib/Drupal/Core/Entity/Exception/AmbiguousBundleClassException.php
AmbiguousBundleClassException::__construct function core/lib/Drupal/Core/Entity/Exception/AmbiguousBundleClassException.php Constructs an AmbiguousBundleClassException.
BaseFieldDefinition::getTargetBundle function core/lib/Drupal/Core/Field/BaseFieldDefinition.php
BaseFieldDefinition::setTargetBundle function core/lib/Drupal/Core/Field/BaseFieldDefinition.php Sets the bundle this field is defined for.
BaseFieldOverrideValidationTest::testTargetBundleMustExist function core/tests/Drupal/KernelTests/Core/Entity/BaseFieldOverrideValidationTest.php Tests that the target bundle of the field is checked.
block--bundle--banner-block.html.twig file core/profiles/demo_umami/themes/umami/templates/components/banner-block/block--bundle--banner-block.html.twig Theme override to display a block.
block--bundle--disclaimer-block.html.twig file core/profiles/demo_umami/themes/umami/templates/components/disclaimer/block--bundle--disclaimer-block.html.twig Theme override for a disclaimer block.
block--bundle--footer-promo-block.html.twig file core/profiles/demo_umami/themes/umami/templates/components/footer-promo-block/block--bundle--footer-promo-block.html.twig Theme override to display a block.
BlockContentModerationHandler::enforceRevisionsBundleFormAlter function core/modules/content_moderation/src/Entity/Handler/BlockContentModerationHandler.php
BlockContentTranslationUITest::setupBundle function core/modules/block_content/tests/src/Functional/BlockContentTranslationUITest.php
BooleanFormatterSettingsTest::$bundle property core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php The name of the entity bundle that is created in the test.
BooleanFormatterSettingsTest::$bundle property core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php The name of the entity bundle that is created in the test.
BooleanFormatterTest::$bundle property core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php
BulkDeleteTest::$bundles property core/modules/field/tests/src/Kernel/BulkDeleteTest.php The bundles for the entities used in this test.
BulkDeleteTest::$entitiesByBundles property core/modules/field/tests/src/Kernel/BulkDeleteTest.php The entities to use in this test, keyed by bundle.
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.
Bundle.php file core/lib/Drupal/Core/Entity/Attribute/Bundle.php
Bundle.php file core/modules/views/src/Plugin/views/filter/Bundle.php
Bundle::$bundleInfoService property core/modules/views/src/Plugin/views/filter/Bundle.php The bundle info service.
Bundle::$entityType property core/modules/views/src/Plugin/views/filter/Bundle.php The entity type definition.
Bundle::$entityTypeId property core/modules/views/src/Plugin/views/filter/Bundle.php The entity type for the filter.
Bundle::$entityTypeManager property core/modules/views/src/Plugin/views/filter/Bundle.php The entity type manager.
Bundle::$real_field property core/modules/views/src/Plugin/views/filter/Bundle.php The bundle key.
Bundle::calculateDependencies function core/modules/views/src/Plugin/views/filter/Bundle.php
Bundle::getValueOptions function core/modules/views/src/Plugin/views/filter/Bundle.php
Bundle::init function core/modules/views/src/Plugin/views/filter/Bundle.php
Bundle::query function core/modules/views/src/Plugin/views/filter/Bundle.php
Bundle::__construct function core/modules/views/src/Plugin/views/filter/Bundle.php Constructs a Bundle object.
Bundle::__construct function core/lib/Drupal/Core/Entity/Attribute/Bundle.php Constructs a Bundle attribute object.
BundleClassInheritanceException class core/lib/Drupal/Core/Entity/Exception/BundleClassInheritanceException.php Exception thrown if a bundle class does not extend the main entity class.
BundleClassInheritanceException.php file core/lib/Drupal/Core/Entity/Exception/BundleClassInheritanceException.php
BundleClassInheritanceException::__construct function core/lib/Drupal/Core/Entity/Exception/BundleClassInheritanceException.php Constructs a BundleClassInheritanceException.
BundleClassTest class core/tests/Drupal/KernelTests/Core/Entity/BundleClassTest.php Tests entity bundle classes.

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