Overview

Namespaces

  • Jity
    • HomepageBundle
      • Controller
      • DataFixtures
        • ORM
      • DependencyInjection
        • Compiler
        • Service
          • Controller
      • Doctrine
        • Extension
          • DBAL
            • Types
      • Entity
      • EventListener
      • Form
        • Extension
      • Tests
        • Controller
      • Twig
        • Extension
  • PHP

Classes

  • SortableListsTypeExtension
  • Overview
  • Namespace
  • Class
  • Tree

Class SortableListsTypeExtension

SortableListsTypeExtensionextends

New form type to handle sortable lists.

Symfony\Component\Form\AbstractTypeExtension
Extended by Jity\HomepageBundle\Form\Extension\SortableListsTypeExtension
Namespace: Jity\HomepageBundle\Form\Extension
Author: Hermann Mayer <hermann.mayer92@gmail.com>
Uses: AbstractTypeExtension
DI\Service("form.type_extension.sortable_lists")
DI\Tag("form.type_extension",: attributes={"alias" = "form"})
Located at Jity/HomepageBundle/Form/Extension/SortableListsTypeExtension.php
Methods summary
public
# buildForm( Symfony\Component\Form\FormBuilderInterface $builder, array $options )

buildForm

buildForm

Build a form out of the given options.

Parameters

$builder
Symfony\Component\Form\FormBuilderInterface
$builder FormBuilder Instance
$options
array
$options Options for this type
public
# buildView( Symfony\Component\Form\FormView $view, Symfony\Component\Form\FormInterface $form, array $options )

buildView

buildView

Build a view out of the collected type information.

Parameters

$view
Symfony\Component\Form\FormView
$view FormView Instance
$form
Symfony\Component\Form\FormInterface
$form Form Instance
$options
array
$options Options for this type
public
# getDefaultOptions( )

getDefaultOptions

getDefaultOptions

Get the default options for this type.

public
# getExtendedType( )

getExtendedType

getExtendedType

Get the type of this extention.

API documentation generated by ApiGen 2.8.0