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