PHP Class Sulu\Component\Content\Compat\DataNormalizer

Listens to the form framework on the PRE_SUBMIT event.
Show file Open project: sulu/sulu

Public Methods

Method Description
normalize ( Symfony\Component\Form\FormEvent $event ) Normalize incoming data from the legacy node controller.

Private Methods

Method Description
getAndUnsetRedirectType ( &$data )
getAndUnsetValue ( &$data, $key )

Method Details

normalize() public static method

Normalize incoming data from the legacy node controller.
public static normalize ( Symfony\Component\Form\FormEvent $event )
$event Symfony\Component\Form\FormEvent