RequestMatcher

class RequestMatcher implements RequestMatcherInterface RequestMatcher compares a pre-defined set of checks against a Request instance. Methods __construct(string|null $path = null, string|null $host = null, string|string[]|null $methods = null, string|string[]|null $ips = null, array $attributes = array(), string|string[]|null $schemes = null) matchScheme(string|string[]|null $scheme) Adds a check for the HTTP scheme. matchHost(string $regexp) Adds a check for the URL host na

StyleInterface::newLine()

newLine(int $count = 1) Add newline(s). Parameters int $count The number of newlines

ButtonBuilder::setInheritData()

FormConfigBuilderInterface setInheritData(bool $inheritData) Unsupported method. Parameters bool $inheritData Whether the form should inherit its parent's data Return Value FormConfigBuilderInterface The configuration object Exceptions BadMethodCallException

ButtonBuilder::hasOption()

bool hasOption(string $name) Returns whether a specific option exists. Parameters string $name The option name, Return Value bool Whether the option exists

PseudoClassExtension::getPseudoClassTranslators()

callable[] getPseudoClassTranslators() Returns pseudo-class translators. Return Value callable[]

FrameworkExtension::getXsdValidationBasePath()

string getXsdValidationBasePath() Returns the base path for the XSD files. Return Value string The XSD base path

FormFieldRegistry::has()

bool has(string $name) Tests whether the form has the given field. Parameters string $name The fully qualified name of the field Return Value bool Whether the form has the given field

WindowsPipes::close()

close() Closes file handles and pipes.

Component\Cache\Exception

Classes InvalidArgumentException Exceptions CacheException

SymfonyStyle::caution()

caution(string|array $message) Formats a caution admonition. Parameters string|array $message