You are here

function CourseObject::thaw in Course 8.3

Same name and namespace in other branches
  1. 8.2 src/Entity/CourseObject.php \Drupal\course\Entity\CourseObject::thaw()
  2. 3.x src/Entity/CourseObject.php \Drupal\course\Entity\CourseObject::thaw()
1 call to CourseObject::thaw()
CourseObject::save in src/Entity/CourseObject.php
Apply configuration from session and let objects create their instances before saving the course object.
1 method overrides CourseObject::thaw()
CourseObjectNode::thaw in modules/course_content/src/Course/Object/CourseObjectNode.php
Thaw data frozen from an earlier export/clone.

File

src/Entity/CourseObject.php, line 801

Class

CourseObject
Parent abstract base class of all course objects.

Namespace

Drupal\course\Entity

Code

function thaw($ice) {
}