You are here

constant ENTITY_TYPE_SUPPORTED in Exif 8.2

Same name and namespace in other branches
  1. 8 exif.drush.inc \ENTITY_TYPE_SUPPORTED
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 12
Drush extension allowing to run some tasks related to exif.

Code

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