DefinitionDecorator::setDeprecated()

Definition setDeprecated($boolean = true, string $template = null) Whether this definition is deprecated, that means it should not be called anymore. Parameters $boolean string $template Template message to use if the definition is deprecated Return Value Definition the current instance Exceptions InvalidArgumentException When the message template is invalid.

NodeExtension::translateElement()

XPathExpr translateElement(ElementNode $node) Parameters ElementNode $node Return Value XPathExpr

DebugExtension

class DebugExtension extends Extension DebugExtension. Methods string getXsdValidationBasePath() Returns the base path for the XSD files. string getNamespace() Returns the namespace to be used for this extension (XML namespace). string getAlias() Returns the recommended alias to use in XML. from Extension ConfigurationInterface|null getConfiguration(array $config, ContainerBuilder $container) Returns extension configuration. from Extension load(array $configs, Container

DataCollectorExtension

class DataCollectorExtension extends AbstractExtension Extension for collecting data of the forms on a page. Methods FormTypeInterface getType(string $name) Returns a type by name. from AbstractExtension bool hasType(string $name) Returns whether the given type is supported. from AbstractExtension FormTypeExtensionInterface[] getTypeExtensions(string $name) Returns the extensions for the given type. from AbstractExtension bool hasTypeExtensions(string $name) Returns whether t

Component\HttpKernel\DataCollector\Util

Classes ValueExporter

ClassMetadata::addPropertyConstraint()

ClassMetadata addPropertyConstraint(string $property, Constraint $constraint) Adds a constraint to the given property. Parameters string $property The name of the property Constraint $constraint The constraint Return Value ClassMetadata This object

Component\Debug

Namespaces Symfony\Component\Debug\Exception Classes Debug Registers all the debug tools. ErrorHandler ErrorHandler. ExceptionHandler ExceptionHandler converts an exception to a Response object.

Table::getStyle()

TableStyle getStyle() Gets the current table style. Return Value TableStyle

IntlDateFormatter::parse()

string parse(string $value, int $position = null) Parse string to a timestamp value. Parameters string $value String to convert to a time value int $position Not supported. Position at which to start the parsing in $value (zero-based) If no error occurs before $value is consumed, $parsepos will contain -1 otherwise it will contain the position at which parsing ended. If $parsepos > strlen($value), the parse fails immediately. Return Value string Parsed value as a timestamp E

ObjectInitializerInterface

interface ObjectInitializerInterface Prepares an object for validation. Concrete implementations of this interface are used by {@link ValidationVisitorInterface} to initialize objects just before validating them. Methods initialize(object $object) Initializes an object just before validation. Details initialize(object $object) Initializes an object just before validation. Parameters object $object The object to validate