DvsField::getScopeAttribute PHP Méthode

getScopeAttribute() public méthode

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