first commit
This commit is contained in:
@@ -107,7 +107,7 @@ class ExtensionConfiguration
|
||||
*/
|
||||
public function getIsAllowLegacySiteModeEnabled(): bool
|
||||
{
|
||||
trigger_error('solr:deprecation: Method getIsAllowLegacySiteModeEnabled is deprecated since EXT:meilisearch 11 and will be removed in 12. Since EXT:meilisearch 10 legacy site handling is deprecated and was removed in EXT:meilisearch 11.', E_USER_DEPRECATED);
|
||||
trigger_error('meilisearch:deprecation: Method getIsAllowLegacySiteModeEnabled is deprecated since EXT:meilisearch 11 and will be removed in 12. Since EXT:meilisearch 10 legacy site handling is deprecated and was removed in EXT:meilisearch 11.', E_USER_DEPRECATED);
|
||||
|
||||
//@todo throw exception if set to true and log deprecation
|
||||
$legacyModeIsActive = $this->getConfigurationOrDefaultValue('allowLegacySiteMode', false);
|
||||
|
Reference in New Issue
Block a user