ConfigDataCollector::setKernel()

setKernel(KernelInterface $kernel = null) Sets the Kernel associated with this Request. Parameters KernelInterface $kernel A KernelInterface instance

Loader

class Loader implements LoaderInterface Loader is the abstract class used by all built-in loaders. Methods LoaderResolverInterface getResolver() Gets the loader resolver. setResolver(LoaderResolverInterface $resolver) Sets the loader resolver. mixed import(mixed $resource, string|null $type = null) Imports a resource. LoaderInterface resolve(mixed $resource, string|null $type = null) Finds a loader able to load an imported resource. Details Load

ClassMetadata

class ClassMetadata extends GenericMetadata implements ClassMetadataInterface Default implementation of {@link ClassMetadataInterface}. This class supports serialization and cloning. Properties Constraint[] $constraints from GenericMetadata array $constraintsByGroup from GenericMetadata int $cascadingStrategy The strategy for cascading objects. from GenericMetadata int $traversalStrategy The strategy for traversing traversable objects. string $name string $defaultGroup M

ConstraintViolationBuilder::setParameters()

ConstraintViolationBuilderInterface setParameters(array $parameters) Sets all parameters to be inserted into the violation message. Parameters array $parameters An array with the parameter names as keys and the values to be inserted in their place as values Return Value ConstraintViolationBuilderInterface This builder

FormHelper::errors()

string errors(FormView $view) Renders the errors of the given view. Parameters FormView $view The view to render the errors for Return Value string The HTML markup

DoctrineDataCollector::collect()

collect(Request $request, Response $response, Exception $exception = null) Collects data for the given Request and Response. Parameters Request $request A Request instance Response $response A Response instance Exception $exception An Exception instance

FormConfigBuilder::getName()

string getName() Returns the name of the form used as HTTP parameter. Return Value string The form name

GeneratorDumperInterface

interface GeneratorDumperInterface GeneratorDumperInterface is the interface that all generator dumper classes must implement. Methods string dump(array $options = array()) Dumps a set of routes to a string representation of executable code that can then be used to generate a URL of such a route. RouteCollection getRoutes() Gets the routes to dump. Details string dump(array $options = array()) Dumps a set of routes to a string representati

ExtensionGuesser::getInstance()

static ExtensionGuesser getInstance() Returns the singleton instance. Return Value ExtensionGuesser

DefaultAuthenticationFailureHandler::getOptions()

array getOptions() Gets the options. Return Value array An array of options