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
EntityTestBundleXmlCookieTest class core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleXmlCookieTest.php Tests EntityTest Bundle Xml Cookie Auth.
EntityTestBundleXmlCookieTest.php file core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleXmlCookieTest.php
EntityTestBundleXmlCookieTest::$auth property core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleXmlCookieTest.php The authentication mechanism to use in this test.
EntityTestBundleXmlCookieTest::$defaultTheme property core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleXmlCookieTest.php The theme to install as the default for testing.
EntityTestBundleXmlCookieTest::$format property core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleXmlCookieTest.php The format to use in this test.
EntityTestBundleXmlCookieTest::$mimeType property core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleXmlCookieTest.php The MIME type that corresponds to $format.
EntityTestComputedBundleField class core/modules/system/tests/modules/entity_test/src/Entity/EntityTestComputedBundleField.php An entity used for testing computed bundle field values.
EntityTestComputedBundleField.php file core/modules/system/tests/modules/entity_test/src/Entity/EntityTestComputedBundleField.php
EntityTestComputedBundleField::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestComputedBundleField.php Provides base field definitions for an entity type.
EntityTestComputedBundleField::bundleFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestComputedBundleField.php Provides field definitions for a specific bundle.
EntityTestExtraHooks::entityBundleFieldInfo function core/modules/system/tests/modules/entity_test_extra/src/Hook/EntityTestExtraHooks.php Implements hook_entity_bundle_field_info().
EntityTestFieldOverride::bundleFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestFieldOverride.php Provides field definitions for a specific bundle.
EntityTestHelper::createBundle function core/modules/system/tests/modules/entity_test/src/EntityTestHelper.php Creates a new bundle for entity_test entities.
EntityTestHelper::deleteBundle function core/modules/system/tests/modules/entity_test/src/EntityTestHelper.php Deletes a bundle for entity_test entities.
EntityTestHooks::entityBundleInfo function core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php Implements hook_entity_bundle_info().
EntityTestHooks::entityBundleInfoAlter function core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php Implements hook_entity_bundle_info_alter().
EntityTestMulBundle class core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulBundle.php Defines the Test entity mul bundle configuration entity.
EntityTestMulBundle.php file core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulBundle.php
EntityTestMulBundle::$description property core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulBundle.php The description.
EntityTestMulBundle::$id property core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulBundle.php The machine name.
EntityTestMulBundle::$label property core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulBundle.php The human-readable name.
EntityTestMulBundle::getDescription function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulBundle.php Gets the entity description.
EntityTestMulBundle::setDescription function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulBundle.php Sets the entity description.
EntityTestMulWithBundle class core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulWithBundle.php Defines the multilingual test entity class with bundles.
EntityTestMulWithBundle.php file core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulWithBundle.php
EntityTestNoBundle class core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoBundle.php Test entity class with no bundle.
EntityTestNoBundle.php file core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoBundle.php
EntityTestNoBundleWithLabel class core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoBundleWithLabel.php Test entity class with no bundle but with label.
EntityTestNoBundleWithLabel.php file core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoBundleWithLabel.php
EntityTestNoIdBundle class core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoIdBundle.php Defines the entity_test_no_id bundle configuration entity.
EntityTestNoIdBundle.php file core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoIdBundle.php
EntityTestNoIdBundle::$id property core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoIdBundle.php The machine name.
EntityTestNoIdBundle::$label property core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoIdBundle.php The human-readable name.
EntityTestPermissions::entityTestBundlePermissions function core/modules/system/tests/modules/entity_test/src/EntityTestPermissions.php Returns an array of entity_test_bundle permissions.
EntityTestSubdirBundleClass class core/modules/system/tests/modules/entity_test_attribute_bundle_class/src/Entity/Subdir/EntityTestSubdirBundleClass.php A bundle class that is in a subdirectory.
EntityTestSubdirBundleClass.php file core/modules/system/tests/modules/entity_test_attribute_bundle_class/src/Entity/Subdir/EntityTestSubdirBundleClass.php
EntityTestUpdate::bundleFieldDefinitions function core/modules/system/tests/modules/entity_test_update/src/Entity/EntityTestUpdate.php Provides field definitions for a specific bundle.
EntityTestWithBundle class core/modules/system/tests/modules/entity_test/src/Entity/EntityTestWithBundle.php Defines the Test entity with bundle entity class.
EntityTestWithBundle.php file core/modules/system/tests/modules/entity_test/src/Entity/EntityTestWithBundle.php
EntityTestWithBundle::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestWithBundle.php Provides base field definitions for an entity type.
EntityTestWithBundleTypeNewBundle class core/modules/system/tests/modules/entity_test_attribute_bundle_class/src/Entity/EntityTestWithBundleTypeNewBundle.php Sets bundle class for 'new_bundle' bundle for 'entity_test_with_bundle' type.
EntityTestWithBundleTypeNewBundle.php file core/modules/system/tests/modules/entity_test_attribute_bundle_class/src/Entity/EntityTestWithBundleTypeNewBundle.php
EntityType::$bundle_entity_type property core/lib/Drupal/Core/Entity/EntityType.php The name of the entity type which provides bundles.
EntityType::$bundle_label property core/lib/Drupal/Core/Entity/EntityType.php The human-readable name of the entity bundles, e.g. Vocabulary.
EntityType::$bundle_of property core/lib/Drupal/Core/Entity/EntityType.php The name of the entity type for which bundles are provided.
EntityType::getBundleConfigDependency function core/lib/Drupal/Core/Entity/EntityType.php Gets the config dependency info for this entity, if any exists.
EntityType::getBundleEntityType function core/lib/Drupal/Core/Entity/EntityType.php Gets the name of the entity type which provides bundles.
EntityType::getBundleLabel function core/lib/Drupal/Core/Entity/EntityType.php Gets the label for the bundle.
EntityType::getBundleListCacheTags function core/lib/Drupal/Core/Entity/EntityType.php The list cache tags associated with a specific bundle.
EntityType::getBundleOf function core/lib/Drupal/Core/Entity/EntityType.php Gets the entity type ID for which this entity provides bundles.

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