You are here

private function Bundle::createMachineName in Entity Construction Kit (ECK) 7.3

Same name and namespace in other branches
  1. 7.2 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 512
Classes for all the different objects used in ECK.

Class

Bundle

Code

private function createMachineName() {
  $this->machine_name = "{$this->entity_type}_{$this->name}";
}