Container::isFrozen()

bool isFrozen() Returns true if the container parameter bag are frozen. Return Value bool true if the container parameter bag are frozen, false otherwise

StubbingContextInterface::getIcuVersion()

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

ButtonBuilder::getFormConfig()

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

ButtonBuilder::getForm()

FormInterface getForm() Creates the button. Return Value FormInterface The form

Profiler::loadProfileFromResponse()

Profile|false loadProfileFromResponse(Response $response) Loads the Profile for the given Response. Parameters Response $response A Response instance Return Value Profile|false A Profile instance

RequestDataCollector::onKernelResponse()

onKernelResponse(FilterResponseEvent $event) Parameters FilterResponseEvent $event

Regex::isCaseSensitive()

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

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

FormConfigBuilder::getAttributes()

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

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