ContainerAwareLoader

class ContainerAwareLoader extends Loader Doctrine data fixtures loader that injects the service container into fixture objects that implement ContainerAwareInterface. Note: Use of this class requires the Doctrine data fixtures extension, which is a suggested dependency for Symfony. Methods __construct(ContainerInterface $container) Constructor. addFixture(FixtureInterface $fixture) {@inheritdoc} Details __construct(ContainerInterface $container)

SessionBagInterface

interface SessionBagInterface Session Bag store. Methods string getName() Gets this bag's name. initialize(array $array) Initializes the Bag. string getStorageKey() Gets the storage key for this bag. mixed clear() Clears out data from bag. Details string getName() Gets this bag's name. Return Value string initialize(array $array) Initializes the Bag. Parameters array $array

SessionTokenStorage::removeToken()

string|null removeToken(string $tokenId) Removes a CSRF token. Parameters string $tokenId The token ID Return Value string|null Returns the removed token if one existed, NULL otherwise

SessionBagInterface::clear()

mixed clear() Clears out data from bag. Return Value mixed Whatever data was contained

HtmlExtension::getFunctionTranslators()

callable[] getFunctionTranslators() Returns function translators. Return Value callable[]

TokenStorageInterface::hasToken()

bool hasToken(string $tokenId) Checks whether a token with the given token ID exists. Parameters string $tokenId The token ID Return Value bool Whether a token exists with the given ID

FunctionNode::evaluate()

evaluate($functions, $values) Parameters $functions $values

ResourceCaster::castDba()

static castDba($dba, array $a, Stub $stub, $isNested) Parameters $dba array $a Stub $stub $isNested

TranslatorHelper::getName()

string getName() Returns the canonical name of this helper. Return Value string The canonical name

TranslationWriter

class TranslationWriter TranslationWriter writes translation messages. Methods addDumper(string $format, DumperInterface $dumper) Adds a dumper to the writer. disableBackup() Disables dumper backup. array getFormats() Obtains the list of supported formats. writeTranslations(MessageCatalogue $catalogue, string $format, array $options = array()) Writes translation from the catalogue according to the selected format. Details addDumper(string $