You are here

public function PreferredFeatureInterface::getName in Open Social 10.3.x

Get the name of the preferred feature.

Return value

string The preferred feature name.

File

modules/social_features/social_branding/src/PreferredFeatureInterface.php, line 16

Class

PreferredFeatureInterface
Provides an interface defining a preferred feature.

Namespace

Drupal\social_branding

Code

public function getName() : string;