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
TypedDataInterface::setValue function core/lib/Drupal/Core/TypedData/TypedDataInterface.php Sets the data value.
TypedDataInterface::validate function core/lib/Drupal/Core/TypedData/TypedDataInterface.php Validates the currently set data value.
TypedDataManagerInterface interface core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php Defines an interface for typed data manager.
TypedDataManagerInterface.php file core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php
TypedDataManagerInterface::create function core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php Creates a new typed data object instance.
TypedDataManagerInterface::createDataDefinition function core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php Creates a new data definition object.
TypedDataManagerInterface::createInstance function core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php Instantiates a typed data object.
TypedDataManagerInterface::createListDataDefinition function core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php Creates a new list data definition for items of the given data type.
TypedDataManagerInterface::getCanonicalRepresentation function core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php Gets the canonical representation of a TypedData object.
TypedDataManagerInterface::getDefaultConstraints function core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php Gets default constraints for the given data definition.
TypedDataManagerInterface::getInstance function core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php
TypedDataManagerInterface::getPropertyInstance function core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php Get a typed data instance for a property of a given typed data object.
TypedDataManagerInterface::getValidationConstraintManager function core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php Gets the validation constraint manager.
TypedDataManagerInterface::getValidator function core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php Gets the validator for validating typed data.
TypedDataManagerInterface::setValidationConstraintManager function core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php Sets the validation constraint manager.
TypedDataManagerInterface::setValidator function core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php Sets the validator for validating typed data.
TypedDataNormalizer::$supportedInterfaceOrClass property core/modules/serialization/src/Normalizer/TypedDataNormalizer.php The interface or class that this Normalizer supports.
TypeLinkManagerInterface interface core/modules/hal/src/LinkManager/TypeLinkManagerInterface.php
TypeLinkManagerInterface.php file core/modules/hal/src/LinkManager/TypeLinkManagerInterface.php
TypeLinkManagerInterface::getTypeInternalIds function core/modules/hal/src/LinkManager/TypeLinkManagerInterface.php Get a bundle's Typed Data IDs based on a URI.
TypeLinkManagerInterface::getTypeUri function core/modules/hal/src/LinkManager/TypeLinkManagerInterface.php Gets the URI that corresponds to a bundle.
UnprocessableHttpEntityExceptionNormalizer::$supportedInterfaceOrClass property core/modules/jsonapi/src/Normalizer/UnprocessableHttpEntityExceptionNormalizer.php The interface or class that this Normalizer supports.
UnroutedUrlAssemblerInterface interface core/lib/Drupal/Core/Utility/UnroutedUrlAssemblerInterface.php Provides a way to build external or non Drupal local domain URLs.
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 and enabled 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.

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