You are here

public function CourseHandler::optionsValidate in Course 8.2

Same name and namespace in other branches
  1. 8.3 src/Helper/CourseHandler.php \Drupal\course\Helper\CourseHandler::optionsValidate()
  2. 3.x src/Helper/CourseHandler.php \Drupal\course\Helper\CourseHandler::optionsValidate()

Validate?

1 method overrides CourseHandler::optionsValidate()
CourseObject::optionsValidate in src/Entity/CourseObject.php
Validate?

File

src/Helper/CourseHandler.php, line 187

Class

CourseHandler
Master class for a course related content entity.

Namespace

Drupal\course\Helper

Code

public function optionsValidate(&$form, FormStateInterface $form_state) {
}