public function LPModuleAvailability::getOpenDate in Opigno Learning path 8
Same name and namespace in other branches
- 3.x src/Entity/LPModuleAvailability.php \Drupal\opigno_learning_path\Entity\LPModuleAvailability::getOpenDate()
Get training module open date.
File
- src/
Entity/ LPModuleAvailability.php, line 80
Class
- LPModuleAvailability
- The Learning Path Module Availability entity type definition.
Namespace
Drupal\opigno_learning_path\EntityCode
public function getOpenDate() {
return $this
->get('open_date')->value;
}