You are here

public function EntityExportCsvManagerInterface::getSupportedContentEntityTypes in Entity Export CSV 8

Returns objects or id of content entity types supported.

Parameters

bool $return_object: Should we return an array of object ?

Return value

array Id or Objects of entity types supported.

1 method overrides EntityExportCsvManagerInterface::getSupportedContentEntityTypes()
EntityExportCsvManager::getSupportedContentEntityTypes in src/EntityExportCsvManager.php
Returns objects or id of content entity types supported.

File

src/EntityExportCsvManagerInterface.php, line 29

Class

EntityExportCsvManagerInterface
Interface EntityExportCsvManagerInterface.

Namespace

Drupal\entity_export_csv

Code

public function getSupportedContentEntityTypes($return_object = TRUE);