for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Kunstmaan\AdminListBundle\AdminList;
interface SortableInterface
{
/**
* @return string
*/
public function getSortableField();
}