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

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

This is a dummy and is mostly implemented by relation types
public getCacheTags ( mixed $data, array $tags = [] ) : array
$data mixed
$tags array
Результат array
    public function getCacheTags($data, $tags = [])
    {
        return $tags;
    }