You are here

Previewable email templates module integrations. in Previewable email templates 8.3

Same name and namespace in other branches
  1. 8.4 pet.api.php \pet
  2. 8 pet.api.php \pet
  3. 7 pet.api.php \pet

Module integrations with the Previewable email templates module.

File

./pet.api.php, line 12
This file contains no working PHP code; it exists to provide additional documentation for doxygen as well as to document hooks in the standard Drupal manner.

Classes

Namesort descending Location Description
Pet src/Entity/Pet.php Defines the pet entity.
PetDeleteForm src/Form/PetDeleteForm.php Provides a form for deleting Pet entities.
PetForm src/Form/PetForm.php Form controller for Pet edit forms.
PetListBuilder src/PetListBuilder.php Defines a class to build a listing of Pet entities.
PetRevisionDeleteForm src/Form/PetRevisionDeleteForm.php Provides a form for deleting a Pet revision.
PetRevisionRevertForm src/Form/PetRevisionRevertForm.php Provides a form for reverting a Pet revision.
PetRevisionRevertTranslationForm src/Form/PetRevisionRevertTranslationForm.php Provides a form for reverting a Pet revision for a single translation.
PetSettingsForm src/Form/PetSettingsForm.php Class PetSettingsForm.
PetStorage src/PetStorage.php Defines the storage handler class for Pet entities.

Interfaces

Namesort descending Location Description
PetStorageInterface src/PetStorageInterface.php Defines the storage handler class for Pet entities.