You are here

TestServiceDecorator.php in Drupal 10

File

core/modules/system/tests/modules/decorated_service_test/src/TestServiceDecorator.php
View source
<?php

namespace Drupal\decorated_service_test;

class TestServiceDecorator extends TestService {

}

Classes