You are here

public function FeaturesBundleInterface::getProfileName in Features 8.4

Same name and namespace in other branches
  1. 8.3 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\features

Code

public function getProfileName();