Pimcore\Model\Element\Recyclebin\Item::getStorageFileBinary PHP Method

getStorageFileBinary() public method

public getStorageFileBinary ( $element ) : string
$element
return string
    public function getStorageFileBinary($element)
    {
        return PIMCORE_RECYCLEBIN_DIRECTORY . "/" . $this->getId() . "_" . Element\Service::getElementType($element) . "-" . $element->getId() . ".bin";
    }