You are here

public function FeaturesBundleInterface::getDescription in Features 8.4

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

Gets the description of a bundle.

Return value

string The description of a bundle.

See also

\Drupal\features\FeaturesBundleInterface::setDescription()

1 method overrides FeaturesBundleInterface::getDescription()
FeaturesBundle::getDescription in src/Entity/FeaturesBundle.php
Gets the description of a bundle.

File

src/FeaturesBundleInterface.php, line 112

Class

FeaturesBundleInterface
Provides an interface for the FeaturesBundle object.

Namespace

Drupal\features

Code

public function getDescription();