LengthRequiredHttpException

class LengthRequiredHttpException extends HttpException LengthRequiredHttpException. Methods __construct($message = null, Exception $previous = null, $code) Constructor. int getStatusCode() Returns the status code. from HttpException array getHeaders() Returns response headers. from HttpException Details __construct($message = null, Exception $previous = null, $code) Constructor. Parameters $message Exception $previous $code

PseudoClassExtension::translateOnlyOfType()

XPathExpr translateOnlyOfType(XPathExpr $xpath) Parameters XPathExpr $xpath Return Value XPathExpr Exceptions ExpressionErrorException

GetResponseForControllerResultEvent::getControllerResult()

mixed getControllerResult() Returns the return value of the controller. Return Value mixed The controller return value

Component\HttpKernel\DataCollector\Util

Classes ValueExporter

ResolvedTypeDataCollectorProxy::createView()

FormView createView(FormInterface $form, FormView $parent = null) Creates a new form view for a form of this type. Parameters FormInterface $form The form to create a view for FormView $parent The parent view or null Return Value FormView The created form view

DoctrineType::getQueryBuilderPartsForCachingHash()

array|false getQueryBuilderPartsForCachingHash(object $queryBuilder) Gets important parts from QueryBuilder that will allow to cache its results. For instance in ORM two query builders with an equal SQL string and equal parameters are considered to be equal. Parameters object $queryBuilder Return Value array|false Array with important QueryBuilder parts or false if they can't be determined

Component\Config\Resource

Classes DirectoryResource DirectoryResource represents a resources stored in a subdirectory tree. FileResource FileResource represents a resource stored on the filesystem. Interfaces ResourceInterface ResourceInterface is the interface that must be implemented by all Resource classes.

RegionBundleTransformationRule

class RegionBundleTransformationRule implements TransformationRuleInterface The rule for compiling the region bundle. Methods string getBundleName() Returns the name of the compiled resource bundle. string[] beforeCompile(CompilationContextInterface $context) Runs instructions to be executed before compiling the sources of the resource bundle. afterCompile(CompilationContextInterface $context) Runs instructions to be executed after compiling the sources of the resource bundle.

Transformer::getReverseMatchingRegExp()

abstract string getReverseMatchingRegExp(int $length) Returns a reverse matching regular expression of a string generated by format(). Parameters int $length The length of the value to be reverse matched Return Value string The reverse matching regular expression

EventSubscriberInterface

interface EventSubscriberInterface An EventSubscriber knows himself what events he is interested in. If an EventSubscriber is added to an EventDispatcherInterface, the manager invokes {@link getSubscribedEvents} and registers the subscriber as a listener for all returned events. Methods static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. Details static array getSubscribedEvents() Returns an arra