for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Zenstruck\BackupBundle\DependencyInjection\Compiler;
/**
* @author Kevin Bond <[email protected]>
*/
class DestinationCompilerPass extends RegisterCompilerPass
{
* {@inheritdoc}
protected function getDefinitionName()
return 'zenstruck_backup.profile_builder';
}
protected function getTagName()
return 'zenstruck_backup.destination';
protected function getMethodName()
return 'addDestination';