Bundle\FrameworkBundle\Test

Classes WebTestCase WebTestCase is the base class for functional tests.

Bundle\FrameworkBundle\Templating\Loader

Classes FilesystemLoader FilesystemLoader is a loader that read templates from the filesystem. TemplateLocator TemplateLocator locates templates in bundles.

Bundle\FrameworkBundle\Templating\Helper

Classes ActionsHelper ActionsHelper manages action inclusions. CodeHelper CodeHelper. FormHelper FormHelper provides helpers to help display forms. RequestHelper RequestHelper provides access to the current request parameters. RouterHelper RouterHelper manages links between pages in a template context. SessionHelper SessionHelper provides read-only access to the session attributes. TranslatorHelper TranslatorHelper.

Bundle\FrameworkBundle\Templating\Asset

Classes PackageFactory Creates packages based on whether the current request is secure. PathPackage The path packages adds a version and a base path to asset URLs.

Bundle\FrameworkBundle\Templating

Namespaces Symfony\Bundle\FrameworkBundle\Templating\AssetSymfony\Bundle\FrameworkBundle\Templating\HelperSymfony\Bundle\FrameworkBundle\Templating\Loader Classes Debugger Binds the Symfony templating loader debugger to the Symfony logger. DelegatingEngine DelegatingEngine selects an engine for a given template. GlobalVariables GlobalVariables is the entry point for Symfony global variables in Twig templates. PhpEngine This engine knows how to render Symfony templates. Templa

Bundle\FrameworkBundle\Routing

Classes DelegatingLoader DelegatingLoader delegates route loading to other loaders using a loader resolver. RedirectableUrlMatcher Router This Router creates the Loader only when the cache is empty.

Bundle\FrameworkBundle\Kernel

Classes MicroKernelTrait A Kernel that provides configuration hooks.

Bundle\FrameworkBundle\HttpCache

Classes HttpCache Manages HTTP cache objects in a Container.

Bundle\FrameworkBundle\Fragment

Classes ContainerAwareHIncludeFragmentRenderer Implements the Hinclude rendering strategy.

Bundle\FrameworkBundle\EventListener

Classes SessionListener Sets the session in the request. TestSessionListener TestSessionListener.