Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| BundleClassTest::testAmbiguousBundleClassExceptionCreate | function | core/ |
Checks exception is thrown if two bundles share the same bundle class. |
| BundleClassTest::testAmbiguousBundleClassExceptionEntityTypeRepository | function | core/ |
Checks exception is thrown if two entity types share the same bundle class. |
| BundleClassTest::testBundleClassShouldExist | function | core/ |
Checks exception thrown if a bundle class doesn't exist. |
| BundleClassTest::testBundleClassShouldExtendEntityClass | function | core/ |
Checks exception thrown if a bundle class doesn't extend the entity class. |
| BundleClassTest::testEntityClassNotTakenFromActiveDefinitions | function | core/ |
Tests that a module can override an entity-type class. |
| BundleClassTest::testEntityNoBundleSubclass | function | core/ |
Tests making use of a custom bundle class for an entity without bundles. |
| BundleClassTest::testEntitySubclass | function | core/ |
Tests making use of a custom bundle class. |
| BundleClassTest::testNoAmbiguousBundleClassExceptionSharingEntityClass | function | core/ |
Checks that no exception is thrown when two bundles share an entity class. |
| BundleConfigImportValidate | class | core/ |
Entity config importer validation event subscriber. |
| BundleConfigImportValidate.php | file | core/ |
|
| BundleConfigImportValidate::$configManager | property | core/ |
The config manager. |
| BundleConfigImportValidate::$entityTypeManager | property | core/ |
The entity type manager service. |
| BundleConfigImportValidate::onConfigImporterValidate | function | core/ |
Ensures bundles that will be deleted are not in use. |
| BundleConfigImportValidate::__construct | function | core/ |
Constructs the event subscriber. |
| BundleConstraint | class | core/ |
Checks if a value is a valid entity type. |
| BundleConstraint.php | file | core/ |
|
| BundleConstraint::$bundle | property | core/ |
The bundle option. |
| BundleConstraint::$message | property | core/ |
The default violation message. |
| BundleConstraint::getBundleOption | function | core/ |
Gets the bundle option as array. |
| BundleConstraint::getDefaultOption | function | core/ |
|
| BundleConstraint::getRequiredOptions | function | core/ |
|
| BundleConstraintValidator | class | core/ |
Validates the Bundle constraint. |
| BundleConstraintValidator.php | file | core/ |
|
| BundleConstraintValidator::validate | function | core/ |
|
| BundleConstraintValidatorTest | class | core/ |
Tests validation constraints for BundleConstraintValidator. |
| BundleConstraintValidatorTest.php | file | core/ |
|
| BundleConstraintValidatorTest::$modules | property | core/ |
Modules to install. |
| BundleConstraintValidatorTest::$typedDataManager | property | core/ |
The typed data manager to use. |
| BundleConstraintValidatorTest::assertValidation | function | core/ |
Executes the BundleConstraintValidator test for a given bundle. |
| BundleConstraintValidatorTest::setUp | function | core/ |
|
| BundleConstraintValidatorTest::testValidation | function | core/ |
Tests bundle constraint validation. |
| BundleEntityFormBase | class | core/ |
Class BundleEntityFormBase is a base form for bundle config entities. |
| BundleEntityFormBase.php | file | core/ |
|
| BundleEntityFormBase::protectBundleIdElement | function | core/ |
Protects the bundle entity's ID property's form element against changes. |
| BundleEntityStorageInterface | interface | core/ |
A storage that supports entities with bundle specific classes. |
| BundleEntityStorageInterface.php | file | core/ |
|
| BundleEntityStorageInterface::getBundleFromClass | function | core/ |
Retrieves the bundle name for a provided class name. |
| BundlePermissionHandlerTrait | trait | core/ |
Provides a method to simplify generating bundle level permissions. |
| BundlePermissionHandlerTrait.php | file | core/ |
|
| BundlePermissionHandlerTrait::generatePermissions | function | core/ |
Builds a permissions array for the supplied bundles. |
| BundlePermissionHandlerTraitTest | class | core/ |
Tests Drupal\Core\Entity\BundlePermissionHandlerTrait. |
| BundlePermissionHandlerTraitTest.php | file | core/ |
|
| BundlePermissionHandlerTraitTest::$modules | property | core/ |
Modules to install. |
| BundlePermissionHandlerTraitTest::buildPermissions | function | core/ |
|
| BundlePermissionHandlerTraitTest::testGeneratePermissions | function | core/ |
Tests generate permissions. |
| BundleTranslationSettingsInterface | interface | core/ |
Interface providing support for content translation bundle settings. |
| BundleTranslationSettingsInterface.php | file | core/ |
|
| BundleTranslationSettingsInterface::getBundleTranslationSettings | function | core/ |
Returns translation settings for the specified bundle. |
| BundleTranslationSettingsInterface::setBundleTranslationSettings | function | core/ |
Sets translation settings for the specified bundle. |
| Button | class | core/ |
Provides an action button form element. |
Pagination
- Previous page
- Page 137
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.