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