CurrencyType::getParent()

string|null getParent() Returns the name of the parent type. Return Value string|null The name of the parent type if any, null otherwise

AutowirePass::createResourceForClass()

static AutowireServiceResource createResourceForClass(ReflectionClass $reflectionClass) Creates a resource to help know if this service has changed. Parameters ReflectionClass $reflectionClass Return Value AutowireServiceResource

CurrencyBundleInterface::getCurrencySymbol()

string|null getCurrencySymbol(string $currency, string $displayLocale = null) Returns the symbol used for a currency. Parameters string $currency A currency code (e.g. "EUR") string $displayLocale Optional. The locale to return the result in Defaults to {@link \Locale::getDefault()}. Return Value string|null The currency symbol or NULL if not found

Command::getAliases()

array getAliases() Returns the aliases for the command. Return Value array An array of aliases for the command

ExceptionInterface

interface ExceptionInterface Interface for exceptions. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect.

AutowirePass

class AutowirePass implements CompilerPassInterface Guesses constructor arguments of services definitions and try to instantiate services if necessary. Methods process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. static AutowireServiceResource createResourceForClass(ReflectionClass $reflectionClass) Creates a resource to help know if this service has changed. Details process(ContainerBuilder $contain

DecoratorServicePass

class DecoratorServicePass implements CompilerPassInterface Overwrites a service but keeps the overridden one. Methods process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Details process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Parameters ContainerBuilder $container

FormFactory

class FormFactory implements FormFactoryInterface Methods __construct(FormRegistryInterface $registry, ResolvedFormTypeFactoryInterface $resolvedTypeFactory) FormInterface create(string $type = 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType', mixed $data = null, array $options = array()) Returns a form. FormInterface createNamed(string|int $name, string $type = 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType', mixed $data = null, array $options = array())

LoggingTranslator::transChoice()

string transChoice(string $id, int $number, array $parameters = array(), string|null $domain = null, string|null $locale = null) Translates the given choice message by choosing a translation according to a number. Parameters string $id The message id (may also be an object that can be cast to string) int $number The number to use to find the indice of the message array $parameters An array of parameters for the message string|null $domain The domain for the message or null to u

ArrayNodeDefinition::performNoDeepMerging()

ArrayNodeDefinition performNoDeepMerging() Disables the deep merging of the node. Return Value ArrayNodeDefinition