Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console / templates / module / src / Form / form-config.php.twig
index 52ca88bfa2364a662ad3d72d506becf6b1e1cc42..9dc7a7dcb37964a00685d789f0cd98da142e1d2f 100644 (file)
@@ -26,6 +26,9 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
 class {{ class_name }} extends ConfigFormBase {% endblock %}
 {% block class_construct %}
 {% if services is not empty %}
+  /**
+   * Constructs a new {{ class_name }} object.
+   */
   public function __construct(
     ConfigFactoryInterface $config_factory,
       {{ servicesAsParameters(services)|join(',\n    ') }}