You are here

public function EntityExportCsvManagerInterface::getConfigurations in Entity Export CSV 8

Get the entity export csv configurations.

Parameters

string $entity_type_id: The entity type id.

Return value

\Drupal\entity_export_csv\Entity\EntityExportCsvInterface[] The entity export csv config entities.

Throws

\Drupal\Component\Plugin\Exception\InvalidPluginDefinitionException

\Drupal\Component\Plugin\Exception\PluginNotFoundException

1 method overrides EntityExportCsvManagerInterface::getConfigurations()
EntityExportCsvManager::getConfigurations in src/EntityExportCsvManager.php
Get the entity export csv configurations.

File

src/EntityExportCsvManagerInterface.php, line 123

Class

EntityExportCsvManagerInterface
Interface EntityExportCsvManagerInterface.

Namespace

Drupal\entity_export_csv

Code

public function getConfigurations($entity_type_id = '');