CirrusSearch
Elasticsearch-powered search for MediaWiki
|
Transforms profile content based on a transformer implementation. More...
Public Member Functions | |
__construct (SearchProfileRepository $repository, $transformer) | |
repositoryType () | |
The repository type. | |
repositoryName () | |
The repository name. | |
getProfile ( $name) | |
Load a profile named $name. | |
hasProfile ( $name) | |
Check if a profile named $name exists in this repository. | |
listExposedProfiles () | |
Get the list of profiles that we want to expose to the user. | |
Transforms profile content based on a transformer implementation.
CirrusSearch\Profile\SearchProfileRepositoryTransformer::__construct | ( | SearchProfileRepository | $repository, |
$transformer ) |
SearchProfileRepository | $repository | |
array | ArrayPathSetter | $transformer |
CirrusSearch\Profile\SearchProfileRepositoryTransformer::getProfile | ( | $name | ) |
Load a profile named $name.
string | $name |
Implements CirrusSearch\Profile\SearchProfileRepository.
CirrusSearch\Profile\SearchProfileRepositoryTransformer::hasProfile | ( | $name | ) |
Check if a profile named $name exists in this repository.
string | $name |
Implements CirrusSearch\Profile\SearchProfileRepository.
CirrusSearch\Profile\SearchProfileRepositoryTransformer::listExposedProfiles | ( | ) |
Get the list of profiles that we want to expose to the user.
Implements CirrusSearch\Profile\SearchProfileRepository.
CirrusSearch\Profile\SearchProfileRepositoryTransformer::repositoryName | ( | ) |
CirrusSearch\Profile\SearchProfileRepositoryTransformer::repositoryType | ( | ) |