ContainerBuilder::registerExtension()

registerExtension(ExtensionInterface $extension) Registers an extension. Parameters ExtensionInterface $extension An extension instance

FormFactoryBuilderInterface::addTypeGuesser()

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

Lexer

class Lexer Lexes an expression. Methods TokenStream tokenize(string $expression) Tokenizes an expression. Details TokenStream tokenize(string $expression) Tokenizes an expression. Parameters string $expression The expression to tokenize Return Value TokenStream A token stream instance Exceptions SyntaxError

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

FileLoader

class FileLoader extends FileLoader FileLoader is the abstract class used by all built-in loaders that are file based. Methods LoaderResolverInterface getResolver() Gets the loader resolver. from Loader setResolver(LoaderResolverInterface $resolver) Sets the loader resolver. from Loader mixed import(mixed $resource, string|null $type = null, bool $ignoreErrors = false, string|null $sourceResource = null) Imports a resource. from FileLoader LoaderInterface resolve(mixed $resou

AdapterInterface deprecated::setPath()

AdapterInterface setPath(array $paths) Parameters array $paths Return Value AdapterInterface Current instance

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

Translator::addAttributeMatching()

XPathExpr addAttributeMatching(XPathExpr $xpath, string $operator, string $attribute, string $value) Parameters XPathExpr $xpath string $operator string $attribute string $value Return Value XPathExpr Exceptions ExpressionErrorException

Component\BrowserKit

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