public function FeaturesBundle::getDescription in Features 8.4
Same name and namespace in other branches
- 8.3 src/Entity/FeaturesBundle.php \Drupal\features\Entity\FeaturesBundle::getDescription()
Gets the description of a bundle.
Return value
string The description of a bundle.
Overrides FeaturesBundleInterface::getDescription
See also
\Drupal\features\FeaturesBundleInterface::setDescription()
File
- src/
Entity/ FeaturesBundle.php, line 167
Class
- FeaturesBundle
- Defines a features bundle.
Namespace
Drupal\features\EntityCode
public function getDescription() {
return $this->description;
}