You are here

service_container_symfony.module in Service Container 7.2

Main module file for the service_container_symfony module.

File

modules/providers/service_container_symfony/service_container_symfony.module
View 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