Referencia de la Interfaz CesMessageTemplateControllerInterface

CesMessageTemplateControllerInterface definition. Más...

Diagrama de herencias de CesMessageTemplateControllerInterface
DrupalEntityControllerInterface CesMessageTemplateController

Métodos públicos

 create ()
 Create an entity. Más...
 
 delete ($entity)
 Delete an entity. Más...
 
 save ($entity)
 Save an entity. Más...
 

Descripción detallada

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.

Ver también
hook_entity_info_alter()

La documentación para este interfaz fue generada a partir del siguiente fichero: