You are here

constant EntityUsageSourceLevel::TOP_LEVEL_TYPES in Entity Usage 8.3

Lists entity types we consider top-level.

File

src/EntityUsageSourceLevel.php, line 15

Class

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

Namespace

Drupal\entity_usage

Code

const TOP_LEVEL_TYPES = [
  'node',
];