PropertyMetadataInterface deprecated::getPropertyName()

string getPropertyName() Returns the name of the property. Return Value string The property name.

SerializerAwareNormalizer deprecated

class SerializerAwareNormalizer implements SerializerAwareInterface deprecated since version 3.1, to be removed in 4.0. Use the SerializerAwareTrait instead. SerializerAware Normalizer implementation. Traits SerializerAwareTrait SerializerAware trait. Methods setSerializer(SerializerInterface $serializer) Sets the serializer. from SerializerAwareTrait Details setSerializer(SerializerInterface $serializer) Sets the serializer. Parame

AddRequestFormatsListener::onKernelRequest()

onKernelRequest(GetResponseEvent $event) Adds request formats. Parameters GetResponseEvent $event

Form::getParent()

FormInterface|null getParent() Returns the parent form. Return Value FormInterface|null The parent form or null if there is none

ErrorHandler::throwAt()

int throwAt(int $levels, bool $replace = false) Sets the PHP error levels that throw an exception when a PHP error occurs. Parameters int $levels A bit field of E_* constants for thrown errors bool $replace Replace or amend the previous value Return Value int The previous value

Session::setName()

setName(string $name) Sets the session name. Parameters string $name

HtmlDumper::dump()

dump(Data $data, callable|resource|string|null $output = null) Dumps a Data object. Parameters Data $data A Data object callable|resource|string|null $output A line dumper callable, an opened stream or an output path

UserSecurityIdentity::equals()

equals(SecurityIdentityInterface $sid) This method is used to compare two security identities in order to not rely on referential equality. Parameters SecurityIdentityInterface $sid

CodeHelper::abbrMethod()

abbrMethod($method) Parameters $method

Session::getBag()

SessionBagInterface getBag(string $name) Gets a bag instance by name. Parameters string $name Return Value SessionBagInterface