You are here

public function CourseObjectAccessPluginBase::optionsValidate in Course 8.3

Same name and namespace in other branches
  1. 8.2 src/Plugin/CourseObjectAccessPluginBase.php \Drupal\course\Plugin\CourseObjectAccessPluginBase::optionsValidate()
1 method overrides CourseObjectAccessPluginBase::optionsValidate()
CourseObjectAccessGrade::optionsValidate in src/Plugin/course/CourseObjectAccess/CourseObjectAccessGrade.php

File

src/Plugin/CourseObjectAccessPluginBase.php, line 66

Class

CourseObjectAccessPluginBase
Base class for Course object access plugins.

Namespace

Drupal\course\Plugin

Code

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