Defines a common interface for user entities.

Implemented by

Hierarchy

Expanded class hierarchy of UserInterface

See also

User

AnonymousUser

File

core/includes/userinterface.inc, line 13
Provides the interface for user entities.

Members

Contains filters are case sensitive
Name Modifiers Type Descriptionsort descending
UserInterface::createAccess public static function Determines whether the given user has access to create this type of entity.
UserInterface::access public function Determines whether the given user has access to this entity.
UserInterface::id public function Returns the entity identifier (the entity's machine name or numeric ID).
UserInterface::label public function Returns the label of the entity.
UserInterface::uri public function Returns the URI elements of the entity.