You are here

CourseObjectNodeFulfillment.php in Course 3.x

File

modules/course_content/src/Course/Object/CourseObjectNodeFulfillment.php
View 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

Namesort descending Description
CourseObjectNodeFulfillment Course object node fulfillment.