Initial xentral_oss_20.3.c9ffacf
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
namespace Xentral\Modules\SuperSearch\SearchIndex\Provider;
|
||||
|
||||
interface SearchIndexProviderInterface
|
||||
{
|
||||
/**
|
||||
* @return string Nur Kleinbuchstaben erlaubt
|
||||
*/
|
||||
public function getIndexName();
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getIndexTitle();
|
||||
|
||||
/**
|
||||
* @return string|null
|
||||
*/
|
||||
public function getModuleName();
|
||||
}
|
||||
Reference in New Issue
Block a user