Store::invalidate()

invalidate(Request $request) Invalidates all cache entries that match the request. Parameters Request $request A Request instance Exceptions RuntimeException

Regex::hasStartJoker()

bool hasStartJoker() Return Value bool

LanguageDataProvider::getAlpha3Code()

getAlpha3Code($language) Parameters $language

FullTransformer

class FullTransformer Parser and formatter for date formats. Methods __construct(string $pattern, string $timezone) Constructor. Transformer[] getTransformers() Return the array of Transformer objects. string format(DateTime $dateTime) Format a DateTime using ICU dateformat pattern. string formatReplace(string $dateChars, DateTime $dateTime) Return the formatted ICU value for the matched date characters. int parse(DateTime $dateTime, string $value) Parse a pattern bas

Bundle

Namespaces Symfony\Bundle\FrameworkBundleSymfony\Bundle\SecurityBundleSymfony\Bundle\TwigBundleSymfony\Bundle\WebProfilerBundle

NormalizationAwareInterface

interface NormalizationAwareInterface Defines the interface of encoders that will normalize data themselves. Implementing this interface essentially just tells the Serializer that the data should not be pre-normalized before being passed to this Encoder.

BaseNode::isRequired()

bool isRequired() Checks if this node is required. Return Value bool If the node is required

RoutingExtension::getPath()

getPath($name, $parameters = array(), $relative = false) Parameters $name $parameters $relative

ClassNode::getName()

string getName() Return Value string

UserProviderFactoryInterface::getKey()

getKey()