TemplateReferenceInterface::all()

array all() Gets the template parameters. Return Value array An array of parameters

TextDescriptor

class TextDescriptor extends Descriptor Methods describe(OutputInterface $output, object $object, array $options = array()) Describes an InputArgument instance. from Descriptor Details describe(OutputInterface $output, object $object, array $options = array()) Describes an InputArgument instance. Parameters OutputInterface $output object $object array $options

DataCollectorTranslator

class DataCollectorTranslator implements TranslatorInterface, TranslatorBagInterface Constants MESSAGE_DEFINED MESSAGE_MISSING MESSAGE_EQUALS_FALLBACK Methods __construct(TranslatorInterface $translator) string trans(string $id, array $parameters = array(), string|null $domain = null, string|null $locale = null) Translates the given message. string transChoice(string $id, int $number, array $parameters = array(), string|null $domain = null, string|null $locale = nu

TranslatorPass

class TranslatorPass implements CompilerPassInterface 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

ScalarNodeDefinition

class ScalarNodeDefinition extends VariableNodeDefinition This class provides a fluent interface for defining a node. Methods __construct(string $name, NodeParentInterface $parent = null) Constructor. from NodeDefinition NodeDefinition|$this setParent(NodeParentInterface $parent) Sets the parent node. from NodeDefinition NodeDefinition|$this info(string $info) Sets info message. from NodeDefinition NodeDefinition|$this example(string|array $example) Sets example configuration

ValidationVisitorInterface deprecated::validate()

validate(mixed $value, string $group, string $propertyPath, bool $traverse = false, bool $deep = false) Validates a value. If the value is an array or a traversable object, you can set the parameter $traverse to true in order to run through the collection and validate each element. If these elements can be collections again and you want to traverse them recursively, set the parameter $deep to true as well. If you set $traversable to true, the visitor will nevertheless try to find met

Configuration

class Configuration implements ConfigurationInterface This class contains the configuration information for the bundle. This information is solely responsible for how the different configuration sections are normalized, and merged. Methods TreeBuilder getConfigTreeBuilder() Generates the configuration tree builder. Details TreeBuilder getConfigTreeBuilder() Generates the configuration tree builder. Return Value TreeBuilder The tree builder

ProcessBuilder::inheritEnvironmentVariables()

ProcessBuilder inheritEnvironmentVariables(bool $inheritEnv = true) Sets whether environment variables will be inherited or not. Parameters bool $inheritEnv Return Value ProcessBuilder

MoneyToLocalizedStringTransformer::reverseTransform()

mixed reverseTransform(mixed $value) Transforms a localized money string into a normalized format. Parameters mixed $value The value in the transformed representation Return Value mixed The value in the original representation Exceptions TransformationFailedException If the given value is not a string or if the value can not be transformed.

AuthenticationProviderManager::authenticate()

TokenInterface authenticate(TokenInterface $token) Attempts to authenticate a TokenInterface object. Parameters TokenInterface $token The TokenInterface instance to authenticate Return Value TokenInterface An authenticated TokenInterface instance, never null Exceptions AuthenticationException if the authentication fails