PHP Class Sulu\Bundle\SearchBundle\Search\Configuration\IndexConfigurationProvider

Inheritance: implements Sulu\Bundle\SearchBundle\Search\Configuration\IndexConfigurationProviderInterface
Afficher le fichier Open project: sulu/sulu

Méthodes publiques

Méthode Description
__construct ( array $indexConfigurations )
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

__construct() public méthode

public __construct ( array $indexConfigurations )
$indexConfigurations array

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[]