UserPasswordEncoderInterface

interface UserPasswordEncoderInterface UserPasswordEncoderInterface is the interface for the password encoder service. Methods string encodePassword(UserInterface $user, string $plainPassword) Encodes the plain password. bool isPasswordValid(UserInterface $user, string $raw) Details string encodePassword(UserInterface $user, string $plainPassword) Encodes the plain password. Parameters UserInterface $user The user string $plainPassword

IsNull

class IsNull extends Constraint Constants DEFAULT_GROUP The name of the group given to all constraints with no explicit group. CLASS_CONSTRAINT Marks a constraint that can be put onto classes. PROPERTY_CONSTRAINT Marks a constraint that can be put onto properties. NOT_NULL_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belongs to from Constraint $message Methods static string

RouterHelper

class RouterHelper extends Helper RouterHelper manages links between pages in a template context. Methods setCharset(string $charset) Sets the default charset. from Helper string getCharset() Gets the default charset. from Helper __construct(UrlGeneratorInterface $router) Constructor. string path(string $name, mixed $parameters = array(), bool $relative = false) Generates a URL reference (as an absolute or relative path) to the route with the given parameters. string ur

XmlEncoder::supportsEncoding()

bool supportsEncoding(string $format) Checks whether the serializer can encode to given format. Parameters string $format format name Return Value bool

ArrayAccessibleResourceBundle::offsetUnset()

offsetUnset($offset) Parameters $offset

AbstractAdapter deprecated::setDates()

AdapterInterface setDates(array $dates) Parameters array $dates Return Value AdapterInterface Current instance

OutOfMemoryException

class OutOfMemoryException extends FatalErrorException Out of memory exception. Methods __construct($message, $code, $severity, $filename, $lineno, $traceOffset = null, $traceArgs = true) from FatalErrorException Details __construct($message, $code, $severity, $filename, $lineno, $traceOffset = null, $traceArgs = true) Parameters $message $code $severity $filename $lineno $traceOffset $traceArgs

FormConfigBuilder::resetViewTransformers()

FormConfigBuilderInterface resetViewTransformers() Clears the view transformers. Return Value FormConfigBuilderInterface The configuration object

ConfigDataCollector::hasAccelerator()

bool hasAccelerator() Returns true if any accelerator is enabled. Return Value bool true if any accelerator is enabled, false otherwise

ChainAdapter::save()

save(CacheItemInterface $item) {@inheritdoc} Parameters CacheItemInterface $item