collectVars($input, $output, $questions); $vars['class'] = Utils::camelize($vars['plugin_label'] . 'Widget'); $this->addFile() ->path('src/Plugin/Field/FieldWidget/{class}.php') ->template('d8/plugin/field/widget.twig'); $this->addFile() ->path('config/schema/{machine_name}.schema.yml') ->template('d8/plugin/field/widget-schema.twig') ->action('append'); } }