Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| PagerParametersInterface::getQueryParameters | function | core/ |
Gets all request URL query parameters that are unrelated to paging. |
| PageVariantInterface | interface | core/ |
Provides an interface for PageDisplayVariant plugins. |
| PageVariantInterface.php | file | core/ |
|
| PageVariantInterface::setMainContent | function | core/ |
Sets the main content for the page being rendered. |
| PageVariantInterface::setTitle | function | core/ |
Sets the title for the page being rendered. |
| ParamConverterInterface | interface | core/ |
Interface for parameter converters. |
| ParamConverterInterface.php | file | core/ |
|
| ParamConverterInterface::applies | function | core/ |
Determines if the converter applies to a specific route and variable. |
| ParamConverterInterface::convert | function | core/ |
Converts path variables to their corresponding objects. |
| ParamConverterManagerInterface | interface | core/ |
Provides an interface for a parameter converter manager. |
| ParamConverterManagerInterface.php | file | core/ |
|
| ParamConverterManagerInterface::addConverter | function | core/ |
Registers a parameter converter with the manager. |
| ParamConverterManagerInterface::convert | function | core/ |
Invokes the registered converter for each defined parameter on a route. |
| ParamConverterManagerInterface::getConverter | function | core/ |
Lazy-loads converter services. |
| ParamConverterManagerInterface::setRouteParameterConverters | function | core/ |
Saves a list of applicable converters to each route. |
| PasswordGeneratorInterface | interface | core/ |
Interface for generating passwords. |
| PasswordGeneratorInterface.php | file | core/ |
|
| PasswordGeneratorInterface::generate | function | core/ |
Generates a password. |
| PasswordInterface | interface | core/ |
Secure password hashing functions for user authentication. |
| PasswordInterface.php | file | core/ |
|
| PasswordInterface::check | function | core/ |
Check whether a plain text password matches a hashed password. |
| PasswordInterface::hash | function | core/ |
Hash a password using a secure hash. |
| PasswordInterface::needsRehash | function | core/ |
Check whether a hashed password needs to be replaced with a new hash. |
| PasswordInterface::PASSWORD_MAX_LENGTH | constant | core/ |
Maximum password length. |
| PathAliasInterface | interface | core/ |
Provides an interface defining a path_alias entity. |
| PathAliasInterface.php | file | core/ |
|
| PathAliasInterface::getAlias | function | core/ |
Gets the alias for this path. |
| PathAliasInterface::getPath | function | core/ |
Gets the source path of the alias. |
| PathAliasInterface::setAlias | function | core/ |
Sets the alias for this path. |
| PathAliasInterface::setPath | function | core/ |
Sets the source path of the alias. |
| PathMatcherInterface | interface | core/ |
Provides an interface for URL path matchers. |
| PathMatcherInterface.php | file | core/ |
|
| PathMatcherInterface::isFrontPage | function | core/ |
Checks if the current page is the front page. |
| PathMatcherInterface::matchPath | function | core/ |
Checks if a path matches any pattern in a set of patterns. |
| PathValidatorInterface | interface | core/ |
Provides an interface for URL path validators. |
| PathValidatorInterface.php | file | core/ |
|
| PathValidatorInterface::getUrlIfValid | function | core/ |
Returns a URL object, if the path is valid and accessible. |
| PathValidatorInterface::getUrlIfValidWithoutAccessCheck | function | core/ |
Returns a URL object, if the path is valid. |
| PathValidatorInterface::isValid | function | core/ |
Checks if the URL path is valid and accessible by the current user. |
| PermissionCheckerInterface | interface | core/ |
Defines a permission checker interface. |
| PermissionCheckerInterface.php | file | core/ |
|
| PermissionCheckerInterface::hasPermission | function | core/ |
Checks whether an account has a permission. |
| PermissionHandlerInterface | interface | core/ |
Defines an interface to list available permissions. |
| PermissionHandlerInterface.php | file | core/ |
|
| PermissionHandlerInterface::getPermissions | function | core/ |
Gets all available permissions. |
| PermissionHandlerInterface::moduleProvidesPermissions | function | core/ |
Determines whether a module provides some permissions. |
| PermissionsHashGeneratorInterface | interface | core/ |
Defines the user permissions hash generator interface. |
| PermissionsHashGeneratorInterface.php | file | core/ |
|
| PermissionsHashGeneratorInterface::generate | function | core/ |
Generates a hash that uniquely identifies a user's permissions. |
| PermissionsHashGeneratorInterface::getCacheableMetadata | function | core/ |
Gets the cacheability metadata for the generated hash. |
Pagination
- Previous page
- Page 64
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.