TestService.php

Same filename in this branch
  1. 11.x core/modules/system/tests/modules/services_defaults_test/src/TestService.php
  2. 11.x core/modules/system/tests/modules/autowire_test/src/TestService.php
Same filename in other branches
  1. 9 core/modules/system/tests/modules/decorated_service_test/src/TestService.php
  2. 9 core/modules/system/tests/modules/services_defaults_test/src/TestService.php
  3. 9 core/modules/system/tests/modules/autowire_test/src/TestService.php
  4. 10 core/modules/system/tests/modules/decorated_service_test/src/TestService.php
  5. 10 core/modules/system/tests/modules/services_defaults_test/src/TestService.php
  6. 10 core/modules/system/tests/modules/autowire_test/src/TestService.php

Namespace

Drupal\decorated_service_test

File

core/modules/system/tests/modules/decorated_service_test/src/TestService.php

View source
<?php

declare (strict_types=1);
namespace Drupal\decorated_service_test;


/**
 * A service class for handling test functionality.
 */
class TestService {

}

Classes

Title Deprecated Summary
TestService A service class for handling test functionality.

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