Search for interface

  1. Search 7.x for interface
  2. Search 9.5.x for interface
  3. Search 8.9.x for interface
  4. Search 10.3.x for interface
  5. Other projects
Title Object type File name Summary
UnroutedUrlAssemblerInterface.php file core/lib/Drupal/Core/Utility/UnroutedUrlAssemblerInterface.php
UnroutedUrlAssemblerInterface::assemble function core/lib/Drupal/Core/Utility/UnroutedUrlAssemblerInterface.php Builds a domain-local or external URL from a URI.
UpdateFetcherInterface interface core/modules/update/src/UpdateFetcherInterface.php Fetches project information from remote locations.
UpdateFetcherInterface.php file core/modules/update/src/UpdateFetcherInterface.php
UpdateFetcherInterface::buildFetchUrl function core/modules/update/src/UpdateFetcherInterface.php Generates the URL to fetch information about project updates.
UpdateFetcherInterface::fetchProjectData function core/modules/update/src/UpdateFetcherInterface.php Retrieves the project information.
UpdateFetcherInterface::FETCH_PENDING constant core/modules/update/src/UpdateFetcherInterface.php We need to (re)fetch available update data for this project.
UpdateFetcherInterface::getFetchBaseUrl function core/modules/update/src/UpdateFetcherInterface.php Returns the base of the URL to fetch available update data for a project.
UpdateFetcherInterface::NOT_CHECKED constant core/modules/update/src/UpdateFetcherInterface.php Project's status cannot be checked.
UpdateFetcherInterface::NOT_FETCHED constant core/modules/update/src/UpdateFetcherInterface.php There was a failure fetching available update data for this project.
UpdateFetcherInterface::UNKNOWN constant core/modules/update/src/UpdateFetcherInterface.php No available update data was found for project.
UpdateManagerInterface interface core/modules/update/src/UpdateManagerInterface.php Manages project update information.
UpdateManagerInterface.php file core/modules/update/src/UpdateManagerInterface.php
UpdateManagerInterface::CURRENT constant core/modules/update/src/UpdateManagerInterface.php Project is up to date.
UpdateManagerInterface::fetchDataBatch function core/modules/update/src/UpdateManagerInterface.php Processes a step in batch for fetching available update data.
UpdateManagerInterface::getProjects function core/modules/update/src/UpdateManagerInterface.php Fetches an array of installed projects.
UpdateManagerInterface::NOT_CURRENT constant core/modules/update/src/UpdateManagerInterface.php Project has a new release available, but it is not a security release.
UpdateManagerInterface::NOT_SECURE constant core/modules/update/src/UpdateManagerInterface.php Project is missing security update(s).
UpdateManagerInterface::NOT_SUPPORTED constant core/modules/update/src/UpdateManagerInterface.php Current release is no longer supported by the project maintainer.
UpdateManagerInterface::projectStorage function core/modules/update/src/UpdateManagerInterface.php Retrieves update storage data or empties it.
UpdateManagerInterface::refreshUpdateData function core/modules/update/src/UpdateManagerInterface.php Clears out all the available update data and initiates re-fetching.
UpdateManagerInterface::REVOKED constant core/modules/update/src/UpdateManagerInterface.php Current release has been unpublished and is no longer available.
UpdateProcessorInterface interface core/modules/update/src/UpdateProcessorInterface.php Processor of project update information.
UpdateProcessorInterface.php file core/modules/update/src/UpdateProcessorInterface.php
UpdateProcessorInterface::claimQueueItem function core/modules/update/src/UpdateProcessorInterface.php Claims an item in the update fetch queue for processing.
UpdateProcessorInterface::createFetchTask function core/modules/update/src/UpdateProcessorInterface.php Adds a task to the queue for fetching release history data for a project.
UpdateProcessorInterface::deleteQueueItem function core/modules/update/src/UpdateProcessorInterface.php Deletes a finished item from the update fetch queue.
UpdateProcessorInterface::fetchData function core/modules/update/src/UpdateProcessorInterface.php Attempts to drain the queue of tasks for release history data to fetch.
UpdateProcessorInterface::numberOfQueueItems function core/modules/update/src/UpdateProcessorInterface.php Retrieves the number of items in the update fetch queue.
UpdateProcessorInterface::processFetchTask function core/modules/update/src/UpdateProcessorInterface.php Processes a task to fetch available update data for a single project.
UpdaterInterface interface core/lib/Drupal/Core/Updater/UpdaterInterface.php Defines an interface for a class which can update a Drupal project.
UpdaterInterface.php file core/lib/Drupal/Core/Updater/UpdaterInterface.php
UpdaterInterface::canUpdateDirectory function core/lib/Drupal/Core/Updater/UpdaterInterface.php Determines if the Updater can handle the project provided in $directory.
UpdaterInterface::getInstallDirectory function core/lib/Drupal/Core/Updater/UpdaterInterface.php Returns the path to the default install location for the current project.
UpdaterInterface::getProjectName function core/lib/Drupal/Core/Updater/UpdaterInterface.php Returns the system name of the project.
UpdaterInterface::getRootDirectoryRelativePath function core/lib/Drupal/Core/Updater/UpdaterInterface.php Returns the name of the root directory under which projects will be copied.
UpdaterInterface::isInstalled function core/lib/Drupal/Core/Updater/UpdaterInterface.php Checks if the project is installed.
UpdaterInterface::postInstall function core/lib/Drupal/Core/Updater/UpdaterInterface.php Actions to run after an install has occurred.
UpdaterInterface::postUpdate function core/lib/Drupal/Core/Updater/UpdaterInterface.php Actions to run after an update has occurred.
UploadedFileInterface interface core/modules/file/src/Upload/UploadedFileInterface.php Provides an interface for uploaded files.
UploadedFileInterface.php file core/modules/file/src/Upload/UploadedFileInterface.php
UploadedFileInterface::getClientOriginalName function core/modules/file/src/Upload/UploadedFileInterface.php Returns the original file name.
UploadedFileInterface::getFilename function core/modules/file/src/Upload/UploadedFileInterface.php Gets the filename.
UploadedFileInterface::getPathname function core/modules/file/src/Upload/UploadedFileInterface.php Gets the path to the file.
UploadedFileInterface::getRealPath function core/modules/file/src/Upload/UploadedFileInterface.php Gets the absolute path to the file.
UploadedFileInterface::getSize function core/modules/file/src/Upload/UploadedFileInterface.php Gets file size.
UploadedFileInterface::validate function core/modules/file/src/Upload/UploadedFileInterface.php Validates the uploaded file information.
UploadedFileValidatorInterface interface core/modules/file/src/Validation/UploadedFileValidatorInterface.php Validator for uploaded files.
UploadedFileValidatorInterface.php file core/modules/file/src/Validation/UploadedFileValidatorInterface.php
UploadedFileValidatorInterface::validate function core/modules/file/src/Validation/UploadedFileValidatorInterface.php Validates an uploaded file.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.