public function EnvironmentIndicator::setMachine in Environment Indicator 4.x
Same name and namespace in other branches
- 8.3 src/Entity/EnvironmentIndicator.php \Drupal\environment_indicator\Entity\EnvironmentIndicator::setMachine()
Gets the machine name.
Parameters
string $machine: The machine-readable ID for the configurable.
File
- src/Entity/ EnvironmentIndicator.php, line 134 
Class
- EnvironmentIndicator
- Defines a Environment configuration entity.
Namespace
Drupal\environment_indicator\EntityCode
public function setMachine($machine) {
  $this
    ->set('machine', $machine);
}