You are here

public function FeaturesBundleInterface::setName in Features 8.4

Same name and namespace in other branches
  1. 8.3 src/FeaturesBundleInterface.php \Drupal\features\FeaturesBundleInterface::setName()

Sets the human readable name of a bundle.

Parameters

string $name: The human readable name of a bundle.

See also

\Drupal\features\FeaturesBundleInterface::getName()

1 method overrides FeaturesBundleInterface::setName()
FeaturesBundle::setName in src/Entity/FeaturesBundle.php
Sets the human readable name of a bundle.

File

src/FeaturesBundleInterface.php, line 58

Class

FeaturesBundleInterface
Provides an interface for the FeaturesBundle object.

Namespace

Drupal\features

Code

public function setName($name);