public function FeaturesBundleInterface::isProfilePackage in Features 8.3
Same name and namespace in other branches
- 8.4 src/FeaturesBundleInterface.php \Drupal\features\FeaturesBundleInterface::isProfilePackage()
Determines if the package with $machine_name is the bundle profile.
Parameters
string $machine_name: The machine name of a package.
Return value
bool TRUE if the package with $machine_name is the bundle profile.
1 method overrides FeaturesBundleInterface::isProfilePackage()
- FeaturesBundle::isProfilePackage in src/
Entity/ FeaturesBundle.php - Determines if the package with $machine_name is the bundle profile.
File
- src/
FeaturesBundleInterface.php, line 102
Class
- FeaturesBundleInterface
- Provides an interface for the FeaturesBundle object.
Namespace
Drupal\featuresCode
public function isProfilePackage($machine_name);