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