service_container_symfony.module in Service Container 7
Same filename and directory in other branches
Main module file for the service_container_symfony module.
File
modules/providers/service_container_symfony/service_container_symfony.moduleView source
<?php
/**
* @file
* Main module file for the service_container_symfony module.
*/
// -----------------------------------------------------------------------
// Contrib Hooks
/**
* Implements hook_ctools_plugin_directory().
*/
function service_container_symfony_ctools_plugin_directory($owner, $plugin_type) {
if ($owner == 'service_container') {
return 'src/ServiceContainer/' . $plugin_type;
}
return NULL;
}
// -----------------------------------------------------------------------
// Public API
Functions
Name | Description |
---|---|
service_container_symfony_ctools_plugin_directory | Implements hook_ctools_plugin_directory(). |