Request::create()

static Request create(string $uri, string $method = 'GET', array $parameters = array(), array $cookies = array(), array $files = array(), array $server = array(), string $content = null) Creates a Request based on a given URI and configuration. The information contained in the URI always take precedence over the other information (server and parameters). Parameters string $uri The URI string $method The HTTP method array $parameters The query (GET) or request (POST)

Request

class Request Request represents an HTTP request. The methods dealing with URL accept / return a raw path (% encoded): * getBasePath * getBaseUrl * getPathInfo * getRequestUri * getUri * getUriForPath Constants HEADER_FORWARDED HEADER_CLIENT_IP HEADER_CLIENT_HOST HEADER_CLIENT_PROTO HEADER_CLIENT_PORT METHOD_HEAD METHOD_GET METHOD_POST METHOD_PUT METHOD_PATCH METHOD_DELETE METHOD_PURGE METHOD_OPTIONS METHOD_TRACE METHOD_CONNECT P

ReplaceAliasByActualDefinitionPass

class ReplaceAliasByActualDefinitionPass implements CompilerPassInterface Replaces aliases with actual service definitions, effectively removing these aliases. Methods process(ContainerBuilder $container) Process the Container to replace aliases with service definitions. Details process(ContainerBuilder $container) Process the Container to replace aliases with service definitions. Parameters ContainerBuilder $container Exceptions InvalidArg

Request

class Request Request object. Methods __construct(string $uri, string $method, array $parameters = array(), array $files = array(), array $cookies = array(), array $server = array(), string $content = null) Constructor. string getUri() Gets the request URI. string getMethod() Gets the request HTTP method. array getParameters() Gets the request parameters. array getFiles() Gets the request server files. array getCookies() Gets the request cookies. array getSe

RepeatedTypeValidatorExtension::configureOptions()

configureOptions(OptionsResolver $resolver) Configures the options for this type. Parameters OptionsResolver $resolver The resolver for the options.

RepeatedType::getBlockPrefix()

string getBlockPrefix() Returns the prefix of the template block name for this type. The block prefix defaults to the underscored short class name with the "Type" suffix removed (e.g. "UserProfileType" => "user_profile"). Return Value string The prefix of the template block name

RepeatedTypeValidatorExtension

class RepeatedTypeValidatorExtension extends AbstractTypeExtension Methods buildForm(FormBuilderInterface $builder, array $options) Builds the form. from AbstractTypeExtension buildView(FormView $view, FormInterface $form, array $options) Builds the view. from AbstractTypeExtension finishView(FormView $view, FormInterface $form, array $options) Finishes the view. from AbstractTypeExtension setDefaultOptions(OptionsResolverInterface $resolver) Overrides the default options from

RepeatedTypeValidatorExtension::getExtendedType()

string getExtendedType() Returns the name of the type being extended. Return Value string The name of the type being extended

RepeatedType::buildForm()

buildForm(FormBuilderInterface $builder, array $options) Builds the form. This method is called for each type in the hierarchy starting from the top most type. Type extensions can further modify the form. Parameters FormBuilderInterface $builder The form builder array $options The options

RepeatedType::configureOptions()

configureOptions(OptionsResolver $resolver) Configures the options for this type. Parameters OptionsResolver $resolver The resolver for the options