Esensi\Model\Traits\SluggableModelTrait::getSlugKey PHP Méthode

getSlugKey() public méthode

Get the key that defines the model's sluggable attribute.
public getSlugKey ( ) : string
Résultat string
    public function getSlugKey()
    {
        return $this->sluggableKey ?: 'slug';
    }