Craft\Seomatic_MetaModel::isEditable PHP Method

isEditable() public method

Returns whether the current user can edit the element.
public isEditable ( ) : boolean
return boolean
    public function isEditable()
    {
        return true;
    }