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
OperationInterface::process function composer/Plugin/Scaffold/Operations/OperationInterface.php Process this scaffold operation.
OperationInterface::scaffoldAtNewLocation function composer/Plugin/Scaffold/Operations/OperationInterface.php Determines what to do if operation is used without a previous operation.
OperationInterface::scaffoldOverExistingTarget function composer/Plugin/Scaffold/Operations/OperationInterface.php Determines what to do if operation is used at same path as a previous op.
OptionsProviderInterface interface core/lib/Drupal/Core/TypedData/OptionsProviderInterface.php Interface for retrieving all possible and settable values.
OptionsProviderInterface.php file core/lib/Drupal/Core/TypedData/OptionsProviderInterface.php
OptionsProviderInterface::getPossibleOptions function core/lib/Drupal/Core/TypedData/OptionsProviderInterface.php Returns an array of possible values with labels for display.
OptionsProviderInterface::getPossibleValues function core/lib/Drupal/Core/TypedData/OptionsProviderInterface.php Returns an array of possible values.
OptionsProviderInterface::getSettableOptions function core/lib/Drupal/Core/TypedData/OptionsProviderInterface.php Returns an array of settable values with labels for display.
OptionsProviderInterface::getSettableValues function core/lib/Drupal/Core/TypedData/OptionsProviderInterface.php Returns an array of settable values.
OutboundPathProcessorInterface interface core/lib/Drupal/Core/PathProcessor/OutboundPathProcessorInterface.php Defines an interface for classes that process the outbound path.
OutboundPathProcessorInterface.php file core/lib/Drupal/Core/PathProcessor/OutboundPathProcessorInterface.php
OutboundPathProcessorInterface::processOutbound function core/lib/Drupal/Core/PathProcessor/OutboundPathProcessorInterface.php Processes the outbound path.
OutboundRouteProcessorInterface interface core/lib/Drupal/Core/RouteProcessor/OutboundRouteProcessorInterface.php Defines an interface for classes that process the outbound route.
OutboundRouteProcessorInterface.php file core/lib/Drupal/Core/RouteProcessor/OutboundRouteProcessorInterface.php
OutboundRouteProcessorInterface::processOutbound function core/lib/Drupal/Core/RouteProcessor/OutboundRouteProcessorInterface.php Processes the outbound route.
OutputStrategyInterface interface core/lib/Drupal/Component/Render/OutputStrategyInterface.php Provides an output strategy that formats HTML strings for a given context.
OutputStrategyInterface.php file core/lib/Drupal/Component/Render/OutputStrategyInterface.php
OutputStrategyInterface::renderFromHtml function core/lib/Drupal/Component/Render/OutputStrategyInterface.php Transforms a given HTML string into to a context-appropriate output string.
OverridesSectionStorageInterface interface core/modules/layout_builder/src/OverridesSectionStorageInterface.php Defines an interface for an object that stores layout sections for overrides.
OverridesSectionStorageInterface.php file core/modules/layout_builder/src/OverridesSectionStorageInterface.php
OverridesSectionStorageInterface::getDefaultSectionStorage function core/modules/layout_builder/src/OverridesSectionStorageInterface.php Returns the corresponding defaults section storage for this override.
OverridesSectionStorageInterface::isOverridden function core/modules/layout_builder/src/OverridesSectionStorageInterface.php Indicates if overrides are in use.
PagerManagerInterface interface core/lib/Drupal/Core/Pager/PagerManagerInterface.php This is a service for pager information.
PagerManagerInterface.php file core/lib/Drupal/Core/Pager/PagerManagerInterface.php
PagerManagerInterface::createPager function core/lib/Drupal/Core/Pager/PagerManagerInterface.php Initializes a pager.
PagerManagerInterface::findPage function core/lib/Drupal/Core/Pager/PagerManagerInterface.php Returns the current page being requested for display within a pager.
PagerManagerInterface::getMaxPagerElementId function core/lib/Drupal/Core/Pager/PagerManagerInterface.php Gets the extent of the pager page element IDs.
PagerManagerInterface::getPager function core/lib/Drupal/Core/Pager/PagerManagerInterface.php Gets a pager from the static cache.
PagerManagerInterface::getUpdatedParameters function core/lib/Drupal/Core/Pager/PagerManagerInterface.php Gets the URL query parameter array of a pager link.
PagerManagerInterface::reservePagerElementId function core/lib/Drupal/Core/Pager/PagerManagerInterface.php Reserve a pager element ID.
PagerParametersInterface interface core/lib/Drupal/Core/Pager/PagerParametersInterface.php Interface describing pager information contained within the request.
PagerParametersInterface.php file core/lib/Drupal/Core/Pager/PagerParametersInterface.php
PagerParametersInterface::findPage function core/lib/Drupal/Core/Pager/PagerParametersInterface.php Returns the current page being requested for display within a pager.
PagerParametersInterface::getPagerParameter function core/lib/Drupal/Core/Pager/PagerParametersInterface.php Gets the 'page' query parameter for the current request.
PagerParametersInterface::getPagerQuery function core/lib/Drupal/Core/Pager/PagerParametersInterface.php Gets the request query parameter.
PagerParametersInterface::getQueryParameters function core/lib/Drupal/Core/Pager/PagerParametersInterface.php Gets all request URL query parameters that are unrelated to paging.
PageVariantInterface interface core/lib/Drupal/Core/Display/PageVariantInterface.php Provides an interface for PageDisplayVariant plugins.
PageVariantInterface.php file core/lib/Drupal/Core/Display/PageVariantInterface.php
PageVariantInterface::setMainContent function core/lib/Drupal/Core/Display/PageVariantInterface.php Sets the main content for the page being rendered.
PageVariantInterface::setTitle function core/lib/Drupal/Core/Display/PageVariantInterface.php Sets the title for the page being rendered.
ParamConverterInterface interface core/lib/Drupal/Core/ParamConverter/ParamConverterInterface.php Interface for parameter converters.
ParamConverterInterface.php file core/lib/Drupal/Core/ParamConverter/ParamConverterInterface.php
ParamConverterInterface::applies function core/lib/Drupal/Core/ParamConverter/ParamConverterInterface.php Determines if the converter applies to a specific route and variable.
ParamConverterInterface::convert function core/lib/Drupal/Core/ParamConverter/ParamConverterInterface.php Converts path variables to their corresponding objects.
ParamConverterManagerInterface interface core/lib/Drupal/Core/ParamConverter/ParamConverterManagerInterface.php Provides an interface for a parameter converter manager.
ParamConverterManagerInterface.php file core/lib/Drupal/Core/ParamConverter/ParamConverterManagerInterface.php
ParamConverterManagerInterface::addConverter function core/lib/Drupal/Core/ParamConverter/ParamConverterManagerInterface.php Registers a parameter converter with the manager.
ParamConverterManagerInterface::convert function core/lib/Drupal/Core/ParamConverter/ParamConverterManagerInterface.php Invokes the registered converter for each defined parameter on a route.
ParamConverterManagerInterface::getConverter function core/lib/Drupal/Core/ParamConverter/ParamConverterManagerInterface.php Lazy-loads converter services.
ParamConverterManagerInterface::setRouteParameterConverters function core/lib/Drupal/Core/ParamConverter/ParamConverterManagerInterface.php Saves a list of applicable converters to each route.

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