PHP 클래스 Backend\Form\Type\MetaType

상속: extends Symfony\Component\Form\AbstractType
파일 보기 프로젝트 열기: forkcms/forkcms

공개 메소드들

메소드 설명
__construct ( MetaRepository $metaRepository, Symfony\Component\Translation\TranslatorInterface $translator )
buildForm ( Symfony\Component\Form\FormBuilderInterface $builder, array $options )
buildView ( Symfony\Component\Form\FormView $view, Symfony\Component\Form\FormInterface $form, array $options )
configureOptions ( Symfony\Component\OptionsResolver\OptionsResolver $resolver )
getBlockPrefix ( )

보호된 메소드들

메소드 설명
getOverwritableFields ( )

비공개 메소드들

메소드 설명
getMetaReverseTransformFunction ( ) : Closure
getMetaTransformFunction ( ) : Closure
getSEOFollowChoiceTypeOptions ( ) : array
getSEOIndexChoiceTypeOptions ( ) : array
getSubmitEventFunction ( string $baseFieldName ) : Closure

메소드 상세

__construct() 공개 메소드

public __construct ( MetaRepository $metaRepository, Symfony\Component\Translation\TranslatorInterface $translator )
$metaRepository Common\Doctrine\Repository\MetaRepository
$translator Symfony\Component\Translation\TranslatorInterface

buildForm() 공개 메소드

public buildForm ( Symfony\Component\Form\FormBuilderInterface $builder, array $options )
$builder Symfony\Component\Form\FormBuilderInterface
$options array

buildView() 공개 메소드

public buildView ( Symfony\Component\Form\FormView $view, Symfony\Component\Form\FormInterface $form, array $options )
$view Symfony\Component\Form\FormView
$form Symfony\Component\Form\FormInterface
$options array

configureOptions() 공개 메소드

public configureOptions ( Symfony\Component\OptionsResolver\OptionsResolver $resolver )
$resolver Symfony\Component\OptionsResolver\OptionsResolver

getBlockPrefix() 공개 메소드

public getBlockPrefix ( )

getOverwritableFields() 보호된 메소드

protected getOverwritableFields ( )