You are here

public function FeatureInterface::getConfigurationByType in Configuration selector 8

Same name and namespace in other branches
  1. 8.2 src/Entity/FeatureInterface.php \Drupal\config_selector\Entity\FeatureInterface::getConfigurationByType()

Gets the feature's configuration entities of the specified type.

Parameters

string $entity_type_id: The entity type of the returned configuration entities.

Return value

\Drupal\Core\Config\Entity\ConfigEntityInterface[] The feature's configuration entities of the specified type. Keyed by their ID.

1 method overrides FeatureInterface::getConfigurationByType()
Feature::getConfigurationByType in src/Entity/Feature.php
Gets the feature's configuration entities of the specified type.

File

src/Entity/FeatureInterface.php, line 38

Class

FeatureInterface
Provides an interface defining a Configuration Selector feature entity.

Namespace

Drupal\config_selector\Entity

Code

public function getConfigurationByType($entity_type_id);