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