DumperCollection::setAll()

setAll(array $children) Sets children. Parameters array $children The children

TwigEngine::supports()

bool supports(string|TemplateReferenceInterface $name) Returns true if this class is able to render the given template. Parameters string|TemplateReferenceInterface $name A template name or a TemplateReferenceInterface instance Return Value bool true if this class supports the given template, false otherwise

ConsoleHandler::handle()

handle(array $record) {@inheritdoc} Parameters array $record

RequestDataCollector::getContentType()

getContentType()

Process::setTimeout()

Process setTimeout(int|float|null $timeout) Sets the process timeout (max. runtime). To disable the timeout, set this value to null. Parameters int|float|null $timeout The timeout in seconds Return Value Process The current Process instance Exceptions InvalidArgumentException if the timeout is negative

Cookie::getValue()

string getValue() Gets the value of the cookie. Return Value string

ArrayAccessibleResourceBundle::count()

count()

ResolvedFormTypeInterface::createBuilder()

FormBuilderInterface createBuilder(FormFactoryInterface $factory, string $name, array $options = array()) Creates a new form builder for this type. Parameters FormFactoryInterface $factory The form factory string $name The name for the builder array $options The builder options Return Value FormBuilderInterface The created form builder

Filesystem::isAbsolutePath()

bool isAbsolutePath(string $file) Returns whether the file path is an absolute path. Parameters string $file A file path Return Value bool

SymfonyStyle::text()

text(string|array $message) Formats informational text. Parameters string|array $message