for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Admingenerator\GeneratorBundle\Builder\Admin;
/**
* This builder generates php for edit actions
* @author Eymen Gunay
*/
class ShowBuilderTemplate extends ShowBuilder
{
public function getOutputName()
return 'Resources/views/'.$this->getBaseGeneratorName().'Show/index.html.twig';
}