fa_form__fa_form__markup.tpl.php |
fa_form__fa_form__markup.tpl.php |
|
'markup' view mode theme implementation for fa_form. |
formassembly.admin.inc |
formassembly.admin.inc |
|
Contains FormAssembly admin settings. |
formassembly.drush.inc |
formassembly.drush.inc |
|
Drush command file |
formassembly.info |
formassembly.info |
|
name = FormAssembly
description = Synchronize FormAssembly.com forms to Drupal nodes.
core = 7.x
package = "Services"
dependencies[] = entity
files[] = includes/FormAssemblyRequest.php
files[] = includes/FormAssemblyEntity.php
files[] =… |
formassembly.install |
formassembly.install |
|
The Drupal .install file for the formassembly module |
formassembly.module |
formassembly.module |
|
Contains hooks implementations and callbacks to non-admin pages. |
formassembly.views_default.inc |
includes/views/formassembly.views_default.inc |
|
default views for use with formassembly module |
FormAssemblyEntity.php |
includes/FormAssemblyEntity.php |
|
An Entity class for the FormAssembly entity |
FormAssemblyEntityController.php |
includes/FormAssemblyEntityController.php |
|
Provides a controller building upon the Entity API but with
some additional display and search. |
FormAssemblyRequest.php |
includes/FormAssemblyRequest.php |
|
Authorizes the current site and handles API requests to FormAssembly. |
README.txt |
README.txt |
|
FormAssembly is a module to synchronize form metadata from FormAssembly.com to the drupal database.
The forms are retrieved via rest api at the time of display. They may be embeded in content as an
entityreference field:
Target: FormAssembly… |