devel_wizard-2.x-dev/templates/derivative/links-action/devel_wizard.entity-add-block_content.class.php.twig
templates/derivative/links-action/devel_wizard.entity-add-block_content.class.php.twig
{%
include '@devel_wizard/php/devel_wizard.php.file.header.php.twig'
with {
'namespace': linksActionDeriver.classNamespace,
}
%}
class {{ linksActionDeriver.class }} extends {{ linksActionBase.class }} {
protected string $configEntityTypeId = 'block_content_type';
protected string $contentEntityTypeId = 'block_content';
protected string $actionRouteName = 'block_content.add_page';
}
