SecondTransformer deprecated

class SecondTransformer extends SecondTransformer deprecated since version 2.3, to be removed in 3.0. Use {@link \Symfony\Component\Intl\DateFormatter\DateFormat\SecondTransformer} instead. Alias of {@link \Symfony\Component\Intl\DateFormatter\DateFormat\SecondTransformer}. Methods string format(DateTime $dateTime, int $length) Format a value using a configured DateTime as date/time source. from SecondTransformer string getReverseMatchingRegExp(int $length) Returns a reverse matc

FileBinaryMimeTypeGuesser

class FileBinaryMimeTypeGuesser implements MimeTypeGuesserInterface Guesses the mime type with the binary "file" (only available on *nix). Methods __construct(string $cmd = 'file -b --mime %s 2>/dev/null') Constructor. static bool isSupported() Returns whether this guesser is supported on the current OS. string guess(string $path) Guesses the mime type of the file with the given path. Details __construct(string $cmd = 'file -b --mime %s 2>

SearchType

class SearchType 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. from AbstractType string getBlockPrefix() Returns

TranslationType

class TranslationType extends AbstractType Translation type class Methods buildForm(FormBuilderInterface $builder, array $options) Builds the form. 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 setDefaultOptions(OptionsResolverInterface $resolver) Sets the default options for this type. string|null|FormTypeInter

Form::offsetSet()

offsetSet(string $name, FormInterface $child) Adds a child to the form (implements the \ArrayAccess interface). Parameters string $name Ignored. The name of the child is used FormInterface $child The child to be added Exceptions AlreadySubmittedException If the form has already been submitted. LogicException When trying to add a child to a non-compound form. See also self::add()

Acl::isSidLoaded()

bool isSidLoaded($sids) Whether the ACL has loaded ACEs for all of the passed security identities Parameters $sids Return Value bool

AbstractPipes

class AbstractPipes implements PipesInterface Properties array $pipes Methods __construct($input) close() Closes file handles and pipes. Details __construct($input) Parameters $input close() Closes file handles and pipes.

ConstraintValidatorFactoryInterface

interface ConstraintValidatorFactoryInterface Specifies an object able to return the correct ConstraintValidatorInterface instance given a Constraint object. Methods ConstraintValidatorInterface getInstance(Constraint $constraint) Given a Constraint, this returns the ConstraintValidatorInterface object that should be used to verify its validity. Details ConstraintValidatorInterface getInstance(Constraint $constraint) Given a Constraint, this re

Component\Routing\Matcher

Namespaces Symfony\Component\Routing\Matcher\Dumper Classes ApacheUrlMatcher ApacheUrlMatcher matches URL based on Apache mod_rewrite matching (see ApacheMatcherDumper). RedirectableUrlMatcher TraceableUrlMatcher TraceableUrlMatcher helps debug path info matching by tracing the match. UrlMatcher UrlMatcher matches URL based on a set of routes. Interfaces RedirectableUrlMatcherInterface RedirectableUrlMatcherInterface knows how to redirect the user. RequestMatcherInterfa

Component\Serializer\Mapping\Factory

Classes ClassMetadataFactory Returns a {@link ClassMetadata}. Interfaces ClassMetadataFactoryInterface Returns a {see ClassMetadataInterface}.