Craft\Seomatic_MetaModel::isEditable PHP Метод

isEditable() публичный Метод

Returns whether the current user can edit the element.
public isEditable ( ) : boolean
Результат boolean
    public function isEditable()
    {
        return true;
    }