Search for all
Title | Object type | File name | Summary |
---|---|---|---|
BulkOperationsTest.php | file | core/ |
|
BulkOperationsTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
BulkOperationsTest::$modules | property | core/ |
Modules to install. |
BulkOperationsTest::setUp | function | core/ |
|
BulkOperationsTest::testBulkOperations | function | core/ |
|
Bundle | class | core/ |
Filter class which allows filtering by entity bundles. |
Bundle.php | file | core/ |
|
Bundle::$bundleInfoService | property | core/ |
The bundle info service. |
Bundle::$entityType | property | core/ |
The entity type definition. |
Bundle::$entityTypeId | property | core/ |
The entity type for the filter. |
Bundle::$entityTypeManager | property | core/ |
The entity type manager. |
Bundle::$real_field | property | core/ |
The bundle key. |
Bundle::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
Bundle::create | function | core/ |
Creates an instance of the plugin. |
Bundle::getValueOptions | function | core/ |
Gets the value options. |
Bundle::init | function | core/ |
Overrides \Drupal\views\Plugin\views\HandlerBase::init(). |
Bundle::query | function | core/ |
Add this filter to the query. |
Bundle::__construct | function | core/ |
Constructs a Bundle object. |
BundleClassInheritanceException | class | core/ |
Exception thrown if a bundle class does not extend the main entity class. |
BundleClassInheritanceException.php | file | core/ |
|
BundleClassInheritanceException::__construct | function | core/ |
Constructs a BundleClassInheritanceException. |
BundleClassTest | class | core/ |
Tests entity bundle classes. |
BundleClassTest.php | file | core/ |
|
BundleClassTest::$modules | property | core/ |
Modules to install. |
BundleClassTest::$storage | property | core/ |
The entity storage. |
BundleClassTest::setUp | function | core/ |
|
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/ |
phpcs:ignore Drupal.Commenting.FunctionComment.VoidReturn |
Pagination
- Previous page
- Page 140
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.