You are here

basic.tpl.php in Hosting 7.3

Same filename and directory in other branches
  1. 7.4 example/example_service/drush/Provision/Config/basic.tpl.php

File

example/example_service/drush/Provision/Config/basic.tpl.php
View source
This is an example template for the example service in provision.

The value set in the UI for this service was : <?php

print $this->example_field;
?>

The time generated in the data_options() method was: <?php

print $example_current_time;