public function ScheduleInterface::getDescription in Business Rules 8
Same name and namespace in other branches
- 2.x src/Entity/ScheduleInterface.php \Drupal\business_rules\Entity\ScheduleInterface::getDescription()
Gets the Schedule description.
Return value
string The Schedule description.
1 method overrides ScheduleInterface::getDescription()
- Schedule::getDescription in src/
Entity/ Schedule.php - Gets the Schedule description.
File
- src/
Entity/ ScheduleInterface.php, line 119
Class
- ScheduleInterface
- Provides an interface for defining Schedule entities.
Namespace
Drupal\business_rules\EntityCode
public function getDescription();