diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-12-17 08:00:59 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-12-17 08:00:59 +0000 |
commit | 42f9d899afa070e9a5f8e22c9a23b56acf8c6038 (patch) | |
tree | 62daee54e8887563ac6178b9e3fd888f9bc3412f /modules/system | |
parent | 703187481ab879ce949669aeaee4a26ddeda2bf5 (diff) | |
download | brdo-42f9d899afa070e9a5f8e22c9a23b56acf8c6038.tar.gz brdo-42f9d899afa070e9a5f8e22c9a23b56acf8c6038.tar.bz2 |
- Patch #660904 by Crell, Crell: wrong interface name in hook_entity_info() docblock.
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.api.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php index bf499efd3..db3c45485 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 |