AbstractType::configureOptions()

configureOptions(OptionsResolver $resolver) Configures the options for this type. Parameters OptionsResolver $resolver The resolver for the options

ExtensionGuesser::getInstance()

static ExtensionGuesser getInstance() Returns the singleton instance. Return Value ExtensionGuesser

AbstractCloner

class AbstractCloner implements ClonerInterface AbstractCloner implements a generic caster mechanism for objects and resources. Properties static $defaultCasters Methods __construct(array $casters = null) addCasters(array $casters) Adds casters for resources and objects. setMaxItems(int $maxItems) Sets the maximum number of items to clone past the first level in nested structures. setMaxString(int $maxString) Sets the maximum cloned length for strings. Data clo

ServiceReferenceGraphNode::getInEdges()

array getInEdges() Returns the in edges. Return Value array The in ServiceReferenceGraphEdge array

NullContext::getBasePath()

string getBasePath() Gets the base path. Return Value string The base path

ReversedTransformer

class ReversedTransformer implements DataTransformerInterface Reverses a transformer. When the transform() method is called, the reversed transformer's reverseTransform() method is called and vice versa. Methods __construct(DataTransformerInterface $reversedTransformer) Reverses this transformer. mixed transform(mixed $value) Transforms a value from the original representation to a transformed representation. mixed reverseTransform(mixed $value) Transforms a value from the tran

Component\Security\Core\Event

Classes AuthenticationEvent This is a general purpose authentication event. AuthenticationFailureEvent This event is dispatched on authentication failure.

DefaultTranslator deprecated::transChoice()

string transChoice(string $id, int $number, array $parameters = array(), string|null $domain = null, string|null $locale = null) Interpolates the given choice message by choosing a variant according to a number. The variants are passed in the message ID using the format "|". "" is chosen if the passed $number is exactly 1. "" is chosen otherwise. This format is consistent with the format supported by {@link \Symfony\Component\Translation\Translator}, but it does not have the same

RepeatedPass

class RepeatedPass implements CompilerPassInterface A pass that might be run repeatedly. Methods __construct(array $passes) process(ContainerBuilder $container) Process the repeatable passes that run more than once. setRepeat() Sets if the pass should repeat. RepeatablePassInterface[] getPasses() Returns the passes. Details __construct(array $passes) Parameters array $passes An array of RepeatablePassInterface objects Exception

ArrayParserCache::fetch()

ParsedExpression|null fetch(string $key) Fetches an expression from the cache. Parameters string $key The cache key Return Value ParsedExpression|null