public function EntityInterface::uri in Entity API 7
Returns the uri of the entity just as entity_uri().
Modules may alter the uri by specifying another 'uri callback' using hook_entity_info_alter().
See also
1 method overrides EntityInterface::uri()
- Entity::uri in includes/
entity.inc - Returns the uri of the entity just as entity_uri().
File
- includes/
entity.inc, line 81 - Provides a base class for entities.
Class
- EntityInterface
- Interface for class based entities.
Code
public function uri();