You are here

public function FeaturesBundleInterface::getMachineName in Features 8.4

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

Returns the machine name of a bundle.

Return value

string The machine name of a bundle.

See also

\Drupal\features\FeaturesBundleInterface::setMachineName()

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

File

src/FeaturesBundleInterface.php, line 28

Class

FeaturesBundleInterface
Provides an interface for the FeaturesBundle object.

Namespace

Drupal\features

Code

public function getMachineName();