Pimcore\Model\Object\ClassDefinition\Data::getDataForSearchIndex PHP Метод

getDataForSearchIndex() публичный Метод

public getDataForSearchIndex ( $object, mixed $params = [] ) : string
$object
$params mixed
Результат string
    public function getDataForSearchIndex($object, $params = [])
    {
        // this is the default, but csv doesn't work for all data types
        return $this->getForCsvExport($object, $params);
    }