FormConfigBuilder::setDisabled()

FormConfigBuilderInterface setDisabled(bool $disabled) Set whether the form is disabled. Parameters bool $disabled Whether the form is disabled Return Value FormConfigBuilderInterface The configuration object

LessThanOrEqualValidator

class LessThanOrEqualValidator extends AbstractComparisonValidator Validates values are less than or equal to the previous (<=). 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)

XmlEncoder

class XmlEncoder extends SerializerAwareEncoder implements EncoderInterface, DecoderInterface, NormalizationAwareInterface Encodes XML data. Methods setSerializer(SerializerInterface $serializer) Sets the owning Serializer object. from SerializerAwareEncoder __construct(string $rootNodeName = 'response', int|null $loadOptions = null) Construct new XmlEncoder and allow to change the root node element name. scalar encode(mixed $data, string $format, array $context = array()) Encod

YamlDumper

class YamlDumper extends Dumper YamlDumper dumps a service container as a YAML string. Methods __construct(ContainerBuilder $container) from Dumper string dump(array $options = array()) Dumps the service container as an YAML string. Details __construct(ContainerBuilder $container) Parameters ContainerBuilder $container The service container to dump string dump(array $options = array()) Dumps the s

FunctionExtension::translateContains()

XPathExpr translateContains(XPathExpr $xpath, FunctionNode $function) Parameters XPathExpr $xpath FunctionNode $function Return Value XPathExpr Exceptions ExpressionErrorException

FunctionExtension::translateNthOfType()

XPathExpr translateNthOfType(XPathExpr $xpath, FunctionNode $function) Parameters XPathExpr $xpath FunctionNode $function Return Value XPathExpr

FormRegistry::getTypeGuesser()

FormTypeGuesserInterface|null getTypeGuesser() Returns the guesser responsible for guessing types. Return Value FormTypeGuesserInterface|null

Stopwatch::start()

StopwatchEvent start(string $name, string $category = null) Starts an event. Parameters string $name The event name string $category The event category Return Value StopwatchEvent A StopwatchEvent instance

GenericEvent::setArgument()

GenericEvent setArgument(string $key, mixed $value) Add argument to event. Parameters string $key Argument name mixed $value Value Return Value GenericEvent

DoctrineCaster::castCommonProxy()

static castCommonProxy(Proxy $proxy, array $a, Stub $stub, $isNested) Parameters Proxy $proxy array $a Stub $stub $isNested