You are here

container_test_file_service_test_service_function.php in Drupal 10

Contains a test function for container 'file' include testing.

File

core/tests/Drupal/Tests/Component/DependencyInjection/Fixture/container_test_file_service_test_service_function.php
View source
<?php

/**
 * @file
 * Contains a test function for container 'file' include testing.
 */

/**
 * Test function for container testing.
 *
 * @return string
 *   A string just for testing.
 */
function container_test_file_service_test_service_function() {
  return 'Hello Container';
}

Functions

Namesort descending Description
container_test_file_service_test_service_function Test function for container testing.