devel_wizard-2.x-dev/templates/spell/entity_type/content/delete_form.php.twig
templates/spell/entity_type/content/delete_form.php.twig
{%
include '@devel_wizard/php/devel_wizard.php.file.header.php.twig'
with {
'namespace': content.namespace,
}
%}
{%-
include '@devel_wizard/php/devel_wizard.php.file.use_statements.php.twig'
with {
'useStatements': {
'Drupal\\Core\\Entity\\ContentEntityDeleteForm': '',
},
}
%}
/**
* @method \{{ content.interface_fqn }} getEntity()
*/
class DeleteForm extends ContentEntityDeleteForm {
}
