Skip to content

Instantly share code, notes, and snippets.

View lphuberdeau's full-sized avatar

Louis-Philippe Huberdeau lphuberdeau

  • Secureworks
  • Montreal, Canada
View GitHub Profile

Contributor License Agreement

The following terms are used throughout this agreement:

  • You - the person or legal entity including its affiliates asked to accept this agreement. An affiliate is any entity that controls or is controlled by the legal entity, or is under common control with it.
  • Project - is an umbrella term that refers to any and all Delve Labs open source projects.
  • Contribution - any type of work that is submitted to a Project, including any modifications or additions to existing work.
  • Submitted - conveyed to a Project via a pull request, commit, issue, or any form of electronic, written, or verbal communication with Delve Labs, contributors or maintainers.

1. Grant of Copyright License.

use Symfony\Component\Form\AbstractType;
use Symfony\Component\Form\FormBuilder;
class FoobarType extends AbstractType
{
function getParent()
{
return 'field';
}