data.php in Hosting 7.4
Same filename in this branch
Same filename and directory in other branches
File
example/server_data/drush/Provision/Service/server/data.phpView source
<?php
/**
* The server_data service class.
*/
class Provision_Service_server_data extends Provision_Service {
public $service = 'server_data';
/**
* Add the needed properties to the server context.
*/
static function subscribe_server($context) {
$context
->setProperty('server_data');
}
}
Classes
Name![]() |
Description |
---|---|
Provision_Service_server_data | The server_data service class. |