Skip to content
GitLab
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Projects
Groups
Snippets
Sign up now
Login
Sign in
Toggle navigation
Menu
Open sidebar
project
provision
Commits
f36d2c5b
Commit
f36d2c5b
authored
Sep 07, 2015
by
Jon Pugh
Browse files
Issue
#2562467
: Adding mention of d() to the documentation blocks for the "config alter" hooks.
parent
79a9a9a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
provision.api.php
View file @
f36d2c5b
...
...
@@ -59,6 +59,9 @@ function hook_provision_drupal_config($uri, $data) {
*
* To use templating, return an include statement for the template.
*
* The d() function is available to retrieve more information from the aegir
* context.
*
* @param $data
* Associative array of data from Provision_Config_Apache_Server::data.
*
...
...
@@ -75,6 +78,9 @@ function drush_hook_provision_apache_server_config($data) {
*
* To use templating, return an include statement for the template.
*
* The d() function is available to retrieve more information from the aegir
* context.
*
* @param $data
* Associative array of data from Provision_Config_Apache_Platform::data.
*
...
...
@@ -91,6 +97,9 @@ function drush_hook_provision_apache_dir_config($data) {
*
* To use templating, return an include statement for the template.
*
* The d() function is available to retrieve more information from the aegir
* context.
*
* @param $uri
* URI for the site.
* @param $data
...
...
@@ -109,6 +118,9 @@ function drush_hook_provision_apache_vhost_config($uri, $data) {
*
* To use templating, return an include statement for the template.
*
* The d() function is available to retrieve more information from the aegir
* context.
*
* @param $data
* Associative array of data from Provision_Config_Nginx_Server::data.
*
...
...
@@ -125,6 +137,9 @@ function drush_hook_provision_nginx_server_config($data) {
*
* To use templating, return an include statement for the template.
*
* The d() function is available to retrieve more information from the aegir
* context.
*
* @param $data
* Associative array of data from Provision_Config_Nginx_Platform::data.
*
...
...
@@ -141,6 +156,9 @@ function drush_hook_provision_nginx_dir_config($data) {
*
* To use templating, return an include statement for the template.
*
* The d() function is available to retrieve more information from the aegir
* context.
*
* @param $uri
* URI for the site.
* @param $data
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment