Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 10.3.x for interface
- Search 11.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| AccessArgumentsResolverFactoryInterface | interface | core/ |
Constructs the arguments resolver instance to use when running access checks. |
| AccessArgumentsResolverFactoryInterface.php | file | core/ |
|
| AccessArgumentsResolverFactoryInterface::getArgumentsResolver | function | core/ |
Returns the arguments resolver to use when running access checks. |
| AccessAwareRouterInterface | interface | core/ |
Interface for a router class for Drupal with access check and upcasting. |
| AccessAwareRouterInterface.php | file | core/ |
|
| AccessAwareRouterInterface::ACCESS_RESULT | constant | core/ |
Attribute name of the access result for the request.. |
| AccessAwareRouterInterface::match | function | core/ |
|
| AccessAwareRouterInterface::matchRequest | function | core/ |
|
| AccessCheckInterface | interface | core/ |
An access check service determines access rules for particular routes. |
| AccessCheckInterface.php | file | core/ |
|
| AccessCheckInterface::applies | function | core/ |
Declares whether the access check applies to a specific route or not. |
| AccessibleInterface | interface | core/ |
Interface for checking access. |
| AccessibleInterface.php | file | core/ |
|
| AccessibleInterface::access | function | core/ |
Checks data value access. |
| AccessInterface | interface | core/ |
An access check service determines access rules for particular routes. |
| AccessInterface.php | file | core/ |
|
| AccessManagerInterface | interface | core/ |
Provides an interface for attaching and running access check services. |
| AccessManagerInterface.php | file | core/ |
|
| AccessManagerInterface::check | function | core/ |
Checks a route against applicable access check services. |
| AccessManagerInterface::checkNamedRoute | function | core/ |
Checks a named route with parameters against applicable access check services. |
| AccessManagerInterface::checkRequest | function | core/ |
Execute access checks against the incoming request. |
| AccessResultInterface | interface | core/ |
Interface for access result value objects. |
| AccessResultInterface.php | file | core/ |
|
| AccessResultInterface::andIf | function | core/ |
Combine this access result with another using AND. |
| AccessResultInterface::isAllowed | function | core/ |
Checks whether this access result indicates access is explicitly allowed. |
| AccessResultInterface::isForbidden | function | core/ |
Checks whether this access result indicates access is explicitly forbidden. |
| AccessResultInterface::isNeutral | function | core/ |
Checks whether this access result indicates access is not yet determined. |
| AccessResultInterface::orIf | function | core/ |
Combine this access result with another using OR. |
| AccessResultReasonInterface | interface | core/ |
Interface for access result value objects with stored reason for developers. |
| AccessResultReasonInterface.php | file | core/ |
|
| AccessResultReasonInterface::getReason | function | core/ |
Gets the reason for this access result. |
| AccessResultReasonInterface::setReason | function | core/ |
Sets the reason for this access result. |
| AccountInterface | interface | core/ |
Defines an account interface which represents the current user. |
| AccountInterface.php | file | core/ |
|
| AccountInterface::ANONYMOUS_ROLE | constant | core/ |
Role ID for anonymous users. |
| AccountInterface::AUTHENTICATED_ROLE | constant | core/ |
Role ID for authenticated users. |
| AccountInterface::getAccountName | function | core/ |
Returns the unaltered login name of this account. |
| AccountInterface::getDisplayName | function | core/ |
Returns the display name of this account. |
| AccountInterface::getEmail | function | core/ |
Returns the email address of this account. |
| AccountInterface::getLastAccessedTime | function | core/ |
The timestamp when the account last accessed the site. |
| AccountInterface::getPreferredAdminLangcode | function | core/ |
Returns the preferred administrative language code of the account. |
| AccountInterface::getPreferredLangcode | function | core/ |
Returns the preferred language code of the account. |
| AccountInterface::getRoles | function | core/ |
Returns a list of roles. |
| AccountInterface::getTimeZone | function | core/ |
Returns the timezone of this account. |
| AccountInterface::getUsername | function | core/ |
Returns the unaltered login name of this account. |
| AccountInterface::hasPermission | function | core/ |
Checks whether a user has a certain permission. |
| AccountInterface::id | function | core/ |
Returns the user ID or 0 for anonymous. |
| AccountInterface::isAnonymous | function | core/ |
Returns TRUE if the account is anonymous. |
| AccountInterface::isAuthenticated | function | core/ |
Returns TRUE if the account is authenticated. |
| AccountProxyInterface | interface | core/ |
Defines an interface for a service which has the current account stored. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.