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 $

EntityLoaderInterface

interface EntityLoaderInterface Custom loader for entities in the choice list. Methods array getEntities() Returns an array of entities that are valid choices in the corresponding choice list. array getEntitiesByIds(string $identifier, array $values) Returns an array of entities matching the given identifiers. Details array getEntities() Returns an array of entities that are valid choices in the corresponding choice list. Return Value ar

Command::setApplication()

setApplication(Application $application = null) Sets the application instance for this command. Parameters Application $application An Application instance

FormTypeExtensionInterface::getExtendedType()

string getExtendedType() Returns the name of the type being extended. Return Value string The name of the type being extended

RegistryInterface::getDefaultEntityManagerName()

string getDefaultEntityManagerName() Gets the default entity manager name. Return Value string The default entity manager name

Definition::setAutowiringTypes()

Definition setAutowiringTypes(array $types) Sets types that will default to this definition. Parameters array $types Return Value Definition The current instance

AttributeBag::count()

int count() Returns the number of attributes. Return Value int The number of attributes

UnsupportedException

class UnsupportedException extends InvalidArgumentException UnsupportedException.

DirectoryLoader

class DirectoryLoader extends FileLoader DirectoryLoader is a recursive loader to go through directories. Methods LoaderResolverInterface getResolver() Gets the loader resolver. from Loader setResolver(LoaderResolverInterface $resolver) Sets the loader resolver. from Loader mixed import(mixed $resource, string|null $type = null, bool $ignoreErrors = false, string|null $sourceResource = null) Imports a resource. from FileLoader LoaderInterface resolve(mixed $resource, string|n