Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console / templates / module / src / yaml-plugin-manager-interface.php.twig
index 858e5ebead6558e62a0a22f5c7be70c8a94069de..eccf24ba40a34bcda789fba944d27500b9c67be1 100644 (file)
@@ -1,7 +1,7 @@
 {% extends "base/class.php.twig" %}
 
 {% block file_path %}
-\Drupal\{{ module }}\{{ plugin_class }}ManagerInterface.
+\Drupal\{{ module }}\{{ class_name }}ManagerInterface.
 {% endblock %}
 
 {% block namespace_class %}
@@ -16,7 +16,7 @@ use Drupal\Component\Plugin\PluginManagerInterface;
 /**
  * Defines an interface for {{ plugin_name }} managers.
  */
-interface {{ plugin_class }}ManagerInterface extends PluginManagerInterface {% endblock %}
+interface {{ class_name }}ManagerInterface extends PluginManagerInterface {% endblock %}
 {% block class_methods %}
     // Add getters and other public methods for {{ plugin_name }} managers.
 {% endblock %}