ExecutionContextInterface deprecated::validateValue()

validateValue(mixed $value, Constraint|Constraint[] $constraints, string $subPath = '', null|string|string[] $groups = null) deprecated deprecated since version 2.5, to be removed in 3.0. Use {@link Context\ExecutionContextInterface::getValidator()} instead. Validates a value against a constraint. Use the parameter $subPath to adapt the property path for the validated value. For example, take the following object graph: (Person)---($address: Address)---($street: string)

PhpEngine::supports()

bool supports(string|TemplateReferenceInterface $name) Returns true if this class is able to render the given template. Parameters string|TemplateReferenceInterface $name A template name or a TemplateReferenceInterface instance Return Value bool true if this class supports the given template, false otherwise

SurrogateInterface::addSurrogateControl()

addSurrogateControl(Response $response) Adds HTTP headers to specify that the Response needs to be parsed for Surrogate. This method only adds an Surrogate HTTP header if the Response has some Surrogate tags. Parameters Response $response A Response instance

ExtractorInterface

interface ExtractorInterface Extracts translation messages from a directory or files to the catalogue. New found messages are injected to the catalogue using the prefix. Methods extract(string|array $resource, MessageCatalogue $catalogue) Extracts translation messages from files, a file or a directory to the catalogue. setPrefix(string $prefix) Sets the prefix that should be used for new found messages. Details extract(string|array $resource, Message

Component

Namespaces Symfony\Component\BrowserKitSymfony\Component\ClassLoaderSymfony\Component\ConfigSymfony\Component\ConsoleSymfony\Component\CssSelectorSymfony\Component\DebugSymfony\Component\DependencyInjectionSymfony\Component\DomCrawlerSymfony\Component\EventDispatcherSymfony\Component\FilesystemSymfony\Component\FinderSymfony\Component\FormSymfony\Component\HttpFoundationSymfony\Component\HttpKernelSymfony\Component\IntlSymfony\Component\LocaleSymfony\Component\OptionsResolverSymfony\Component\

ContainerBuilder::isTrackingResources()

bool isTrackingResources() Checks if resources are tracked. Return Value bool true if resources are tracked, false otherwise

AbstractAdapter deprecated::setContains()

AdapterInterface setContains(array $contains) Parameters array $contains Return Value AdapterInterface Current instance

PropertyMetadataContainerInterface deprecated

interface PropertyMetadataContainerInterface deprecated since version 2.5, to be removed in 3.0. Use {@link Mapping\ClassMetadataInterface} instead. A container for {@link PropertyMetadataInterface} instances. Methods bool hasPropertyMetadata(string $property) Check if there's any metadata attached to the given named property. PropertyMetadataInterface[] getPropertyMetadata(string $property) Returns all metadata instances for the given named property. Details

PropertyAccessor::handleError()

static handleError($type, $message, $file, $line, $context) Parameters $type $message $file $line $context

Client::followRedirect()

Crawler followRedirect() Follow redirects? Return Value Crawler Exceptions LogicException If request was not a redirect