TestServiceDecorator.php

Same filename in other branches
  1. 9 core/modules/system/tests/modules/decorated_service_test/src/TestServiceDecorator.php
  2. 10 core/modules/system/tests/modules/decorated_service_test/src/TestServiceDecorator.php

Namespace

Drupal\decorated_service_test

File

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

View source
<?php

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


/**
 * Decorator for the TestService class.
 */
class TestServiceDecorator extends TestService {

}

Classes

Title Deprecated Summary
TestServiceDecorator Decorator for the TestService class.

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