FormConfigBuilder::getOptions()

array getOptions() Returns all options passed during the construction of the form. Return Value array The passed options

TwigExtension::getNamespace()

string getNamespace() Returns the namespace to be used for this extension (XML namespace). Return Value string The XML namespace

ProgressBar::getBarCharacter()

string getBarCharacter() Gets the bar character. Return Value string A character

InputOption::equals()

bool equals(InputOption $option) Checks whether the given option equals this one. Parameters InputOption $option option to compare Return Value bool

OptionsResolverInterface deprecated

interface OptionsResolverInterface deprecated since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead. Methods OptionsResolverInterface setDefaults(array $defaultValues) Sets default option values. OptionsResolverInterface replaceDefaults(array $defaultValues) Replaces default option values. OptionsResolverInterface setOptional(array $optionNames) Sets optional options. OptionsResolverInterface setRequired(array $optionNames) Sets required options.

Process::getWorkingDirectory()

string|null getWorkingDirectory() Gets the working directory. Return Value string|null The current working directory or null on failure

LanguageBundleInterface::getScriptNames()

string[] getScriptNames(string $displayLocale = null) Returns the names of all known scripts. Parameters string $displayLocale Optional. The locale to return the names in Defaults to {@link \Locale::getDefault()}. Return Value string[] A list of script names indexed by script codes

Bic

class Bic extends Constraint Constants DEFAULT_GROUP The name of the group given to all constraints with no explicit group. CLASS_CONSTRAINT Marks a constraint that can be put onto classes. PROPERTY_CONSTRAINT Marks a constraint that can be put onto properties. INVALID_LENGTH_ERROR INVALID_CHARACTERS_ERROR INVALID_BANK_CODE_ERROR INVALID_COUNTRY_CODE_ERROR INVALID_CASE_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constrai

ProxyCacheWarmer::warmUp()

warmUp(string $cacheDir) Warms up the cache. Parameters string $cacheDir The cache directory

Component\Config\Definition\Dumper

Classes XmlReferenceDumper Dumps a XML reference configuration for the given configuration/node instance. YamlReferenceDumper Dumps a Yaml reference configuration for the given configuration/node instance.