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
AccessArgumentsResolverFactoryInterface interface core/lib/Drupal/Core/Access/AccessArgumentsResolverFactoryInterface.php Constructs the arguments resolver instance to use when running access checks.
AccessArgumentsResolverFactoryInterface.php file core/lib/Drupal/Core/Access/AccessArgumentsResolverFactoryInterface.php
AccessArgumentsResolverFactoryInterface::getArgumentsResolver function core/lib/Drupal/Core/Access/AccessArgumentsResolverFactoryInterface.php Returns the arguments resolver to use when running access checks.
AccessAwareRouterInterface interface core/lib/Drupal/Core/Routing/AccessAwareRouterInterface.php Interface for a router class for Drupal with access check and upcasting.
AccessAwareRouterInterface.php file core/lib/Drupal/Core/Routing/AccessAwareRouterInterface.php
AccessAwareRouterInterface::ACCESS_RESULT constant core/lib/Drupal/Core/Routing/AccessAwareRouterInterface.php Attribute name of the access result for the request..
AccessAwareRouterInterface::match function core/lib/Drupal/Core/Routing/AccessAwareRouterInterface.php
AccessAwareRouterInterface::matchRequest function core/lib/Drupal/Core/Routing/AccessAwareRouterInterface.php
AccessCheckInterface interface core/lib/Drupal/Core/Access/AccessCheckInterface.php An access check service determines access rules for particular routes.
AccessCheckInterface.php file core/lib/Drupal/Core/Access/AccessCheckInterface.php
AccessCheckInterface::applies function core/lib/Drupal/Core/Access/AccessCheckInterface.php Declares whether the access check applies to a specific route or not.
AccessibleInterface interface core/lib/Drupal/Core/Access/AccessibleInterface.php Interface for checking access.
AccessibleInterface.php file core/lib/Drupal/Core/Access/AccessibleInterface.php
AccessibleInterface::access function core/lib/Drupal/Core/Access/AccessibleInterface.php Checks data value access.
AccessInterface interface core/lib/Drupal/Core/Routing/Access/AccessInterface.php An access check service determines access rules for particular routes.
AccessInterface.php file core/lib/Drupal/Core/Routing/Access/AccessInterface.php
AccessManagerInterface interface core/lib/Drupal/Core/Access/AccessManagerInterface.php Provides an interface for attaching and running access check services.
AccessManagerInterface.php file core/lib/Drupal/Core/Access/AccessManagerInterface.php
AccessManagerInterface::check function core/lib/Drupal/Core/Access/AccessManagerInterface.php Checks a route against applicable access check services.
AccessManagerInterface::checkNamedRoute function core/lib/Drupal/Core/Access/AccessManagerInterface.php Checks a named route with parameters against applicable access check services.
AccessManagerInterface::checkRequest function core/lib/Drupal/Core/Access/AccessManagerInterface.php Execute access checks against the incoming request.
AccessResultInterface interface core/lib/Drupal/Core/Access/AccessResultInterface.php Interface for access result value objects.
AccessResultInterface.php file core/lib/Drupal/Core/Access/AccessResultInterface.php
AccessResultInterface::andIf function core/lib/Drupal/Core/Access/AccessResultInterface.php Combine this access result with another using AND.
AccessResultInterface::isAllowed function core/lib/Drupal/Core/Access/AccessResultInterface.php Checks whether this access result indicates access is explicitly allowed.
AccessResultInterface::isForbidden function core/lib/Drupal/Core/Access/AccessResultInterface.php Checks whether this access result indicates access is explicitly forbidden.
AccessResultInterface::isNeutral function core/lib/Drupal/Core/Access/AccessResultInterface.php Checks whether this access result indicates access is not yet determined.
AccessResultInterface::orIf function core/lib/Drupal/Core/Access/AccessResultInterface.php Combine this access result with another using OR.
AccessResultReasonInterface interface core/lib/Drupal/Core/Access/AccessResultReasonInterface.php Interface for access result value objects with stored reason for developers.
AccessResultReasonInterface.php file core/lib/Drupal/Core/Access/AccessResultReasonInterface.php
AccessResultReasonInterface::getReason function core/lib/Drupal/Core/Access/AccessResultReasonInterface.php Gets the reason for this access result.
AccessResultReasonInterface::setReason function core/lib/Drupal/Core/Access/AccessResultReasonInterface.php Sets the reason for this access result.
AccountInterface interface core/lib/Drupal/Core/Session/AccountInterface.php Defines an account interface which represents the current user.
AccountInterface.php file core/lib/Drupal/Core/Session/AccountInterface.php
AccountInterface::ANONYMOUS_ROLE constant core/lib/Drupal/Core/Session/AccountInterface.php Role ID for anonymous users.
AccountInterface::AUTHENTICATED_ROLE constant core/lib/Drupal/Core/Session/AccountInterface.php Role ID for authenticated users.
AccountInterface::getAccountName function core/lib/Drupal/Core/Session/AccountInterface.php Returns the unaltered login name of this account.
AccountInterface::getDisplayName function core/lib/Drupal/Core/Session/AccountInterface.php Returns the display name of this account.
AccountInterface::getEmail function core/lib/Drupal/Core/Session/AccountInterface.php Returns the email address of this account.
AccountInterface::getLastAccessedTime function core/lib/Drupal/Core/Session/AccountInterface.php The timestamp when the account last accessed the site.
AccountInterface::getPreferredAdminLangcode function core/lib/Drupal/Core/Session/AccountInterface.php Returns the preferred administrative language code of the account.
AccountInterface::getPreferredLangcode function core/lib/Drupal/Core/Session/AccountInterface.php Returns the preferred language code of the account.
AccountInterface::getRoles function core/lib/Drupal/Core/Session/AccountInterface.php Returns a list of roles.
AccountInterface::getTimeZone function core/lib/Drupal/Core/Session/AccountInterface.php Returns the timezone of this account.
AccountInterface::hasPermission function core/lib/Drupal/Core/Session/AccountInterface.php Checks whether a user has a certain permission.
AccountInterface::id function core/lib/Drupal/Core/Session/AccountInterface.php Returns the user ID or 0 for anonymous.
AccountInterface::isAnonymous function core/lib/Drupal/Core/Session/AccountInterface.php Returns TRUE if the account is anonymous.
AccountInterface::isAuthenticated function core/lib/Drupal/Core/Session/AccountInterface.php Returns TRUE if the account is authenticated.
AccountProxyInterface interface core/lib/Drupal/Core/Session/AccountProxyInterface.php Defines an interface for a service which has the current account stored.
AccountProxyInterface.php file core/lib/Drupal/Core/Session/AccountProxyInterface.php

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