Neos\Flow\Package\MetaData\SystemConstraint::getConstraintScope PHP Method

getConstraintScope() public method

See also: Constraint::getConstraintScope()
public getConstraintScope ( ) : string
return string The constraint scope
    public function getConstraintScope()
    {
        return MetaDataInterface::CONSTRAINT_SCOPE_SYSTEM;
    }