Smile\ElasticsuiteCatalog\Model\ResourceModel\Eav\Indexer\AbstractIndexer::getTable PHP Method

getTable() protected method

Get table name using the adapter.
protected getTable ( string $tableName ) : string
$tableName string Table name.
return string
    protected function getTable($tableName)
    {
        return $this->resource->getTableName($tableName);
    }