You are here

public function FeaturesBundleInterface::setProfileName in Features 8.4

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

Code

public function setProfileName($machine_name);