Search for manager
- Search 7.x for manager
- Search 9.5.x for manager
- Search 8.9.x for manager
- Search 10.3.x for manager
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
TypedDataManager::$validator | property | core/ |
The validator used for validating typed data. |
TypedDataManager::clearCachedDefinitions | function | core/ |
Clears static and persistent plugin definition caches. |
TypedDataManager::create | function | core/ |
Creates a new typed data object instance. |
TypedDataManager::createDataDefinition | function | core/ |
Creates a new data definition object. |
TypedDataManager::createInstance | function | core/ |
Creates a plugin instance based on the provided ID and configuration. |
TypedDataManager::createListDataDefinition | function | core/ |
Creates a new list data definition for items of the given data type. |
TypedDataManager::getCanonicalRepresentation | function | core/ |
Gets the canonical representation of a TypedData object. |
TypedDataManager::getDefaultConstraints | function | core/ |
Gets default constraints for the given data definition. |
TypedDataManager::getInstance | function | core/ |
Gets or creates a plugin instance that satisfies the given options. |
TypedDataManager::getPropertyInstance | function | core/ |
Get a typed data instance for a property of a given typed data object. |
TypedDataManager::getValidationConstraintManager | function | core/ |
Gets the validation constraint manager. |
TypedDataManager::getValidator | function | core/ |
Gets the validator for validating typed data. |
TypedDataManager::setValidationConstraintManager | function | core/ |
Sets the validation constraint manager. |
TypedDataManager::setValidator | function | core/ |
Sets the validator for validating typed data. |
TypedDataManager::__construct | function | core/ |
Constructs a new TypedDataManager. |
TypedDataManagerInterface | interface | core/ |
Defines an interface for typed data manager. |
TypedDataManagerInterface.php | file | core/ |
|
TypedDataManagerInterface::create | function | core/ |
Creates a new typed data object instance. |
TypedDataManagerInterface::createDataDefinition | function | core/ |
Creates a new data definition object. |
TypedDataManagerInterface::createInstance | function | core/ |
Instantiates a typed data object. |
TypedDataManagerInterface::createListDataDefinition | function | core/ |
Creates a new list data definition for items of the given data type. |
TypedDataManagerInterface::getCanonicalRepresentation | function | core/ |
Gets the canonical representation of a TypedData object. |
TypedDataManagerInterface::getDefaultConstraints | function | core/ |
Gets default constraints for the given data definition. |
TypedDataManagerInterface::getInstance | function | core/ |
|
TypedDataManagerInterface::getPropertyInstance | function | core/ |
Get a typed data instance for a property of a given typed data object. |
TypedDataManagerInterface::getValidationConstraintManager | function | core/ |
Gets the validation constraint manager. |
TypedDataManagerInterface::getValidator | function | core/ |
Gets the validator for validating typed data. |
TypedDataManagerInterface::setValidationConstraintManager | function | core/ |
Sets the validation constraint manager. |
TypedDataManagerInterface::setValidator | function | core/ |
Sets the validator for validating typed data. |
TypedDataTest::$typedDataManager | property | core/ |
The typed data manager to use. |
TypedDataTrait::$typedDataManager | property | core/ |
The typed data manager used for creating the data types. |
TypedDataTrait::getTypedDataManager | function | core/ |
Gets the typed data manager. |
TypedDataTrait::setTypedDataManager | function | core/ |
Sets the typed data manager. |
typed_data_manager | service | core/ |
Drupal\Core\TypedData\TypedDataManager |
UniquePathAliasConstraintValidator::$entityTypeManager | property | core/ |
The entity type manager. |
UnpackManager | class | composer/ |
Manages the recipe unpacking process. |
UnpackManager.php | file | composer/ |
|
UnpackManager::$rootComposer | property | composer/ |
The root composer with the root dependencies to be manipulated. |
UnpackManager::$unpackOptions | property | composer/ |
The unpack options. |
UnpackManager::isDevRequirement | function | composer/ |
Checks if a package is a dev requirement. |
UnpackManager::isRootDependency | function | composer/ |
Determines if the provided package is present in the root composer.json. |
UnpackManager::unpack | function | composer/ |
Unpacks the packages in the provided collection. |
UnpackManager::__construct | function | composer/ |
|
update.manager | service | core/ |
Drupal\update\UpdateManager |
update.manager.inc | file | core/ |
|
UpdateController::$updateManager | property | core/ |
Update manager service. |
UpdateMailTest::$languageManager | property | core/ |
Mocked language manager. |
UpdateManager | class | core/ |
Default implementation of UpdateManagerInterface. |
UpdateManager.php | file | core/ |
|
UpdateManager::$availableReleasesTempStore | property | core/ |
Update available releases key/value store. |
Pagination
- Previous page
- Page 65
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.