LdapFactory::addConfiguration()

addConfiguration(NodeDefinition $node) Parameters NodeDefinition $node

Exception deprecated

interface Exception deprecated since version 2.7, to be removed in 3.0. Use ExceptionInterface instead. Base exception.

TableHelper deprecated::setVerticalBorderChar()

TableHelper setVerticalBorderChar(string $verticalBorderChar) Sets vertical border character. Parameters string $verticalBorderChar Return Value TableHelper

AbstractFactory

class AbstractFactory implements SecurityFactoryInterface AbstractFactory is the base class for all classes inheriting from AbstractAuthenticationListener. Methods create(ContainerBuilder $container, $id, $config, $userProviderId, $defaultEntryPointId) addConfiguration(NodeDefinition $node) addOption($name, $default = null) Details create(ContainerBuilder $container, $id, $config, $userProviderId, $defaultEntryPointId) Parameters

NullSessionHandler::read()

read($sessionId) {@inheritdoc} Parameters $sessionId

Collator

class Collator Replacement for PHP's native {@link \Collator} class. The only methods currently supported in this class are: {@link __construct} {@link create} {@link asort} {@link getErrorCode} {@link getErrorMessage} {@link getLocale} Constants FRENCH_COLLATION ALTERNATE_HANDLING CASE_FIRST CASE_LEVEL NORMALIZATION_MODE STRENGTH HIRAGANA_QUATERNARY_MODE NUMERIC_COLLATION DEFAULT_VALUE PRIMARY SECONDARY TERTIARY DEFAULT_STRENGTH QUATERNAR

FileType::configureOptions()

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

DateTimeToStringTransformer::transform()

mixed transform(DateTimeInterface $dateTime) Transforms a DateTime object into a date string with the configured format and timezone. Parameters DateTimeInterface $dateTime A DateTimeInterface object Return Value mixed The value in the transformed representation Exceptions TransformationFailedException If the given value is not a \DateTimeInterface

Component\Form\Extension\DataCollector\EventListener

Classes DataCollectorListener Listener that invokes a data collector for the {@link FormEvents::POSTSETDATA} and {@link FormEvents::POST_SUBMIT} events.

Entry::getSecurityIdentity()

SecurityIdentityInterface getSecurityIdentity() The security identity associated with this ACE Return Value SecurityIdentityInterface