Defines a common interface for user entities.
Implemented by
Hierarchy
- interface UserInterface
Expanded class hierarchy of UserInterface
See also
File
- core/
includes/ userinterface.inc, line 13 - Provides the interface for user entities.
Members
Name | Modifiers | Type | Description |
---|---|---|---|
UserInterface:: |
public | function | Determines whether the given user has access to this entity. |
UserInterface:: |
public static | function | Determines whether the given user has access to create this type of entity. |
UserInterface:: |
public | function | Returns the entity identifier (the entity's machine name or numeric ID). |
UserInterface:: |
public | function | Returns the label of the entity. |
UserInterface:: |
public | function | Returns the URI elements of the entity. |