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
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.
ParserInterface interface core/modules/aggregator/src/Plugin/ParserInterface.php Defines an interface for aggregator parser implementations.
ParserInterface.php file core/modules/aggregator/src/Plugin/ParserInterface.php
ParserInterface::parse function core/modules/aggregator/src/Plugin/ParserInterface.php Parses feed data.
PasswordGeneratorInterface interface core/lib/Drupal/Core/Password/PasswordGeneratorInterface.php Interface for generating passwords.
PasswordGeneratorInterface.php file core/lib/Drupal/Core/Password/PasswordGeneratorInterface.php
PasswordGeneratorInterface::generate function core/lib/Drupal/Core/Password/PasswordGeneratorInterface.php Generates a password.
PasswordInterface interface core/lib/Drupal/Core/Password/PasswordInterface.php Secure password hashing functions for user authentication.
PasswordInterface.php file core/lib/Drupal/Core/Password/PasswordInterface.php
PasswordInterface::check function core/lib/Drupal/Core/Password/PasswordInterface.php Check whether a plain text password matches a hashed password.
PasswordInterface::hash function core/lib/Drupal/Core/Password/PasswordInterface.php Hash a password using a secure hash.
PasswordInterface::needsRehash function core/lib/Drupal/Core/Password/PasswordInterface.php Check whether a hashed password needs to be replaced with a new hash.
PasswordInterface::PASSWORD_MAX_LENGTH constant core/lib/Drupal/Core/Password/PasswordInterface.php Maximum password length.
PathAliasInterface interface core/modules/path_alias/src/PathAliasInterface.php Provides an interface defining a path_alias entity.
PathAliasInterface.php file core/modules/path_alias/src/PathAliasInterface.php
PathAliasInterface::getAlias function core/modules/path_alias/src/PathAliasInterface.php Gets the alias for this path.
PathAliasInterface::getPath function core/modules/path_alias/src/PathAliasInterface.php Gets the source path of the alias.
PathAliasInterface::setAlias function core/modules/path_alias/src/PathAliasInterface.php Sets the alias for this path.
PathAliasInterface::setPath function core/modules/path_alias/src/PathAliasInterface.php Sets the source path of the alias.
PathMatcherInterface interface core/lib/Drupal/Core/Path/PathMatcherInterface.php Provides an interface for URL path matchers.
PathMatcherInterface.php file core/lib/Drupal/Core/Path/PathMatcherInterface.php
PathMatcherInterface::isFrontPage function core/lib/Drupal/Core/Path/PathMatcherInterface.php Checks if the current page is the front page.

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