You are here

10 calls to course_get_handlers() in Course 3.x

CourseEventSubscriber::onRequest in src/EventSubscriber/CourseEventSubscriber.php
Check if the current node will fulfill an object.
CourseObject::getComponentName in src/Entity/CourseObject.php
Get the object component title for this course object.
CourseObject::getTitle in src/Entity/CourseObject.php
CourseObjectFulfillmentStorage::doCreate in src/Storage/CourseObjectFulfillmentStorage.php
Performs storage-specific creation of entities.
CourseObjectFulfillmentStorage::mapFromStorageRecords in src/Storage/CourseObjectFulfillmentStorage.php
When loading from the database, map any object to its respective class.
CourseObjectStorage::doCreate in src/Storage/CourseObjectStorage.php
When creating a new entity, map any object to its respective class.
CourseObjectStorage::mapFromStorageRecords in src/Storage/CourseObjectStorage.php
When loading from the database, map any object to its respective class.
CourseOutlineForm::buildForm in src/Form/CourseOutlineForm.php
Form constructor.
CourseOutlineForm::formObject in src/Form/CourseOutlineForm.php
Form constructor for a course object.
course_generate_form in ./course.devel.inc
Form callback for devel_generate support.