You are here

public function PictureMapping::getMachineName in Picture 7.2

Get the machine name.

Return value

string The machine name.

1 call to PictureMapping::getMachineName()
PictureMapping::__get in includes/PictureMapping.php
Is utilized for reading data from inaccessible properties.

File

includes/PictureMapping.php, line 260
Picture Mapping class.

Class

PictureMapping
Picture mapping class.

Code

public function getMachineName() {
  return $this->machine_name;
}