![]() |
CesMessageTemplateControllerInterface definition. Más...
Métodos públicos | |
create () | |
Create an entity. Más... | |
delete ($entity) | |
Delete an entity. Más... | |
save ($entity) | |
Save an entity. Más... | |
CesMessageTemplateControllerInterface definition.
We create an interface here because anyone could come along and use hook_entity_info_alter() to change our controller class. We want to let them know what methods our class needs in order to function with the rest of the module, so here's a handy list.