CourseObjectNodeFulfillment.php in Course 8.3
Same filename and directory in other branches
Namespace
Drupal\course_content\Course\ObjectFile
modules/course_content/src/Course/Object/CourseObjectNodeFulfillment.phpView source
<?php
namespace Drupal\course_content\Course\Object;
use Drupal\course\Entity\CourseObjectFulfillment;
/**
* Course object node fulfillment.
*
* Represents the fulfillment record in the database.
*
*/
class CourseObjectNodeFulfillment extends CourseObjectFulfillment {
}
Classes
Name | Description |
---|---|
CourseObjectNodeFulfillment | Course object node fulfillment. |