ExceptionInterface

interface ExceptionInterface Marker Interface for the Process Component.

Response::getLastModified()

DateTime|null getLastModified() Returns the Last-Modified HTTP header as a DateTime instance. Return Value DateTime|null A DateTime instance or null if the header does not exist Exceptions RuntimeException When the HTTP header is not parseable

Serializer::supportsEncoding()

bool supportsEncoding(string $format) Checks whether the serializer can encode to given format. Parameters string $format format name Return Value bool

AbstractToken::hasAttribute()

bool hasAttribute(string $name) Returns true if the attribute exists. Parameters string $name The attribute name Return Value bool true if the attribute exists, false otherwise

ProgressBar::setFormat()

setFormat(string $format) Sets the progress bar format. Parameters string $format The format

FrameworkBundle

class FrameworkBundle extends Bundle Bundle. Traits ContainerAwareTrait ContainerAware trait. Methods setContainer(ContainerInterface $container = null) Sets the container. from ContainerAwareTrait boot() Boots the Bundle. shutdown() Shutdowns the Bundle. from Bundle build(ContainerBuilder $container) Builds the bundle. ExtensionInterface|null getContainerExtension() Returns the bundle's container extension. from Bundle string getNamespace() Gets the Bundle na

IdReader::getIdField()

string getIdField() Returns the name of the ID field. This method assumes that the object has a single-column ID. Return Value string The name of the ID field

Token::isString()

bool isString() Return Value bool

ExecutionContext

class ExecutionContext implements ExecutionContextInterface The context used and created by {@link ExecutionContextFactory}. Methods __construct(ValidatorInterface $validator, mixed $root, TranslatorInterface $translator, string|null $translationDomain = null) Creates a new execution context. setNode(mixed $value, object|null $object, MetadataInterface $metadata = null, string $propertyPath) Sets the currently validated value. setGroup(string|null $group) Sets the currently val

TokenizerPatterns::getIdentifierPattern()

string getIdentifierPattern() Return Value string