ElasticSearcher\Abstracts\AbstractIndex::getInternalName PHP Method

getInternalName() public method

The name used to communicate with the elasticsearch server. Can be used to add a prefix but still use the name to refer to it.
public getInternalName ( ) : string
return string
    public function getInternalName()
    {
        return $this->getName();
    }