/**
  * Validates the request object to see if the current request fulfills the "requirement" portion of an attribute.
  * @return bool|\Concrete\Core\Error\Error
  */
 public function validateAttributeForm()
 {
     return parent::validateAttributeForm();
 }