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