File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
templates/_plugin-manager/attribute/src/Plugin/Example
tests/functional/Generator/_plugin_manager/_attribute/src/Plugin/Bar Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ use Drupal\{{ machine_name }}\{{ class_prefix }}PluginBase;
1414 * Plugin implementation of the {{ plugin_type }}.
1515 */
1616# [{{ class_prefix }}(
17- id : " foo" ,
18- label : new TranslatableMarkup (" Foo" ),
19- description : new TranslatableMarkup (" Foo description." ),
17+ id : ' foo' ,
18+ label : new TranslatableMarkup (' Foo' ),
19+ description : new TranslatableMarkup (' Foo description.' ),
2020)]
2121final class Foo extends {{ class_prefix }}PluginBase {
2222
Original file line number Diff line number Diff line change 1212 * Plugin implementation of the bar.
1313 */
1414#[Bar(
15- id: " foo " ,
16- label: new TranslatableMarkup (" Foo " ),
17- description: new TranslatableMarkup (" Foo description. " ),
15+ id: ' foo ' ,
16+ label: new TranslatableMarkup (' Foo ' ),
17+ description: new TranslatableMarkup (' Foo description. ' ),
1818)]
1919final class Foo extends BarPluginBase {
2020
You can’t perform that action at this time.
0 commit comments