FragmentListener

class FragmentListener implements EventSubscriberInterface Handles content fragments represented by special URIs. All URL paths starting with /_fragment are handled as content fragments by this listener. If throws an AccessDeniedHttpException exception if the request is not signed or if it is not an internal sub-request. Methods __construct(UriSigner $signer, string $fragmentPath = '/_fragment') Constructor. onKernelRequest(GetResponseEvent $event) Fixes request attributes when the

AttributeNode::getOperator()

string getOperator() Return Value string

ParameterBagInterface::resolveValue()

resolveValue(mixed $value) Replaces parameter placeholders (%name%) by their values. Parameters mixed $value A value Exceptions ParameterNotFoundException if a placeholder references a parameter that does not exist

AuthenticationTrustResolverInterface::isAnonymous()

bool isAnonymous(TokenInterface $token = null) Resolves whether the passed token implementation is authenticated anonymously. If null is passed, the method must return false. Parameters TokenInterface $token Return Value bool

AttributeMatchingExtension::translateDifferent()

XPathExpr translateDifferent(XPathExpr $xpath, string $attribute, string $value) Parameters XPathExpr $xpath string $attribute string $value Return Value XPathExpr

Url

class Url extends Constraint Constants DEFAULT_GROUP The name of the group given to all constraints with no explicit group. CLASS_CONSTRAINT Marks a constraint that can be put onto classes. PROPERTY_CONSTRAINT Marks a constraint that can be put onto properties. INVALID_URL_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belongs to from Constraint $message $dnsMessage $proto

DelegatingEngine

class DelegatingEngine implements EngineInterface, StreamingEngineInterface DelegatingEngine selects an engine for a given template. Methods __construct(array $engines = array()) Constructor. string render(string|TemplateReferenceInterface $name, array $parameters = array()) Renders a template. stream(string|TemplateReferenceInterface $name, array $parameters = array()) Streams a template. bool exists(string|TemplateReferenceInterface $name) Returns true if the template ex

Locale::getDisplayVariant()

static string getDisplayVariant(string $locale, string $inLocale = null) Not supported. Returns the localized display name for the locale variant. Parameters string $locale The locale code to return the display variant from string $inLocale Optional format locale code to use to display the variant name Return Value string The localized variant display name Exceptions MethodNotImplementedException See also http://www.php.net/manual/en/locale.getdisplayvariant.php

ArgumentMetadataFactoryInterface

interface ArgumentMetadataFactoryInterface Builds method argument data. Methods ArgumentMetadata[] createArgumentMetadata(mixed $controller) Details ArgumentMetadata[] createArgumentMetadata(mixed $controller) Parameters mixed $controller The controller to resolve the arguments for Return Value ArgumentMetadata[]

WebProfilerExtension

class WebProfilerExtension extends Twig_Extension Twig extension for the profiler. Methods getFunctions() {@inheritdoc} dumpValue($value) getName() {@inheritdoc} Details getFunctions() {@inheritdoc} dumpValue($value) Parameters $value getName() {@inheritdoc}