Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 11.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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 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. |
| UpdateProcessorInterface::fetchData | function | core/ |
Attempts to drain the queue of tasks for release history data to fetch. |
| UpdateProcessorInterface::numberOfQueueItems | function | core/ |
Retrieves the number of items in the update fetch queue. |
| UpdateProcessorInterface::processFetchTask | function | core/ |
Processes a task to fetch available update data for a single project. |
| UpdaterInterface | interface | core/ |
Defines an interface for a class which can update a Drupal project. |
| UpdaterInterface.php | file | core/ |
|
| UpdaterInterface::canUpdateDirectory | function | core/ |
Determines if the Updater can handle the project provided in $directory. |
| UpdaterInterface::getInstallDirectory | function | core/ |
Returns the path to the default install location for the current project. |
| UpdaterInterface::getProjectName | function | core/ |
Returns the system name of the project. |
| UpdaterInterface::getRootDirectoryRelativePath | function | core/ |
Returns the name of the root directory under which projects will be copied. |
| UpdaterInterface::isInstalled | function | core/ |
Checks if the project is installed. |
| UpdaterInterface::postInstall | function | core/ |
Actions to run after an install has occurred. |
| UpdaterInterface::postUpdate | function | core/ |
Actions to run after an update has occurred. |
| UploadedFileInterface | interface | core/ |
Provides an interface for uploaded files. |
| UploadedFileInterface.php | file | core/ |
|
| UploadedFileInterface::getClientOriginalName | function | core/ |
Returns the original file name. |
| UploadedFileInterface::getError | function | core/ |
Returns the upload error code. |
| UploadedFileInterface::getErrorMessage | function | core/ |
Returns an informative upload error message. |
| UploadedFileInterface::getFilename | function | core/ |
Gets the filename. |
| UploadedFileInterface::getPathname | function | core/ |
Gets the path to the file. |
| UploadedFileInterface::getRealPath | function | core/ |
Gets the absolute path to the file. |
| UploadedFileInterface::getSize | function | core/ |
Gets file size. |
| UploadedFileInterface::isValid | function | core/ |
Returns whether the file was uploaded successfully. |
| UploadedFileInterface::validate | function | core/ |
Validates the uploaded file information. |
| UriInterface | interface | core/ |
Interface for URIs. |
| UriInterface.php | file | core/ |
|
| UrlGeneratorInterface | interface | core/ |
Defines an interface for generating a URL from a route or system path. |
| UrlGeneratorInterface.php | file | core/ |
|
| UrlGeneratorInterface::generateFromRoute | function | core/ |
Generates a URL or path for a specific route based on the given parameters. |
| UrlGeneratorInterface::getPathFromRoute | function | core/ |
Gets the internal path (system path) for a route. |
| UrlGeneratorTest::testAbsoluteURLGenerationUsingInterfaceConstants | function | core/ |
Confirms that absolute URLs work with generated routes using interface constants. |
Pagination
- Previous page
- Page 86
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.