You are here

public function ConfigListInterface::getType in Configuration Update Manager 8

Returns the entity type object for a given config type name.

Parameters

string $name: Config entity type machine name.

Return value

\Drupal\Core\Entity\EntityTypeInterface Entity type object with machine name $name.

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

File

src/ConfigListInterface.php, line 27

Class

ConfigListInterface
Defines an interface for config listings.

Namespace

Drupal\config_update

Code

public function getType($name);