DoctrineType::getParent()

string|null getParent() Returns the name of the parent type. Return Value string|null The name of the parent type if any, null otherwise

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.

RequestStack::pop()

Request|null pop() Pops the current request from the stack. This operation lets the current request go out of scope. This method should generally not be called directly as the stack management should be taken care of by the application itself. Return Value Request|null