first commit
This commit is contained in:
@@ -24,10 +24,10 @@ class TypoScript implements SingletonInterface
|
||||
* Language usage may be disabled to get the default TypoScript
|
||||
* configuration.
|
||||
*
|
||||
* @param int $pageId Id of the (root) page to get the Solr configuration from.
|
||||
* @param int $pageId Id of the (root) page to get the Meilisearch configuration from.
|
||||
* @param string $path The TypoScript configuration path to retrieve.
|
||||
* @param int $language System language uid, optional, defaults to 0
|
||||
* @return TypoScriptConfiguration The Solr configuration for the requested tree.
|
||||
* @return TypoScriptConfiguration The Meilisearch configuration for the requested tree.
|
||||
*/
|
||||
public function getConfigurationFromPageId($pageId, $path, $language = 0)
|
||||
{
|
||||
@@ -83,7 +83,7 @@ class TypoScript implements SingletonInterface
|
||||
}
|
||||
|
||||
/**
|
||||
* builds an configuration array, containing the solr configuration.
|
||||
* builds an configuration array, containing the meilisearch configuration.
|
||||
*
|
||||
* @param integer $pageId
|
||||
* @param string $path
|
||||
|
Reference in New Issue
Block a user