Bolt\Storage\Entity\ContentRouteTrait::getReference PHP Method

getReference() protected method

Get the reference to this record, to uniquely identify this specific record.
protected getReference ( ) : string
return string
    protected function getReference()
    {
        $reference = $this->contenttype['singular_slug'] . '/' . $this->getLinkSlug();
        return $reference;
    }