PHP Interface Sulu\Bundle\SearchBundle\Search\Configuration\IndexConfigurationProviderInterface

Show file Open project: sulu/sulu Interface Usage Examples

Public Methods

Method Description
getIndexConfiguration ( string $name ) : IndexConfiguration Returns the IndexConfiguration for the index with the given name.
getIndexConfigurations ( ) : IndexConfiguration[] Returns all IndexConfigurations available in this installation.

Method Details

getIndexConfiguration() public method

Returns the IndexConfiguration for the index with the given name.
public getIndexConfiguration ( string $name ) : IndexConfiguration
$name string The name of the index to get the IndexConfiguration from
return IndexConfiguration

getIndexConfigurations() public method

Returns all IndexConfigurations available in this installation.
public getIndexConfigurations ( ) : IndexConfiguration[]
return IndexConfiguration[]