You are here

public function FeaturesBundle::getName in Features 8.4

Same name and namespace in other branches
  1. 8.3 src/Entity/FeaturesBundle.php \Drupal\features\Entity\FeaturesBundle::getName()

Gets the human readable name of a bundle.

Return value

string The human readable name of a bundle.

Overrides FeaturesBundleInterface::getName

See also

\Drupal\features\FeaturesBundleInterface::setName()

File

src/Entity/FeaturesBundle.php, line 113

Class

FeaturesBundle
Defines a features bundle.

Namespace

Drupal\features\Entity

Code

public function getName() {
  return $this->name;
}