Guess

class Guess Base class for guesses made by TypeGuesserInterface implementation. Each instance contains a confidence value about the correctness of the guess. Thus an instance with confidence HIGHCONFIDENCE is more likely to be correct than an instance with confidence LOWCONFIDENCE. Constants VERY_HIGH_CONFIDENCE Marks an instance with a value that is extremely likely to be correct. HIGH_CONFIDENCE Marks an instance with a value that is very likely to be correct. MEDIUM_CONFIDENCE Mar

ResolvedFormTypeInterface::buildView()

buildView(FormView $view, FormInterface $form, array $options) Configures a form view for the type hierarchy. It is called before the children of the view are built. Parameters FormView $view The form view to configure FormInterface $form The form corresponding to the view array $options The options used for the configuration

NullOutput::isVeryVerbose()

bool isVeryVerbose() Returns whether verbosity is very verbose (-vv). Return Value bool true if verbosity is set to VERBOSITYVERYVERBOSE, false otherwise

TableHelper deprecated::setHorizontalBorderChar()

TableHelper setHorizontalBorderChar(string $horizontalBorderChar) Sets horizontal border character. Parameters string $horizontalBorderChar Return Value TableHelper

TwigLoaderPass

class TwigLoaderPass implements CompilerPassInterface Adds services tagged twig.loader as Twig loaders. 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

Client::getRequest()

object|null getRequest() Returns the current origin Request instance. The origin request is the request instance that is sent to the code that handles requests. Return Value object|null A Request instance See also doRequest()

IcuVersion::compare()

static bool compare(string $version1, string $version2, string $operator, int|null $precision = null) Compares two ICU versions with an operator. This method is identical to {@link version_compare()}, except that you can pass the number of regarded version components in the last argument $precision. Also, a single digit release version and a single digit major version are contracted to a two digit release version. If no major version is given, it is substituted by zero

SimpleXMLElement deprecated

class SimpleXMLElement extends SimpleXMLElement deprecated since version 2.5, to be removed in 3.0. SimpleXMLElement class. Methods mixed getAttributeAsPhp(string $name) Converts an attribute as a PHP type. mixed getArgumentsAsPhp(string $name, bool $lowercase = true) Returns arguments as valid PHP types. static mixed phpize(mixed $value) Converts an xml value to a PHP type. Details mixed getAttributeAsPhp(string $name) Converts a

DateTime

class DateTime extends Constraint Constants DEFAULT_GROUP The name of the group given to all constraints with no explicit group. CLASS_CONSTRAINT Marks a constraint that can be put onto classes. PROPERTY_CONSTRAINT Marks a constraint that can be put onto properties. INVALID_FORMAT_ERROR INVALID_DATE_ERROR INVALID_TIME_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belongs to

InlineServiceDefinitionsPass

class InlineServiceDefinitionsPass implements RepeatablePassInterface Inline service definitions where this is possible. Methods setRepeatedPass(RepeatedPass $repeatedPass) Sets the RepeatedPass interface. process(ContainerBuilder $container) Processes the ContainerBuilder for inline service definitions. Details setRepeatedPass(RepeatedPass $repeatedPass) Sets the RepeatedPass interface. Parameters RepeatedPass $repeatedPass