Documentation

OptionsResolverIntrospector
in package

Tags
author

Maxime Steinhausser maxime.steinhausser@gmail.com

final

Table of Contents

$get  : mixed
__construct()  : mixed
getAllowedTypes()  : array<string|int, string>
getAllowedValues()  : array<string|int, mixed>
getDefault()  : mixed
getDeprecation()  : array<string|int, mixed>
getDeprecationMessage()  : string|Closure
getLazyClosures()  : array<string|int, Closure>
getNormalizer()  : Closure
getNormalizers()  : array<string|int, mixed>

Properties

Methods

getDeprecationMessage()

public getDeprecationMessage(string $option) : string|Closure
Parameters
$option : string
Tags
throws
NoConfigurationException

on no configured deprecation

deprecated

since Symfony 5.1, use "getDeprecation()" instead.

Return values
string|Closure

Search results