public function FeaturesBundleInterface::setProfileName in Features 8.3
Same name and namespace in other branches
- 8.4 src/FeaturesBundleInterface.php \Drupal\features\FeaturesBundleInterface::setProfileName()
Sets the name of the profile associated with this bundle.
Parameters
string $machine_name: The machine name of a profile.
See also
\Drupal\features\FeaturesBundleInterface::getProfileName()
1 method overrides FeaturesBundleInterface::setProfileName()
- FeaturesBundle::setProfileName in src/
Entity/ FeaturesBundle.php - Sets the name of the profile associated with this bundle.
File
- src/
FeaturesBundleInterface.php, line 160
Class
- FeaturesBundleInterface
- Provides an interface for the FeaturesBundle object.
Namespace
Drupal\featuresCode
public function setProfileName($machine_name);