ExecutionContextInterface deprecated

interface ExecutionContextInterface deprecated since version 2.5, to be removed in 3.0. Use {@link Context\ExecutionContextInterface} instead. Stores the validator's state during validation. For example, let's validate the following object graph: (Person)---($firstName: string) \ ($address: Address)---($street: string) We validate the Person instance, which becomes the "root" of the validation run (see {@link getRoot}). The state of the context after the first step will be like

Definition::setAutowiringTypes()

Definition setAutowiringTypes(array $types) Sets types that will default to this definition. Parameters array $types Return Value Definition The current 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

Command::setApplication()

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

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

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 $

TranslatorHelper::getName()

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

Component\CssSelector\Parser\Handler

Classes CommentHandler CSS selector comment handler. HashHandler CSS selector comment handler. IdentifierHandler CSS selector comment handler. NumberHandler CSS selector comment handler. StringHandler CSS selector comment handler. WhitespaceHandler CSS selector whitespace handler. Interfaces HandlerInterface CSS selector handler interface.

MoFileDumper

class MoFileDumper extends FileDumper MoFileDumper generates a gettext formatted string representation of a message catalogue. Methods setRelativePathTemplate(string $relativePathTemplate) Sets the template for the relative paths to files. from FileDumper setBackup(bool $backup) Sets backup flag. from FileDumper dump(MessageCatalogue $messages, array $options = array()) Dumps the message catalogue. from FileDumper string formatCatalogue(MessageCatalogue $messages, string $dom