diff --git a/modules/system/system.api.php b/modules/system/system.api.php index bf499efd3e441befabac967820fd264e9cf44fe2..db3c454858fbe7bce47d2290c67f6012da56e302 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -58,8 +58,8 @@ function hook_hook_info() { * properties of those types that the system needs to know about: * - name: The human-readable name of the type. * - controller class: The name of the class that is used to load the objects. - * The class has to implement the DrupalEntityController interface. Leave - * blank to use the DefaultDrupalEntityController implementation. + * The class has to implement the DrupalEntityControllerInterface interface. + * Leave blank to use the DefaultDrupalEntityController implementation. * - base table: (used by DefaultDrupalEntityController) The name of the * entity type's base table. * - static cache: (used by DefaultDrupalEntityController) FALSE to disable