You are here

public function ConfigListInterface::getTypeByPrefix in Configuration Update Manager 8

Returns the entity type object for a given config prefix.

Parameters

string $prefix: Config prefix.

Return value

\Drupal\Core\Entity\EntityTypeInterface Entity type object corresponding to $prefix.

1 method overrides ConfigListInterface::getTypeByPrefix()
ConfigLister::getTypeByPrefix in src/ConfigLister.php
Returns the entity type object for a given config prefix.

File

src/ConfigListInterface.php, line 38

Class

ConfigListInterface
Defines an interface for config listings.

Namespace

Drupal\config_update

Code

public function getTypeByPrefix($prefix);