DvsField::getScopeAttribute PHP Method

getScopeAttribute() public method

Let's us know if the scope of this field is global or page
public getScopeAttribute ( ) : string
return string
    public function getScopeAttribute()
    {
        return 'field';
    }