Search for interface

  1. Search 7.x for interface
  2. Search 8.9.x for interface
  3. Search 10.3.x for interface
  4. Search 11.x for interface
  5. Other projects
Title Object type File name Summary
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::getError function core/modules/file/src/Upload/UploadedFileInterface.php Returns the upload error code.
UploadedFileInterface::getErrorMessage function core/modules/file/src/Upload/UploadedFileInterface.php Returns an informative upload error message.
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::isValid function core/modules/file/src/Upload/UploadedFileInterface.php Returns whether the file was uploaded successfully.
UriInterface interface core/lib/Drupal/Core/TypedData/Type/UriInterface.php Interface for URIs.
UriInterface.php file core/lib/Drupal/Core/TypedData/Type/UriInterface.php
UrlGeneratorInterface interface core/lib/Drupal/Core/Routing/UrlGeneratorInterface.php Defines an interface for generating a URL from a route or system path.
UrlGeneratorInterface.php file core/lib/Drupal/Core/Routing/UrlGeneratorInterface.php
UrlGeneratorInterface::generateFromRoute function core/lib/Drupal/Core/Routing/UrlGeneratorInterface.php Generates a URL or path for a specific route based on the given parameters.
UrlGeneratorInterface::getPathFromRoute function core/lib/Drupal/Core/Routing/UrlGeneratorInterface.php Gets the internal path (system path) for a route.
UrlGeneratorTest::testAbsoluteURLGenerationUsingInterfaceConstants function core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php Confirms that absolute URLs work with generated routes using interface constants.
UrlGeneratorTest::testAliasGenerationUsingInterfaceConstants function core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php Confirms that generated routes will have aliased paths using interface constants.
UrlResolverInterface interface core/modules/media/src/OEmbed/UrlResolverInterface.php Defines the interface for the oEmbed URL resolver service.
UrlResolverInterface.php file core/modules/media/src/OEmbed/UrlResolverInterface.php
UrlResolverInterface::getProviderByUrl function core/modules/media/src/OEmbed/UrlResolverInterface.php Tries to determine the oEmbed provider for a media asset URL.
UrlResolverInterface::getResourceUrl function core/modules/media/src/OEmbed/UrlResolverInterface.php Builds the resource URL for a media asset URL.
UserAuthInterface interface core/modules/user/src/UserAuthInterface.php An interface for validating user authentication credentials.
UserAuthInterface.php file core/modules/user/src/UserAuthInterface.php
UserAuthInterface::authenticate function core/modules/user/src/UserAuthInterface.php Validates user authentication credentials.
UserDataInterface interface core/modules/user/src/UserDataInterface.php Defines the user data service interface.
UserDataInterface.php file core/modules/user/src/UserDataInterface.php
UserDataInterface::delete function core/modules/user/src/UserDataInterface.php Deletes data stored for a user account.
UserDataInterface::get function core/modules/user/src/UserDataInterface.php Returns data stored for a user account.
UserDataInterface::set function core/modules/user/src/UserDataInterface.php Stores data for a user account.
UserFloodControlInterface interface core/modules/user/src/UserFloodControlInterface.php Defines an interface for user flood controllers.
UserFloodControlInterface.php file core/modules/user/src/UserFloodControlInterface.php
UserInterface interface core/modules/user/src/UserInterface.php Provides an interface defining a user entity.
UserInterface.php file core/modules/user/src/UserInterface.php
UserInterface::activate function core/modules/user/src/UserInterface.php Activates the user.
UserInterface::addRole function core/modules/user/src/UserInterface.php Add a role to a user.
UserInterface::block function core/modules/user/src/UserInterface.php Blocks the user.
UserInterface::checkExistingPassword function core/modules/user/src/UserInterface.php Checks the existing password if set.

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