public function FeaturesBundleInterface::getFullName in Features 8.4
Same name and namespace in other branches
- 8.3 src/FeaturesBundleInterface.php \Drupal\features\FeaturesBundleInterface::getFullName()
Returns a full machine name prefixed with the bundle name.
Parameters
string $short_name: The short machine_name of a bundle.
Return value
string The full machine_name of a bundle.
1 method overrides FeaturesBundleInterface::getFullName()
- FeaturesBundle::getFullName in src/
Entity/ FeaturesBundle.php - Returns a full machine name prefixed with the bundle name.
File
- src/
FeaturesBundleInterface.php, line 69
Class
- FeaturesBundleInterface
- Provides an interface for the FeaturesBundle object.
Namespace
Drupal\featuresCode
public function getFullName($short_name);