FormFactoryBuilderInterface::addTypeGuesser()

FormFactoryBuilderInterface addTypeGuesser(FormTypeGuesserInterface $typeGuesser) Adds a type guesser to the factory. Parameters FormTypeGuesserInterface $typeGuesser The type guesser Return Value FormFactoryBuilderInterface The builder

FormConfigBuilder::setAction()

FormConfigBuilderInterface setAction(string $action) Sets the target URL of the form. Parameters string $action The target URL of the form Return Value FormConfigBuilderInterface The configuration object

IdentityTranslator

class IdentityTranslator implements TranslatorInterface IdentityTranslator does not translate anything. Methods __construct(MessageSelector $selector = null) Constructor. setLocale(string $locale) Sets the current locale. string getLocale() Returns the current locale. string trans(string $id, array $parameters = array(), string|null $domain = null, string|null $locale = null) Translates the given message. string transChoice(string $id, int $number, array $parameters =

UnixPipes

class UnixPipes extends AbstractPipes UnixPipes implementation uses unix pipes as handles. Properties array $pipes from AbstractPipes Methods __construct($ttyMode, $ptyMode, $input, $haveReadSupport) close() Closes file handles and pipes. from AbstractPipes __destruct() array getDescriptors() Returns an array of descriptors for the use of proc_open. string[] getFiles() Returns an array of filenames indexed by their related stream in case these pipes use temporar

ValidatorInterface deprecated::validateProperty()

ConstraintViolationListInterface validateProperty(mixed $containingValue, string $property, array|null $groups = null) Validates a property of a value against its current value. The accepted values depend on the {@link MetadataFactoryInterface} implementation. Parameters mixed $containingValue The value containing the property. string $property The name of the property to validate. array|null $groups The validation groups to validate. Return Value ConstraintViolationListInterf

FieldEntry

class FieldEntry extends Entry implements FieldEntryInterface Field-aware ACE implementation which is auditable Methods __construct(int $id, AclInterface $acl, string $field, SecurityIdentityInterface $sid, string $strategy, int $mask, bool $granting, bool $auditFailure, bool $auditSuccess) Constructor AclInterface getAcl() The ACL this ACE is associated with. from Entry int getMask() The permission mask of this ACE from Entry int getId() The primary key of this ACE from En

RegisterListenersPass deprecated

class RegisterListenersPass extends RegisterListenersPass deprecated since version 2.5, to be removed in 3.0. Use the Symfony\Component\EventDispatcher\DependencyInjection\RegisterListenersPass class instead. Compiler pass to register tagged services for an event dispatcher. Methods __construct(string $dispatcherService = 'event_dispatcher', string $listenerTag = 'kernel.event_listener', string $subscriberTag = 'kernel.event_subscriber') Constructor. from RegisterListenersPass pr

All::getRequiredOptions()

array getRequiredOptions() Returns the name of the required options. Override this method if you want to define required options. Return Value array

Component\BrowserKit

Classes Client Client simulates a browser. Cookie Cookie represents an HTTP cookie. CookieJar CookieJar. History History. Request Request object. Response Response object.

LuhnValidator

class LuhnValidator extends ConstraintValidator Validates a PAN using the LUHN Algorithm. For a list of example card numbers that are used to test this class, please see the LuhnValidatorTest class. Constants PRETTY_DATE Whether to format {@link \DateTime} objects as RFC-3339 dates ("Y-m-d H:i:s"). OBJECT_TO_STRING Whether to cast objects with a "__toString()" method to strings. Methods initialize(ExecutionContextInterface $context) Initializes the constraint validator. from Con