default services conflit ?
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{% verbatim %}<?php
|
||||
|
||||
namespace Drupal\{{ machine_name }};
|
||||
|
||||
/**
|
||||
* Some custom service of the {{ name }} module.
|
||||
*/
|
||||
class {{ class }} {
|
||||
|
||||
/**
|
||||
* Method description.
|
||||
*/
|
||||
public function meow() {
|
||||
echo 'Meow!';
|
||||
}
|
||||
|
||||
}{% endverbatim %}
|
||||
Reference in New Issue
Block a user