You are here

public function FeaturesBundleInterface::setMachineName in Features 8.4

Same name and namespace in other branches
  1. 8.3 src/FeaturesBundleInterface.php \Drupal\features\FeaturesBundleInterface::setMachineName()

Sets the machine name of a bundle.

Parameters

string $machine_name: The machine name of a bundle.

See also

\Drupal\features\FeaturesBundleInterface::getMachineName()

1 method overrides FeaturesBundleInterface::setMachineName()
FeaturesBundle::setMachineName in src/Entity/FeaturesBundle.php
Sets the machine name of a bundle.

File

src/FeaturesBundleInterface.php, line 38

Class

FeaturesBundleInterface
Provides an interface for the FeaturesBundle object.

Namespace

Drupal\features

Code

public function setMachineName($machine_name);