553
553
public function validate()
556
556
throw new InvalidArgumentException(__('Please enter a display group name'), 'displayGroup');
559
559
throw new InvalidArgumentException(__('Description can not be longer than 254 characters'), 'description');
561
561
if ($this->isDisplaySpecific == 0) {