RouteCollectionBuilder

class RouteCollectionBuilder Helps add and import routes into a RouteCollection. Methods __construct(LoaderInterface $loader = null) RouteCollectionBuilder import(mixed $resource, string|null $prefix = '/', string $type = null) Import an external routing resource and returns the RouteCollectionBuilder. Route add(string $path, string $controller, string|null $name = null) Adds a route and returns it for future modification. RouteCollectionBuilder createBuilder() Returns a

ConfigDumpReferenceCommand

class ConfigDumpReferenceCommand extends AbstractConfigCommand A console command for dumping available configuration reference. Methods __construct(string|null $name = null) Constructor. from Command ignoreValidationErrors() Ignores validation errors. from Command setApplication(Application $application = null) Sets the application instance for this command. from Command setHelperSet(HelperSet $helperSet) Sets the helper set. from Command HelperSet getHelperSet() Gets the

SecurityFactoryInterface::getPosition()

string getPosition() Defines the position at which the provider is called. Possible values: preauth, form, http, and rememberme. Return Value string

TokenizerPatterns

class TokenizerPatterns CSS selector tokenizer patterns builder. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect. Methods __construct() Constructor. string getNewLineEscapePattern() string getSimpleEscapePattern() string getUnicodeEscapePattern() string getIdentifierPattern() string getHashPattern() string getNumberPattern() string getQuotedStringPattern(string $

StopwatchEvent::getCategory()

string getCategory() Gets the category. Return Value string The category

UniqueEntity

class UniqueEntity extends Constraint Constraint for the Unique Entity validator. 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_UNIQUE_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belongs to

ProcessBuilder::create()

static ProcessBuilder create(array $arguments = array()) Creates a process builder instance. Parameters array $arguments An array of arguments Return Value ProcessBuilder

RouteCollectionBuilder::setMethods()

$this setMethods(array|string $methods) Sets the methods on all embedded routes (unless already set). Parameters array|string $methods Return Value $this

DirectoryResource::unserialize()

unserialize($serialized) Parameters $serialized

FormThemeNode

class FormThemeNode extends Twig_Node Methods __construct(Twig_Node $form, Twig_Node $resources, $lineno, $tag = null) compile(Twig_Compiler $compiler) Compiles the node to PHP. Details __construct(Twig_Node $form, Twig_Node $resources, $lineno, $tag = null) Parameters Twig_Node $form Twig_Node $resources $lineno $tag compile(Twig_Compiler $compiler) Compiles the node to PHP. Parameters Tw