StringUtil::trim()

static string trim(string $string) Returns the trimmed data. Parameters string $string Return Value string

Command deprecated

class Command deprecated since 2.8, to be removed in 3.0. Methods __construct(Command $parent = null) Constructor. string __toString() Returns command as string. static Command create(Command $parent = null) Creates a new Command instance. static string escape(string $input) Escapes special chars from input. static string quote(string $input) Quotes input. Command add(string|Command $bit) Appends a string or a Command instance. Command top(string|Command $

Kernel::boot()

boot() Boots the current kernel.

ChoiceFormField

class ChoiceFormField extends FormField ChoiceFormField represents a choice form field. It is constructed from a HTML select tag, or a HTML checkbox, or radio inputs. Methods __construct(DOMElement $node) Constructor. from FormField string getName() Returns the name of the field. from FormField string|array getValue() Gets the value of the field. from FormField setValue(string $value) Sets the value of the field. bool hasValue() Returns true if the field should be includ

Profile::getParentToken()

null|string getParentToken() Returns the parent token. Return Value null|string The parent token

Specificity::getValue()

int getValue() Returns global specificity value. Return Value int

TraceableEventDispatcherInterface::getNotCalledListeners()

array getNotCalledListeners() Gets the not called listeners. Return Value array An array of not called listeners

ParentNodeDefinitionInterface::children()

children()

EventDataCollector::setNotCalledListeners()

setNotCalledListeners(array $listeners) Sets the not called listeners. Parameters array $listeners An array of not called listeners See also TraceableEventDispatcherInterface

InMemoryFactory

class InMemoryFactory implements UserProviderFactoryInterface InMemoryFactory creates services for the memory provider. Methods create(ContainerBuilder $container, $id, $config) getKey() addConfiguration(NodeDefinition $node) Details create(ContainerBuilder $container, $id, $config) Parameters ContainerBuilder $container $id $config getKey() addConfigura