PHP Interface Sulu\Bundle\RouteBundle\Generator\TokenProviderInterface

Show file Open project: sulu/sulu Interface Usage Examples

Public Methods

Method Description
provide ( mixed $entity, string $name ) : string Returns resolved token for entity.

Method Details

provide() public method

Returns resolved token for entity.
public provide ( mixed $entity, string $name ) : string
$entity mixed
$name string
return string