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

Show file Open project: sulu/sulu Interface Usage Examples

Public Methods

Method 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 method

Returns configuration for content-type.
public getConfiguration ( ) : LinkConfiguration[]
return LinkConfiguration[]

getProvider() public method

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

hasProvider() public method

Returns true if provider exists.
public hasProvider ( string $name ) : boolean
$name string
return boolean