You are here

function CourseObject::poll in Course 8.3

Same name and namespace in other branches
  1. 8.2 src/Entity/CourseObject.php \Drupal\course\Entity\CourseObject::poll()
  2. 3.x 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 759

Class

CourseObject
Parent abstract base class of all course objects.

Namespace

Drupal\course\Entity

Code

function poll() {
}