NodeDefinition::end()

NodeParentInterface|NodeBuilder|NodeDefinition|null end() Returns the parent node. Return Value NodeParentInterface|NodeBuilder|NodeDefinition|null The builder of the parent node

SimpleFormFactory

class SimpleFormFactory extends FormLoginFactory Methods create(ContainerBuilder $container, $id, $config, $userProviderId, $defaultEntryPointId) from AbstractFactory addConfiguration(NodeDefinition $node) addOption($name, $default = null) from AbstractFactory __construct() getPosition() from FormLoginFactory getKey() Details create(ContainerBuilder $container, $id, $config, $userProviderId, $defaultEntryPointId) Para

BufferingLogger

class BufferingLogger extends AbstractLogger A buffering logger that stacks logs for later. Methods log($level, $message, array $context = array()) cleanLogs() Details log($level, $message, array $context = array()) Parameters $level $message array $context cleanLogs()

Scope

class Scope Methods __construct(Scope $parent = null) Scope enter() Opens a new child scope. Scope|null leave() Closes current scope and returns parent one. Scope set(string $key, mixed $value) Stores data into current scope. bool has(string $key) Tests if a data is visible from current scope. mixed get(string $key, mixed $default = null) Returns data visible from current scope. Details __construct(Scope $parent = null)

DoctrineExtractor::getTypes()

Type[]|null getTypes(string $class, string $property, array $context = array()) Gets types of a property. Parameters string $class string $property array $context Return Value Type[]|null

Bundle\SecurityBundle\DependencyInjection\Compiler

Classes AddSecurityVotersPass Adds all configured security voters to the access decision manager

LoggingFormatter::formatResolveInheritance()

formatResolveInheritance(CompilerPassInterface $pass, $childId, $parentId) Parameters CompilerPassInterface $pass $childId $parentId

SymfonyStyle::choice()

string choice(string $question, array $choices, string|int|null $default = null) Asks a choice question. Parameters string $question array $choices string|int|null $default Return Value string

JsonDecode

class JsonDecode implements DecoderInterface Decodes JSON data. Methods __construct(bool $associative = false, int $depth = 512) Constructs a new JsonDecode instance. mixed decode(string $data, string $format, array $context = array()) Decodes data. bool supportsDecoding(string $format) Checks whether the deserializer can decode from given format. Details __construct(bool $associative = false, int $depth = 512) Constructs a new JsonD

SecurityHelper

class SecurityHelper extends Helper SecurityHelper provides read-only access to the security checker. Methods setCharset(string $charset) Sets the default charset. from Helper string getCharset() Gets the default charset. from Helper __construct(AuthorizationCheckerInterface $securityChecker = null) isGranted($role, $object = null, $field = null) string getName() Returns the canonical name of this helper. Details setCharset(string $cha