You are here

function CourseObject::poll in Course 3.x

Same name and namespace in other branches
  1. 8.3 src/Entity/CourseObject.php \Drupal\course\Entity\CourseObject::poll()
  2. 8.2 src/Entity/CourseObject.php \Drupal\course\Entity\CourseObject::poll()

Give the course object a chance do asynchronous polling and set completion on demand.

Useful for external objects.

File

src/Entity/CourseObject.php, line 820

Class

CourseObject
Parent abstract base class of all course objects.

Namespace

Drupal\course\Entity

Code

function poll() {
}