PropelUserProvider::loadUserByUsername()

UserInterface loadUserByUsername(string $username) Loads the user for the given username. This method must throw UsernameNotFoundException if the user is not found. Parameters string $username The username Return Value UserInterface Exceptions UsernameNotFoundException if the user is not found

MessageDataCollector deprecated::isSpool()

isSpool()

ExceptionInterface

interface ExceptionInterface Base ExceptionInterface for the Ldap component.

HttpDigestFactory::addConfiguration()

addConfiguration(NodeDefinition $node) Parameters NodeDefinition $node

NormalizerInterface

interface NormalizerInterface Defines the interface of normalizers. Methods array|scalar normalize(object $object, string $format = null, array $context = array()) Normalizes an object into a set of arrays/scalars. bool supportsNormalization(mixed $data, string $format = null) Checks whether the given class is supported for normalization by this normalizer. Details array|scalar normalize(object $object, string $format = null, array $context = array())

Hour2401Transformer

class Hour2401Transformer extends HourTransformer Parser and formatter for 24 hour format (1-24). Methods string format(DateTime $dateTime, int $length) Format a value using a configured DateTime as date/time source. string getReverseMatchingRegExp(int $length) Returns a reverse matching regular expression of a string generated by format(). array extractDateOptions(string $matched, int $length) Extract date options from a matched value returned by the processing of the reverse

RangeType

class RangeType extends AbstractType Methods buildForm(FormBuilderInterface $builder, array $options) Builds the form. from AbstractType buildView(FormView $view, FormInterface $form, array $options) Builds the form view. from AbstractType finishView(FormView $view, FormInterface $form, array $options) Finishes the form view. from AbstractType configureOptions(OptionsResolver $resolver) Configures the options for this type. from AbstractType string getBlockPrefix() Returns

DefaultCsrfProvider deprecated::generateCsrfToken()

string generateCsrfToken(string $intention) Generates a CSRF token for a page of your application. Parameters string $intention Some value that identifies the action intention (i.e. "authenticate"). Doesn't have to be a secret value. Return Value string The generated token

TableHelper deprecated::setPaddingChar()

TableHelper setPaddingChar(string $paddingChar) Sets padding character, used for cell padding. Parameters string $paddingChar Return Value TableHelper

AbstractExtension::getType()

FormTypeInterface getType(string $name) Returns a type by name. Parameters string $name The name of the type Return Value FormTypeInterface The type Exceptions InvalidArgumentException if the given type is not supported by this extension