Skip to content
Snippets Groups Projects
Commit 42f9d899 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #660904 by Crell, Crell: wrong interface name in hook_entity_info() docblock.

parent 70318748
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment