TemplatingPass

class TemplatingPass 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

FixCheckboxInputListener deprecated

class FixCheckboxInputListener implements EventSubscriberInterface deprecated since version 2.7, to be removed in 3.0. Use {@link \Symfony\Component\Form\Extension\Core\DataMapper\CheckboxListMapper} instead. Takes care of converting the input from a list of checkboxes to a correctly indexed array. Methods __construct(ChoiceListInterface $choiceList) Constructor. preSubmit(FormEvent $event) preBind(FormEvent $event) deprecated Alias of {@link preSubmit()}. static array

SessionHandlerProxy

class SessionHandlerProxy extends AbstractProxy implements SessionHandlerInterface SessionHandler proxy. Methods string getSaveHandlerName() Gets the session.save_handler name. from AbstractProxy bool isSessionHandlerInterface() Is this proxy handler and instance of \SessionHandlerInterface. from AbstractProxy bool isWrapper() Returns true if this handler wraps an internal PHP session save handler using \SessionHandler. from AbstractProxy bool isActive() Has a session started

Yaml

class Yaml Yaml offers convenience methods to load and dump YAML. Constants DUMP_OBJECT PARSE_EXCEPTION_ON_INVALID_TYPE PARSE_OBJECT PARSE_OBJECT_FOR_MAP DUMP_EXCEPTION_ON_INVALID_TYPE PARSE_DATETIME DUMP_OBJECT_AS_MAP DUMP_MULTI_LINE_LITERAL_BLOCK Methods static mixed parse(string $input, int $flags) Parses YAML into a PHP value. static string dump(mixed $input, int $inline = 2, int $indent = 4, int $flags) Dumps a PHP value to a YAML string. D

StaticVersionStrategy::getVersion()

string getVersion(string $path) Returns the asset version for an asset. Parameters string $path A path Return Value string The version string

Stub

class Stub Represents the main properties of a PHP variable. Constants TYPE_REF TYPE_STRING TYPE_ARRAY TYPE_OBJECT TYPE_RESOURCE STRING_BINARY STRING_UTF8 ARRAY_ASSOC ARRAY_INDEXED Properties $type $class $value $cut $handle $refCount $position

FormFactoryBuilderInterface

interface FormFactoryBuilderInterface A builder for FormFactoryInterface objects. Methods FormFactoryBuilderInterface setResolvedTypeFactory(ResolvedFormTypeFactoryInterface $resolvedTypeFactory) Sets the factory for creating ResolvedFormTypeInterface instances. FormFactoryBuilderInterface addExtension(FormExtensionInterface $extension) Adds an extension to be loaded by the factory. FormFactoryBuilderInterface addExtensions(array $extensions) Adds a list of extensions to be loa

IdentityTranslator::transChoice()

string transChoice(string $id, int $number, array $parameters = array(), string|null $domain = null, string|null $locale = null) Translates the given choice message by choosing a translation according to a number. Parameters string $id The message id (may also be an object that can be cast to string) int $number The number to use to find the indice of the message array $parameters An array of parameters for the message string|null $domain The domain for the message or null to u

XmlDumper::phpToXml()

static string phpToXml(mixed $value) Converts php types to xml types. Parameters mixed $value Value to convert Return Value string Exceptions RuntimeException When trying to dump object or resource

ProfilerStorageInterface::read()

Profile read(string $token) Reads data associated with the given token. The method returns false if the token does not exist in the storage. Parameters string $token A token Return Value Profile The profile associated with token