MetadataAwareInterface::getMetadata()

mixed getMetadata(string $key = '', string $domain = 'messages') Gets metadata for the given domain and key. Passing an empty domain will return an array with all metadata indexed by domain and then by key. Passing an empty key will return an array with all metadata for the given domain. Parameters string $key The key string $domain The domain name Return Value mixed The value that was set or an array with the domains/keys or null

MetadataAwareInterface::deleteMetadata()

deleteMetadata(string $key = '', string $domain = 'messages') Deletes metadata for the given key and domain. Passing an empty domain will delete all metadata. Passing an empty key will delete all metadata for the given domain. Parameters string $key The key string $domain The domain name

MetadataAwareInterface

interface MetadataAwareInterface MetadataAwareInterface. Methods mixed getMetadata(string $key = '', string $domain = 'messages') Gets metadata for the given domain and key. setMetadata(string $key, mixed $value, string $domain = 'messages') Adds metadata to a message domain. deleteMetadata(string $key = '', string $domain = 'messages') Deletes metadata for the given key and domain. Details mixed getMetadata(string $key = '', string $domain = 'me

MessageSelector

class MessageSelector MessageSelector. Methods string choose(string $message, int $number, string $locale) Given a message with different plural translations separated by a pipe (|), this method returns the correct portion of the message based on the given number, locale and the pluralization rules in the message itself. Details string choose(string $message, int $number, string $locale) Given a message with different plural translations separa

MessageDigestPasswordEncoder::isPasswordValid()

bool isPasswordValid(string $encoded, string $raw, string $salt) Checks a raw password against an encoded password. Parameters string $encoded An encoded password string $raw A raw password string $salt The salt Return Value bool true if the password is valid, false otherwise

MessageDigestPasswordEncoder::encodePassword()

string encodePassword(string $raw, string $salt) Encodes the raw password. Parameters string $raw The password to encode string $salt The salt Return Value string The encoded password

MessageDigestPasswordEncoder

class MessageDigestPasswordEncoder extends BasePasswordEncoder MessageDigestPasswordEncoder uses a message digest algorithm. Constants MAX_PASSWORD_LENGTH Methods __construct(string $algorithm = 'sha512', bool $encodeHashAsBase64 = true, int $iterations = 5000) Constructor. string encodePassword(string $raw, string $salt) Encodes the raw password. bool isPasswordValid(string $encoded, string $raw, string $salt) Checks a raw password against an encoded password. Detail

MessageDataCollector deprecated::isSpool()

isSpool()

MessageDataCollector deprecated::getName()

string getName() Returns the name of the collector. Return Value string The collector name

MessageDataCollector deprecated::getMessages()

getMessages()