ResolveInvalidReferencesPass

class ResolveInvalidReferencesPass implements CompilerPassInterface Emulates the invalid behavior if the reference is not found within the container. Methods process(ContainerBuilder $container) Process the ContainerBuilder to resolve invalid references. Details process(ContainerBuilder $container) Process the ContainerBuilder to resolve invalid references. Parameters ContainerBuilder $container

ResolveParameterPlaceHoldersPass

class ResolveParameterPlaceHoldersPass implements CompilerPassInterface Resolves all parameter placeholders "%somevalue%" to their real values. Methods process(ContainerBuilder $container) Processes the ContainerBuilder to resolve parameter placeholders. Details process(ContainerBuilder $container) Processes the ContainerBuilder to resolve parameter placeholders. Parameters ContainerBuilder $container Exceptions ParameterNotFoundException

ResolvedTypeDataCollectorProxy::getInnerType()

FormTypeInterface getInnerType() Returns the wrapped form type. Return Value FormTypeInterface The wrapped form type

ResolvedTypeDataCollectorProxy::getTypeExtensions()

FormTypeExtensionInterface[] getTypeExtensions() Returns the extensions of the wrapped form type. Return Value FormTypeExtensionInterface[] An array of {@link FormTypeExtensionInterface} instances

ResolvedTypeDataCollectorProxy::getOptionsResolver()

OptionsResolver getOptionsResolver() Returns the configured options resolver used for this type. Return Value OptionsResolver The options resolver

ResolvedTypeDataCollectorProxy::getParent()

ResolvedFormTypeInterface|null getParent() Returns the parent type. Return Value ResolvedFormTypeInterface|null The parent type or null

ResolvedTypeDataCollectorProxy::finishView()

finishView(FormView $view, FormInterface $form, array $options) Finishes a form view for the type hierarchy. It is called after the children of the view have been built. Parameters FormView $view The form view to configure FormInterface $form The form corresponding to the view array $options The options used for the configuration

ResolvedTypeDataCollectorProxy::buildView()

buildView(FormView $view, FormInterface $form, array $options) Configures a form view for the type hierarchy. It is called before the children of the view are built. Parameters FormView $view The form view to configure FormInterface $form The form corresponding to the view array $options The options used for the configuration

ResolvedTypeDataCollectorProxy::getBlockPrefix()

string getBlockPrefix() Returns the prefix of the template block name for this type. Return Value string The prefix of the template block name

ResolvedTypeDataCollectorProxy::createBuilder()

FormBuilderInterface createBuilder(FormFactoryInterface $factory, string $name, array $options = array()) Creates a new form builder for this type. Parameters FormFactoryInterface $factory The form factory string $name The name for the builder array $options The builder options Return Value FormBuilderInterface The created form builder