Definition::getTags()

array getTags() Returns all tags. Return Value array An array of tags

ProfilerController::panelAction()

Response panelAction(Request $request, string $token) Renders a profiler panel for the given token. Parameters Request $request The current HTTP request string $token The profiler token Return Value Response A Response instance Exceptions NotFoundHttpException

Route::getPath()

string getPath() Returns the pattern for the path. Return Value string The path pattern

FormConfigBuilderInterface::setAttributes()

FormConfigBuilderInterface setAttributes(array $attributes) Sets the attributes. Parameters array $attributes The attributes Return Value FormConfigBuilderInterface The configuration object

ApacheMatcherDumper deprecated

class ApacheMatcherDumper extends MatcherDumper deprecated since version 2.5, to be removed in 3.0. The performance gains are minimal and it's very hard to replicate the behavior of PHP implementation. Dumps a set of Apache mod_rewrite rules. Methods __construct(RouteCollection $routes) Constructor. from MatcherDumper RouteCollection getRoutes() Gets the routes to dump. from MatcherDumper string dump(array $options = array()) Dumps a set of Apache mod_rewrite rules. Detai

ClassMetadata::getReflectionClass()

ReflectionClass getReflectionClass() Returns a {@link \ReflectionClass} instance for this class. Return Value ReflectionClass

ClassMetadataInterface::getName()

string getName() Returns the name of the backing PHP class. Return Value string The name of the backing class

Process::setOptions()

Process setOptions(array $options) Sets the options for proc_open. Parameters array $options The new options Return Value Process The current Process instance

ExecutionContext::getObject()

object|null getObject() Returns the currently validated object. If the validator is currently validating a class constraint, the object of that class is returned. If it is a validating a property or getter constraint, the object that the property/getter belongs to is returned. In other cases, null is returned. Return Value object|null The currently validated object or null

Component\Templating

Namespaces Symfony\Component\Templating\AssetSymfony\Component\Templating\HelperSymfony\Component\Templating\LoaderSymfony\Component\Templating\Storage Classes DelegatingEngine DelegatingEngine selects an engine for a given template. PhpEngine PhpEngine is an engine able to render PHP templates. TemplateNameParser TemplateNameParser is the default implementation of TemplateNameParserInterface. TemplateReference Internal representation of a template. Interfaces DebuggerInter