FrameworkExtension::getNamespace()

string getNamespace() Returns the namespace to be used for this extension (XML namespace). Return Value string The XML namespace

InvalidArgumentException

class InvalidArgumentException extends InvalidArgumentException implements ExceptionInterface Base InvalidArgumentException for the Asset component.

TransChoiceTokenParser::decideTransChoiceFork()

decideTransChoiceFork($token) Parameters $token

Kernel::getBundle()

BundleInterface|BundleInterface[] getBundle(string $name, bool $first = true) Returns a bundle and optionally its descendants by its name. Parameters string $name Bundle name bool $first Whether to return the first bundle only or together with its descendants Return Value BundleInterface|BundleInterface[] A BundleInterface instance or an array of BundleInterface instances if $first is false Exceptions InvalidArgumentException when the bundle is not enabled

UnsupportedMetadataException

class UnsupportedMetadataException extends InvalidArgumentException

ModelChoiceList::getValues()

array getValues() Returns the values for the choices Return Value array The values with the corresponding choice indices as keys

OutputFormatterStyleInterface::setOptions()

setOptions(array $options) Sets multiple style options at once. Parameters array $options

SwiftMailerHandler::onKernelTerminate()

onKernelTerminate(PostResponseEvent $event) After the kernel has been terminated we will always flush messages. Parameters PostResponseEvent $event

TransChoiceTokenParser

class TransChoiceTokenParser extends TransTokenParser Token Parser for the 'transchoice' tag. Methods Twig_Node parse(Twig_Token $token) Parses a token and returns a node. decideTransFork($token) from TransTokenParser string getTag() Gets the tag name associated with this token parser. decideTransChoiceFork($token) Details Twig_Node parse(Twig_Token $token) Parses a token and returns a node. Parameters Twig_Token $token A Twig

ClockMock::register()

static register($class) Parameters $class