interface LTIToolProviderMembershipsContextEntityControllerInterface in LTI Tool Provider 7
Memberships Context Entity controller interface.
Hierarchy
- interface \DrupalEntityControllerInterface
Expanded class hierarchy of LTIToolProviderMembershipsContextEntityControllerInterface
All classes that implement LTIToolProviderMembershipsContextEntityControllerInterface
File
- lti_tool_provider_memberships/
LTIToolProviderMembershipsContextEntityController.class.php, line 10 - Contains LTIToolProviderMembershipsContextEntityController.
View source
interface LTIToolProviderMembershipsContextEntityControllerInterface extends DrupalEntityControllerInterface {
public function create();
public function save($entity);
public function delete($entity);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
DrupalEntityControllerInterface:: |
public | function | Loads one or more entities. | 1 |
DrupalEntityControllerInterface:: |
public | function | Resets the internal, static entity cache. | 1 |
LTIToolProviderMembershipsContextEntityControllerInterface:: |
public | function | 1 | |
LTIToolProviderMembershipsContextEntityControllerInterface:: |
public | function | 1 | |
LTIToolProviderMembershipsContextEntityControllerInterface:: |
public | function | 1 |