PhpExecutableFinder

class PhpExecutableFinder An executable finder specifically designed for the PHP executable. Methods __construct() string|false find(bool $includeArgs = true) Finds The PHP executable. array findArguments() Finds the PHP executable arguments. Details __construct() string|false find(bool $includeArgs = true) Finds The PHP executable. Parameters bool $includeArgs Whether or not include comman

FormConfigBuilderInterface::getFormConfig()

FormConfigInterface getFormConfig() Builds and returns the form configuration. Return Value FormConfigInterface

RegexValidator

class RegexValidator extends ConstraintValidator Validates whether a value match or not given regexp pattern. 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 ConstraintValidator validate(mixed $value, Constraint $constraint) Checks if the passed v

PoFileLoader

class PoFileLoader extends FileLoader Methods MessageCatalogue load(mixed $resource, string $locale, string $domain = 'messages') Loads a locale. from FileLoader Details MessageCatalogue load(mixed $resource, string $locale, string $domain = 'messages') Loads a locale. Parameters mixed $resource A resource string $locale A locale string $domain The domain Return Value MessageCatalogue A MessageCatalogue instance Exceptions NotFoundResourceExcept

TwigEngine::stream()

stream(string|TemplateReferenceInterface $name, array $parameters = array()) Streams a template. The implementation should output the content directly to the client. Parameters string|TemplateReferenceInterface $name A template name or a TemplateReferenceInterface instance array $parameters An array of parameters to pass to the template Exceptions RuntimeException if the template cannot be rendered LogicException if the template cannot be streamed

Component\Security\Core\Event

Classes AuthenticationEvent This is a general purpose authentication event. AuthenticationFailureEvent This event is dispatched on authentication failure.

ButtonBuilder::all()

array all() Returns the children. Return Value array

AddValidatorInitializersPass

class AddValidatorInitializersPass implements CompilerPassInterface 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

Store::write()

string write(Request $request, Response $response) Writes a cache entry to the store for the given Request and Response. Existing entries are read and any that match the response are removed. This method calls write with the new list of cache entries. Parameters Request $request A Request instance Response $response A Response instance Return Value string The key under which the response is stored Exceptions RuntimeException

UrlPackage deprecated

class UrlPackage extends Package deprecated since 2.7, will be removed in 3.0. Use the Asset component instead. The URL packages adds a version and a base URL to asset URLs. Methods __construct(string|array $baseUrls = array(), string $version = null, string $format = null) Constructor. string getVersion() Returns the asset package version. from Package string getUrl(string $path, string|bool|null $version = null) Returns an absolute or root-relative public path. string