Cviebrock\EloquentSluggable\SluggableScopeHelpers::getSlugKey PHP Méthode

getSlugKey() public méthode

Primary slug value of this model.
public getSlugKey ( ) : string
Résultat string
    public function getSlugKey()
    {
        return $this->getAttribute($this->getSlugKeyName());
    }