You are here

public function FeaturesManagerInterface::getFullName in Features 8.4

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

Returns the full name of a config item.

Parameters

string $type: The config type, or '' to indicate $name is already prefixed.

string $name: The config name, without prefix.

Return value

string The config item's full name.

1 method overrides FeaturesManagerInterface::getFullName()
FeaturesManager::getFullName in src/FeaturesManager.php
Returns the full name of a config item.

File

src/FeaturesManagerInterface.php, line 510

Class

FeaturesManagerInterface
Provides an interface for the FeaturesManager.

Namespace

Drupal\features

Code

public function getFullName($type, $name);