You are here

public function EntityExportCsvManagerInterface::getContentEntityTypesEnabled in Entity Export CSV 8

Returns an array of content entity types ID enabled.

Parameters

bool $return_label: Return an array with the label as value.

Return value

array An array of entity type id enabled.

1 method overrides EntityExportCsvManagerInterface::getContentEntityTypesEnabled()
EntityExportCsvManager::getContentEntityTypesEnabled in src/EntityExportCsvManager.php
Returns an array of content entity types ID enabled.

File

src/EntityExportCsvManagerInterface.php, line 40

Class

EntityExportCsvManagerInterface
Interface EntityExportCsvManagerInterface.

Namespace

Drupal\entity_export_csv

Code

public function getContentEntityTypesEnabled($return_label = FALSE);