container_test_file_service_test_service_function.php

Same filename and directory in other branches
  1. 11.x core/tests/Drupal/Tests/Component/DependencyInjection/Fixture/container_test_file_service_test_service_function.php

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

Title Deprecated Summary
container_test_file_service_test_service_function Test function for container testing.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.