public function FeaturesBundleInterface::getProfileName in Features 8.3
Same name and namespace in other branches
- 8.4 src/FeaturesBundleInterface.php \Drupal\features\FeaturesBundleInterface::getProfileName()
Returns the machine name of the profile.
If the bundle doesn't use a profile, return the current site profile.
Return value
string THe machie name of a profile.
See also
\Drupal\features\FeaturesBundleInterface::setProfileName()
1 method overrides FeaturesBundleInterface::getProfileName()
- FeaturesBundle::getProfileName in src/
Entity/ FeaturesBundle.php - Returns the machine name of the profile.
File
- src/
FeaturesBundleInterface.php, line 150
Class
- FeaturesBundleInterface
- Provides an interface for the FeaturesBundle object.
Namespace
Drupal\featuresCode
public function getProfileName();