interface LTIToolProviderConsumerEntityControllerInterface in LTI Tool Provider 7
@file Contains LTIToolProviderConsumerEntityController.
Hierarchy
- interface \DrupalEntityControllerInterface
Expanded class hierarchy of LTIToolProviderConsumerEntityControllerInterface
All classes that implement LTIToolProviderConsumerEntityControllerInterface
File
- ./
LTIToolProviderConsumerEntityController.class.php, line 7 - Contains LTIToolProviderConsumerEntityController.
View source
interface LTIToolProviderConsumerEntityControllerInterface extends DrupalEntityControllerInterface {
/**
* Create.
*/
public function create();
/**
* Save.
*
* @param object $entity
* The consumer.
*/
public function save($entity);
/**
* Delete.
*
* @param object $entity
* The consumer.
*/
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 |
LTIToolProviderConsumerEntityControllerInterface:: |
public | function | Create. | 1 |
LTIToolProviderConsumerEntityControllerInterface:: |
public | function | Delete. | 1 |
LTIToolProviderConsumerEntityControllerInterface:: |
public | function | Save. | 1 |