FormBuilder::getFormConfig()

FormConfigInterface getFormConfig() Builds and returns the form configuration. Return Value FormConfigInterface

File

class File 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. NOT_FOUND_ERROR NOT_READABLE_ERROR EMPTY_ERROR TOO_LARGE_ERROR INVALID_MIME_TYPE_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The group

CodeHelper::formatArgsAsText()

string formatArgsAsText(array $args) Formats an array as a string. Parameters array $args The argument array Return Value string

PassConfig::setOptimizationPasses()

setOptimizationPasses(array $passes) Sets the Optimization passes. Parameters array $passes An array of passes

ProgressBar::display()

display() Outputs the current progress string.

Logger::countErrors()

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

CachingFactoryDecorator

class CachingFactoryDecorator implements ChoiceListFactoryInterface Caches the choice lists created by the decorated factory. Methods static string generateHash(mixed $value, string $namespace = '') Generates a SHA-256 hash for the given value. __construct(ChoiceListFactoryInterface $decoratedFactory) Decorates the given factory. ChoiceListFactoryInterface getDecoratedFactory() Returns the decorated factory. ChoiceListInterface createListFromChoices(array|Traversable $choi

Component\Locale\Stub

Namespaces Symfony\Component\Locale\Stub\DateFormat Classes StubCollator deprecated Alias of {@link \Symfony\Component\Intl\Collator\Collator}. StubIntl deprecated Alias of {@link \Symfony\Component\Intl\Globals\IntlGlobals}. StubIntlDateFormatter deprecated Alias of {@link \Symfony\Component\Intl\DateFormatter\IntlDateFormatter}. StubLocale deprecated Alias of {@link \Symfony\Component\Intl\Locale\Locale}. StubNumberFormatter deprecated Alias of {@link \Symfony\Component\I

CssSelector deprecated::disableHtmlExtension()

static disableHtmlExtension() Disables the HTML extension.

AdapterInterface deprecated::setDepths()

AdapterInterface setDepths(array $depths) Parameters array $depths Return Value AdapterInterface Current instance