PHP Interface Sulu\Bundle\ContentBundle\Markup\Link\LinkProviderPoolInterface

Afficher le fichier Open project: sulu/sulu Interface Usage Examples

Méthodes publiques

Méthode Description
getConfiguration ( ) : LinkConfiguration[] Returns configuration for content-type.
getProvider ( string $name ) : Sulu\Bundle\ContentBundle\Markup\Link\LinkProviderInterface Returns provider by name.
hasProvider ( string $name ) : boolean Returns true if provider exists.

Method Details

getConfiguration() public méthode

Returns configuration for content-type.
public getConfiguration ( ) : LinkConfiguration[]
Résultat LinkConfiguration[]

getProvider() public méthode

Returns provider by name.
public getProvider ( string $name ) : Sulu\Bundle\ContentBundle\Markup\Link\LinkProviderInterface
$name string
Résultat Sulu\Bundle\ContentBundle\Markup\Link\LinkProviderInterface

hasProvider() public méthode

Returns true if provider exists.
public hasProvider ( string $name ) : boolean
$name string
Résultat boolean