Pimcore\Model\Element\AbstractElement::getCacheTag PHP Méthode

getCacheTag() public méthode

get the cache tag for the element
public getCacheTag ( ) : string
Résultat string
    public function getCacheTag()
    {
        $elementType = Service::getElementType($this);
        return $elementType . "_" . $this->getId();
    }