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