RequestMatcher::matchMethod()

matchMethod(string|string[] $method) Adds a check for the HTTP method. Parameters string|string[] $method An HTTP method or an array of HTTP methods

ButtonBuilder::getFormConfig()

FormConfigInterface getFormConfig() Builds and returns the button configuration. Return Value FormConfigInterface

StubbingContextInterface::getIcuVersion()

string getIcuVersion() Returns the ICU version of the bundles being converted. Return Value string The ICU version string.

RequestDataCollector::onKernelResponse()

onKernelResponse(FilterResponseEvent $event) Parameters FilterResponseEvent $event

Regex::isCaseSensitive()

bool isCaseSensitive() Returns value case sensitivity. Return Value bool

Currency

class Currency 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. NO_SUCH_CURRENCY_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belongs to from Constraint $message Methods sta

SymfonyStyle::progressStart()

progressStart(int $max) Starts the progress output. Parameters int $max Maximum steps (0 if unknown)

Translator::getFallbackLocales()

array getFallbackLocales() Gets the fallback locales. Return Value array $locales The fallback locales

FormConfigBuilder::getAttributes()

array getAttributes() Returns additional attributes of the form. Return Value array An array of key-value combinations

IntrospectableContainerInterface deprecated

interface IntrospectableContainerInterface implements ContainerInterface deprecated since version 2.8, to be merged with ContainerInterface in 3.0. IntrospectableContainerInterface defines additional introspection functionality for containers, allowing logic to be implemented based on a Container's state. Methods set(string $id, object $service, string $scope = self::SCOPE_CONTAINER) Sets a service. from ContainerInterface object get(string $id, int $invalidBehavior = self::EXCEP