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

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

Méthodes publiques

Méthode 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 méthode

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
Résultat IndexConfiguration

getIndexConfigurations() public méthode

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