function sc_configure

2 calls to sc_configure()
6 string references to 'sc_configure'

File

drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/classes.php, line 3

Code

function sc_configure($instance) {
  $instance
    ->configure();
}