You are here

public function FeaturesManagerInterface::getConfigType in Features 8.4

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

Returns the short name and type of a full config name.

Parameters

string $fullname: The full configuration name.

Return value

array 'type' => string the config type 'name_short' => string the short config name, without prefix.

1 method overrides FeaturesManagerInterface::getConfigType()
FeaturesManager::getConfigType in src/FeaturesManager.php
Returns the short name and type of a full config name.

File

src/FeaturesManagerInterface.php, line 522

Class

FeaturesManagerInterface
Provides an interface for the FeaturesManager.

Namespace

Drupal\features

Code

public function getConfigType($fullname);