You are here

public static function EntityUsageSourceLevelInterface::getBottomLevelEntityTypes in Entity Usage 8.3

Returns all entity type names that are defined as bottom-level (targets).

Return value

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

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

File

src/EntityUsageSourceLevelInterface.php, line 67

Class

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

Namespace

Drupal\entity_usage

Code

public static function getBottomLevelEntityTypes();