1 file.entity.inc public File::entityType()

Implements EntityInterface::entityType().

Overrides EntityInterface::entityType

File

core/modules/file/file.entity.inc, line 116
Entity controller and class for files.

Class

File
Defines the file entity class.

Code

public function entityType() {
  return 'file';
}