public function FeaturesBundleInterface::setIsProfile in Features 8.3
Same name and namespace in other branches
- 8.4 src/FeaturesBundleInterface.php \Drupal\features\FeaturesBundleInterface::setIsProfile()
Sets option for using a profile with this bundle.
Parameters
bool $value: TRUE if a profile is used with this bundle.
1 method overrides FeaturesBundleInterface::setIsProfile()
- FeaturesBundle::setIsProfile in src/
Entity/ FeaturesBundle.php - Sets option for using a profile with this bundle.
File
- src/
FeaturesBundleInterface.php, line 138
Class
- FeaturesBundleInterface
- Provides an interface for the FeaturesBundle object.
Namespace
Drupal\featuresCode
public function setIsProfile($value);