TestPrivateService.php
Same filename in other branches
Namespace
Drupal\services_defaults_testFile
-
core/
modules/ system/ tests/ modules/ services_defaults_test/ src/ TestPrivateService.php
View source
<?php
declare (strict_types=1);
namespace Drupal\services_defaults_test;
/**
* A service to test private flag.
*/
class TestPrivateService {
}
Classes
Title | Deprecated | Summary |
---|---|---|
TestPrivateService | A service to test private flag. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.