Craft\Seomatic_MetaFieldModel::isEditable PHP Method

isEditable() public method

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