ProductClassType extends AbstractType
Table of Contents
$entityManager | EntityManagerInterface | |
---|---|---|
__construct() | ProductClassType constructor. | mixed |
buildForm() | {@inheritdoc} | mixed |
configureOptions() | {@inheritdoc} | mixed |
getBlockPrefix() | {@inheritdoc} | mixed |
Properties
$entityManager
protected
EntityManagerInterface
$entityManager
Methods
__construct()
ProductClassType constructor.
public
__construct(
$entityManager :
EntityManagerInterface
)
: mixed
Parameters
- $entityManager : EntityManagerInterface
Return values
mixedbuildForm()
{@inheritdoc}
public
buildForm(
$builder :
FormBuilderInterface
, $options :
array
)
: mixed
Parameters
- $builder : FormBuilderInterface
- $options : array
Return values
mixedconfigureOptions()
{@inheritdoc}
public
configureOptions(
$resolver :
OptionsResolver
)
: mixed
Parameters
- $resolver : OptionsResolver
Return values
mixedgetBlockPrefix()
{@inheritdoc}
public
getBlockPrefix(
)
: mixed