for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Cv\Form;
use Core\Form\SummaryForm;
class LanguageForm extends SummaryForm
{
protected $baseFieldset = 'Cv/LanguageSkillFieldset';
public function init()
$this->setDescription(/*@translate*/ 'Please select a language and self-assess your level');
$this->setIsDescriptionsEnabled(true);
parent::init();
}