Search for interface
- Search 7.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Search 11.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
TypedDataInterface::setValue | function | core/ |
Sets the data value. |
TypedDataInterface::validate | function | core/ |
Validates the currently set data value. |
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. |
TypedDataNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
TypeLinkManagerInterface | interface | core/ |
|
TypeLinkManagerInterface.php | file | core/ |
|
TypeLinkManagerInterface::getTypeInternalIds | function | core/ |
Get a bundle's Typed Data IDs based on a URI. |
TypeLinkManagerInterface::getTypeUri | function | core/ |
Gets the URI that corresponds to a bundle. |
UnprocessableHttpEntityExceptionNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
UnroutedUrlAssemblerInterface | interface | core/ |
Provides a way to build external or non Drupal local domain URLs. |
UnroutedUrlAssemblerInterface.php | file | core/ |
|
UnroutedUrlAssemblerInterface::assemble | function | core/ |
Builds a domain-local or external URL from a URI. |
UpdateFetcherInterface | interface | core/ |
Fetches project information from remote locations. |
UpdateFetcherInterface.php | file | core/ |
|
UpdateFetcherInterface::buildFetchUrl | function | core/ |
Generates the URL to fetch information about project updates. |
UpdateFetcherInterface::fetchProjectData | function | core/ |
Retrieves the project information. |
UpdateFetcherInterface::FETCH_PENDING | constant | core/ |
We need to (re)fetch available update data for this project. |
UpdateFetcherInterface::getFetchBaseUrl | function | core/ |
Returns the base of the URL to fetch available update data for a project. |
UpdateFetcherInterface::NOT_CHECKED | constant | core/ |
Project's status cannot be checked. |
UpdateFetcherInterface::NOT_FETCHED | constant | core/ |
There was a failure fetching available update data for this project. |
UpdateFetcherInterface::UNKNOWN | constant | core/ |
No available update data was found for project. |
UpdateManagerInterface | interface | core/ |
Manages project update information. |
UpdateManagerInterface.php | file | core/ |
|
UpdateManagerInterface::CURRENT | constant | core/ |
Project is up to date. |
UpdateManagerInterface::fetchDataBatch | function | core/ |
Processes a step in batch for fetching available update data. |
UpdateManagerInterface::getProjects | function | core/ |
Fetches an array of installed and enabled projects. |
UpdateManagerInterface::NOT_CURRENT | constant | core/ |
Project has a new release available, but it is not a security release. |
UpdateManagerInterface::NOT_SECURE | constant | core/ |
Project is missing security update(s). |
UpdateManagerInterface::NOT_SUPPORTED | constant | core/ |
Current release is no longer supported by the project maintainer. |
UpdateManagerInterface::projectStorage | function | core/ |
Retrieves update storage data or empties it. |
UpdateManagerInterface::refreshUpdateData | function | core/ |
Clears out all the available update data and initiates re-fetching. |
UpdateManagerInterface::REVOKED | constant | core/ |
Current release has been unpublished and is no longer available. |
UpdateProcessorInterface | interface | core/ |
Processor of project update information. |
UpdateProcessorInterface.php | file | core/ |
|
UpdateProcessorInterface::claimQueueItem | function | core/ |
Claims an item in the update fetch queue for processing. |
UpdateProcessorInterface::createFetchTask | function | core/ |
Adds a task to the queue for fetching release history data for a project. |
UpdateProcessorInterface::deleteQueueItem | function | core/ |
Deletes a finished item from the update fetch queue. |
Pagination
- Previous page
- Page 85
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.