diff options
author | catch <catch@35733.no-reply.drupal.org> | 2022-11-28 13:16:04 +0000 |
---|---|---|
committer | catch <catch@35733.no-reply.drupal.org> | 2022-11-28 13:16:04 +0000 |
commit | 85b4d86cb4a23e3596d892a81555f3c3e9be23d0 (patch) | |
tree | 26d34a29a957956533d40baf01b764aa0033d445 /core/scripts/generate-proxy-class.php | |
parent | 5e4462f6391964858235955da9c09f752b71d601 (diff) | |
download | drupal-85b4d86cb4a23e3596d892a81555f3c3e9be23d0.tar.gz drupal-85b4d86cb4a23e3596d892a81555f3c3e9be23d0.zip |
Issue #2514582 by Mile23, joachim, sahil.goyal, jhodgdon, Fabianx, dawehner: Document lazy services and fix script doxygen
Diffstat (limited to 'core/scripts/generate-proxy-class.php')
-rw-r--r-- | core/scripts/generate-proxy-class.php | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/core/scripts/generate-proxy-class.php b/core/scripts/generate-proxy-class.php index 2664739be423..a06293d5feff 100644 --- a/core/scripts/generate-proxy-class.php +++ b/core/scripts/generate-proxy-class.php @@ -3,7 +3,14 @@ /** * @file - * A command line application to generate proxy classes. + * A script to generate proxy classes for lazy services. + * + * For help, type this command from the root directory of an installed Drupal + * site: php core/scripts/generate-proxy-class.php -h generate-proxy-class + * + * @ingroup container + * + * @see lazy_services */ use Drupal\Core\Command\GenerateProxyClassApplication; |