ProgressIndicator::setMessage()

setMessage(string|null $message) Sets the current indicator message. Parameters string|null $message

OutputInterface::setDecorated()

setDecorated(bool $decorated) Sets the decorated flag. Parameters bool $decorated Whether to decorate the messages

Profiler::has()

bool has(string $name) Returns true if a Collector for the given name exists. Parameters string $name A collector name Return Value bool

EncoderFactory

class EncoderFactory implements EncoderFactoryInterface A generic encoder factory implementation. Methods __construct(array $encoders) PasswordEncoderInterface getEncoder(UserInterface|string $user) Returns the password encoder to use for the given account. Details __construct(array $encoders) Parameters array $encoders PasswordEncoderInterface getEncoder(UserInterface|string $user) Returns the

Profile::getUrl()

string getUrl() Returns the URL. Return Value string The URL

PreAuthenticatedToken::getCredentials()

mixed getCredentials() Returns the user credentials. Return Value mixed The user credentials

ExecutionContextInterface deprecated::getClassName()

string|null getClassName() Returns the class name of the current node. If the metadata of the current node does not implement {@link ClassBasedInterface} or if no metadata is available for the current node, this method returns null. Return Value string|null The class name or null, if no class name could be found.

ClockMock::microtime()

static microtime($asFloat = false) Parameters $asFloat

Component\Security\Core\Validator

Namespaces Symfony\Component\Security\Core\Validator\Constraints

BaseNode::setRequired()

setRequired(bool $boolean) Set this node as required. Parameters bool $boolean Required node