pet.api.php |
pet.api.php |
|
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. |
pet.css |
pet.css |
|
div.pet_body_label label {
display: block;
font-weight: bold;
}
div.pet_body_preview {
margin-top: 2px;
margin-bottom: 10px;
margin-right: 29px;
padding: .3em;
border: 1px solid #999;
} |
pet.info.yml |
pet.info.yml |
|
pet.info.yml |
pet.links.action.yml |
pet.links.action.yml |
|
pet.links.action.yml |
pet.links.menu.yml |
pet.links.menu.yml |
|
pet.links.menu.yml |
pet.links.task.yml |
pet.links.task.yml |
|
pet.links.task.yml |
pet.module |
pet.module |
|
Previewable Email Template module. |
pet.permissions.yml |
pet.permissions.yml |
|
pet.permissions.yml |
Pet.php |
src/Entity/Pet.php |
Drupal\pet\Entity |
|
pet.routing.yml |
pet.routing.yml |
|
pet.routing.yml |
pet.rules.inc |
pet.rules.inc |
|
Rules integration for the PET module. |
PetAccessControlHandler.php |
src/PetAccessControlHandler.php |
Drupal\pet |
|
PetDeleteForm.php |
src/Form/PetDeleteForm.php |
Drupal\pet\Form |
|
PetForm.php |
src/Form/PetForm.php |
Drupal\pet\Form |
|
PetHtmlRouteProvider.php |
src/PetHtmlRouteProvider.php |
Drupal\pet |
|
PetInterface.php |
src/PetInterface.php |
Drupal\pet |
|
PetListBuilder.php |
src/Controller/PetListBuilder.php |
Drupal\pet\Controller |
|
PetPreviewForm.php |
src/Form/PetPreviewForm.php |
Drupal\pet\Form |
|
PetSettingsForm.php |
src/Form/PetSettingsForm.php |
Drupal\pet\Form |
|
PetTranslationHandler.php |
src/PetTranslationHandler.php |
Drupal\pet |
|
PetViewsData.php |
src/Entity/PetViewsData.php |
Drupal\pet\Entity |
Contains \Drupal\pet\Entity\PetViewsData. |
README.txt |
README.txt |
|
Previewable Email Templates (PET)
=================================
The Previewable Email Template (PET) module lets users create email templates,
with token substitution, which can be previewed before sending. The emails can
be sent to one or many… |