container_test_file_service_test_service_function.php
Same filename in other branches
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.