You are here

public function FeaturesBundleInterface::getName in Features 8.4

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

Gets the human readable name of a bundle.

Return value

string The human readable name of a bundle.

See also

\Drupal\features\FeaturesBundleInterface::setName()

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

File

src/FeaturesBundleInterface.php, line 48

Class

FeaturesBundleInterface
Provides an interface for the FeaturesBundle object.

Namespace

Drupal\features

Code

public function getName();