You are here

interface LTIToolProviderConsumerEntityControllerInterface in LTI Tool Provider 7

@file Contains LTIToolProviderConsumerEntityController.

Hierarchy

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

Namesort descending Modifiers Type Description Overrides
DrupalEntityControllerInterface::load public function Loads one or more entities. 1
DrupalEntityControllerInterface::resetCache public function Resets the internal, static entity cache. 1
LTIToolProviderConsumerEntityControllerInterface::create public function Create. 1
LTIToolProviderConsumerEntityControllerInterface::delete public function Delete. 1
LTIToolProviderConsumerEntityControllerInterface::save public function Save. 1