Validator deprecated::validate()

ConstraintViolationListInterface validate(mixed $value, array|null $groups = null, bool $traverse = false, bool $deep = false) Validates a value. The accepted values depend on the {@link MetadataFactoryInterface} implementation. The signature changed with Symfony 2.5 (see {@link Validator\ValidatorInterface::validate()}. This signature will be disabled in Symfony 3.0. Parameters mixed $value The value to validate array|null $groups The validation groups to validate. bool $trav

NegationNode

class NegationNode extends AbstractNode Represents a ":not()" node. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect. Methods string getNodeName() from AbstractNode __construct(NodeInterface $selector, NodeInterface $subSelector) NodeInterface getSelector() NodeInterface getSubSelector() Specificity getSpecificity() Returns node's specificity. string __toString() Returns node'

CurrencyType

class CurrencyType extends AbstractType Methods buildForm(FormBuilderInterface $builder, array $options) Builds the form. from AbstractType buildView(FormView $view, FormInterface $form, array $options) Builds the form view. from AbstractType finishView(FormView $view, FormInterface $form, array $options) Finishes the form view. from AbstractType configureOptions(OptionsResolver $resolver) Configures the options for this type. string getBlockPrefix() Returns the prefix of

DateTimeType

class DateTimeType extends AbstractType Constants DEFAULT_DATE_FORMAT DEFAULT_TIME_FORMAT HTML5_FORMAT This is not quite the HTML5 format yet, because ICU lacks the capability of parsing and generating RFC 3339 dates, which are like the below pattern but with a timezone suffix. The timezone suffix is. "Z" for UTC "(-|+)HH:mm" for other timezones (note the colon!) For more information see: http://userguide.icu-project.org/formatparse/datetime#TOC-Date-Time-Format-Syntax http://www.w

NumberFormatter::getPattern()

bool|string getPattern() Not supported. Returns the formatter's pattern. Return Value bool|string The pattern string used by the formatter or false on error Exceptions MethodNotImplementedException See also http://www.php.net/manual/en/numberformatter.getpattern.php

RoutingResolverPass

class RoutingResolverPass implements CompilerPassInterface Adds tagged routing.loader services to routing.resolver service. Methods process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Details process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Parameters ContainerBuilder $container

ButtonBuilder::setDataLocked()

FormConfigBuilderInterface setDataLocked(bool $locked) Unsupported method. This method should not be invoked. Parameters bool $locked Whether to lock the default data Return Value FormConfigBuilderInterface The configuration object Exceptions BadMethodCallException

AddCacheClearerPass

class AddCacheClearerPass implements CompilerPassInterface Registers the cache clearers. Methods process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Details process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Parameters ContainerBuilder $container

TraceableUrlMatcher

class TraceableUrlMatcher extends UrlMatcher TraceableUrlMatcher helps debug path info matching by tracing the match. Constants REQUIREMENT_MATCH REQUIREMENT_MISMATCH ROUTE_MATCH ROUTE_DOES_NOT_MATCH ROUTE_ALMOST_MATCHES ROUTE_MATCHES Methods __construct(RouteCollection $routes, RequestContext $context) Constructor. from UrlMatcher setContext(RequestContext $context) Sets the request context. from UrlMatcher RequestContext getContext() Gets the request c

PhpDumper::setProxyDumper()

setProxyDumper(DumperInterface $proxyDumper) Sets the dumper to be used when dumping proxies in the generated container. Parameters DumperInterface $proxyDumper