private function Bundle::createMachineName in Entity Construction Kit (ECK) 7.2
Same name and namespace in other branches
- 7.3 eck.classes.inc \Bundle::createMachineName()
Create a machine name.
1 call to Bundle::createMachineName()
- Bundle::save in ./
eck.classes.inc - Save the entity type.
File
- ./
eck.classes.inc, line 553 - Classes for all the different objects used in ECK.
Class
- Bundle
- A bundle database object.
Code
private function createMachineName() {
$this->machine_name = "{$this->entity_type}_{$this->name}";
}