Constraint_required::applyParsley PHP Method

applyParsley() public method

public applyParsley ( )
    public function applyParsley()
    {
        parent::applyParsley();
        $this->field->setAttribute('data-parsley-required', 'true');
        $this->field->addExtraClass('required');
    }