drupal/core/modules/entity/entity.info

13 lines
327 B
Plaintext

name = Entity
description = API for managing entities like nodes and users.
package = Core
version = VERSION
core = 8.x
required = TRUE
files[] = entity.class.inc
files[] = entity.query.inc
files[] = entity.controller.inc
files[] = tests/entity_crud_hook_test.test
files[] = tests/entity_query.test
files[] = tests/entity.test