Same name and namespace in other branches
  1. 8.x-2.x exif.drush.inc \ENTITY_TYPE_SUPPORTED 1 comment
1 use of ENTITY_TYPE_SUPPORTED
__check_entity_type in ./exif.drush.inc
Check an entity type is supported by this module.

File

./exif.drush.inc, line 13

Code

const ENTITY_TYPE_SUPPORTED = [
    'file',
    'media',
    'node',
];