TestSessionListener::getSubscribedEvents()

static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. The array keys are event names and the value can be: The method name to call (priority defaults to 0) An array composed of the method name to call and the priority An array of arrays composed of the method names to call and respective priorities, or 0 if unset For instance: array('eventName' => 'methodName') array('eventName' => array('methodName', $priority)) a

TextareaFormField

class TextareaFormField extends FormField TextareaFormField represents a textarea form field (an HTML textarea tag). 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. from FormField bool hasValue() Returns true if the field should be included in the submitted values. from Fo

TestSessionListener::onKernelRequest()

onKernelRequest(GetResponseEvent $event) Parameters GetResponseEvent $event

TestSessionListener::onKernelResponse()

onKernelResponse(FilterResponseEvent $event) Checks if session was initialized and saves if current request is master Runs on 'kernel.response' in test environment. Parameters FilterResponseEvent $event

TestRunner

class TestRunner extends PHPUnit_TextUI_TestRunner {@inheritdoc}

TerminableInterface

interface TerminableInterface Terminable extends the Kernel request/response cycle with dispatching a post response event after sending the response and before shutting down the kernel. Methods terminate(Request $request, Response $response) Terminates a request/response cycle. Details terminate(Request $request, Response $response) Terminates a request/response cycle. Should be called after sending the response and before shutting down the ke

TestSessionListener

class TestSessionListener implements EventSubscriberInterface TestSessionListener. Saves session in test environment. Methods onKernelRequest(GetResponseEvent $event) onKernelResponse(FilterResponseEvent $event) Checks if session was initialized and saves if current request is master Runs on 'kernel.response' in test environment. static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. Details onKer

TestSessionListener

class TestSessionListener extends TestSessionListener TestSessionListener. Methods onKernelRequest(GetResponseEvent $event) from TestSessionListener onKernelResponse(FilterResponseEvent $event) Checks if session was initialized and saves if current request is master Runs on 'kernel.response' in test environment from TestSessionListener static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. from TestSessionListener __construct(C

TemplatingRendererEngine

class TemplatingRendererEngine extends AbstractRendererEngine Constants CACHE_KEY_VAR The variable in {@link FormView} used as cache key. Methods __construct(EngineInterface $engine, array $defaultThemes = array()) Creates a new renderer engine. setTheme(FormView $view, mixed $themes) Sets the theme(s) to be used for rendering a view and its children. from AbstractRendererEngine mixed getResourceForBlockName(FormView $view, string $blockName) Returns the resource for a block

TemplatingPass

class TemplatingPass implements CompilerPassInterface Methods process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Details process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Parameters ContainerBuilder $container