Logger::countErrors()

int countErrors() Returns the number of errors. Return Value int The number of errors

FormConfigBuilder::getMethod()

string getMethod() Returns the HTTP method used by the form. Return Value string The HTTP method of the form

OptionsResolver::isMissing()

bool isMissing(string $option) Returns whether an option is missing a default value. An option is missing if it was passed to {@link setRequired()}, but not to {@link setDefault()}. This option must be passed explicitly to {@link resolve()}, otherwise an exception will be thrown. Parameters string $option The name of the option Return Value bool Whether the option is missing

MetadataBag::getStorageKey()

string getStorageKey() Gets the storage key for this bag. Return Value string

FlashBag::getStorageKey()

string getStorageKey() Gets the storage key for this bag. Return Value string

MockArraySessionStorage::getName()

mixed getName() Returns the session name. Return Value mixed The session name

CachePoolPass::process()

process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Parameters ContainerBuilder $container

ClassCacheCacheWarmer::isOptional()

bool isOptional() Checks whether this warmer is optional or not. Return Value bool true if the warmer is optional, false otherwise

Traverse::getTargets()

string|array getTargets() Returns whether the constraint can be put onto classes, properties or both. This method should return one or more of the constants Constraint::CLASSCONSTRAINT and Constraint::PROPERTYCONSTRAINT. Return Value string|array One or more constant values

Application::getTerminalDimensions()

array getTerminalDimensions() Tries to figure out the terminal dimensions based on the current environment. Return Value array Array containing width and height