You are here

public static function EntityUsageSourceLevelInterface::getTopLevelEntityTypes in Entity Usage 8.3

Returns all entity type names that are defined as top-level (sources).

Return value

string[] An indexed array of top-level entity type machine names.

1 method overrides EntityUsageSourceLevelInterface::getTopLevelEntityTypes()
EntityUsageSourceLevel::getTopLevelEntityTypes in src/EntityUsageSourceLevel.php
Returns all entity type names that are defined as top-level (sources).

File

src/EntityUsageSourceLevelInterface.php, line 51

Class

EntityUsageSourceLevelInterface
Defines the interface for the service managing top-level source entities.

Namespace

Drupal\entity_usage

Code

public static function getTopLevelEntityTypes();