DebugFormatterHelper

class DebugFormatterHelper extends Helper Helps outputting debug information when running an external program from a command. An external program can be a Process, an HTTP request, or anything else. Methods setHelperSet(HelperSet $helperSet = null) Sets the helper set associated with this helper. from Helper HelperSet getHelperSet() Gets the helper set associated with this helper. from Helper static int strlen(string $string) Returns the length of a string, using mb_strwidth if i

PhpFileLoader

class PhpFileLoader extends FileLoader PhpFileLoader loads routes from a PHP file. The file must return a RouteCollection instance. Methods LoaderResolverInterface getResolver() Gets the loader resolver. from Loader setResolver(LoaderResolverInterface $resolver) Sets the loader resolver. from Loader mixed import(mixed $resource, string|null $type = null, bool $ignoreErrors = false, string|null $sourceResource = null) Imports a resource. from FileLoader LoaderInterface resolve

Form

class Form 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_SYNCHRONIZED_ERROR NO_SUCH_FIELD_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belongs to from Constraint Metho

GenericEvent

class GenericEvent extends Event implements ArrayAccess, IteratorAggregate Event encapsulation class. Encapsulates events thus decoupling the observer from the subject they encapsulate. Methods bool isPropagationStopped() Returns whether further event listeners should be triggered. from Event stopPropagation() Stops the propagation of the event to further event listeners. from Event __construct(mixed $subject = null, array $arguments = array()) Encapsulate an event with $subject

Route::setPath()

setPath($path) Parameters $path

AssetExtension::getFunctions()

getFunctions() {@inheritdoc}

FormConfigInterface::getMethod()

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

AbstractToken::setAttribute()

setAttribute(string $name, mixed $value) Sets an attribute. Parameters string $name The attribute name mixed $value The attribute value

PathPackage::getBasePath()

string getBasePath() Returns the base path. Return Value string The base path

ExecutionContext deprecated

class ExecutionContext implements ExecutionContextInterface deprecated since version 2.5, to be removed in 3.0. Use {@link Context\ExecutionContext} instead. Default implementation of {@link ExecutionContextInterface}. This class is immutable by design. Methods __construct(GlobalExecutionContextInterface $globalContext, TranslatorInterface $translator, null|string $translationDomain = null, MetadataInterface $metadata = null, mixed $value = null, string $group = null, string $propert