You are here

public function CourseHandler::optionsValidate in Course 3.x

Same name and namespace in other branches
  1. 8.3 src/Helper/CourseHandler.php \Drupal\course\Helper\CourseHandler::optionsValidate()
  2. 8.2 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 180

Class

CourseHandler
Master class for a course related content entity.

Namespace

Drupal\course\Helper

Code

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