FormRegistryInterface::hasType()

bool hasType(string $name) Returns whether the given form type is supported. Parameters string $name The name of the type Return Value bool Whether the type is supported

TemplateReference::all()

array all() Gets the template parameters. Return Value array An array of parameters

PgSqlCaster::castLink()

static castLink($link, array $a, Stub $stub, $isNested) Parameters $link array $a Stub $stub $isNested

ConstraintViolationBuilder::addViolation()

addViolation() Adds the violation to the current execution context.

RequestDataCollector::getRequestCookies()

getRequestCookies()

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

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

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

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