public function FeaturesBundleInterface::setName in Features 8.3
Same name and namespace in other branches
- 8.4 src/FeaturesBundleInterface.php \Drupal\features\FeaturesBundleInterface::setName()
Sets the human readable name of a bundle.
Parameters
string $name: The human readable name of a bundle.
See also
\Drupal\features\FeaturesBundleInterface::getName()
1 method overrides FeaturesBundleInterface::setName()
- FeaturesBundle::setName in src/
Entity/ FeaturesBundle.php - Sets the human readable name of a bundle.
File
- src/
FeaturesBundleInterface.php, line 58
Class
- FeaturesBundleInterface
- Provides an interface for the FeaturesBundle object.
Namespace
Drupal\featuresCode
public function setName($name);