function CourseObjectSignup::getCloneAbility in Course 6
Same name and namespace in other branches
- 7.2 modules/course_signup/course_signup.classes.inc \CourseObjectSignup::getCloneAbility()
- 7 modules/course_signup/course_signup.classes.inc \CourseObjectSignup::getCloneAbility()
Returns an translated error message if this object has issues with cloning.
Return value
mixed TRUE if cloning is supported, FALSE if cloning is not supported. A string if the object can clone but with caveats.
Overrides CourseObjectNode::getCloneAbility
File
- modules/
course_signup/ course_signup.classes.inc, line 75
Class
Code
function getCloneAbility() {
return TRUE;
}