AuthenticationUtils::getLastAuthenticationError()

AuthenticationException|null getLastAuthenticationError(bool $clearSession = true) Parameters bool $clearSession Return Value AuthenticationException|null

ConstraintViolation::getMessage()

string getMessage() Returns the violation message. Return Value string The violation message

SvnRepository::getLastCommit()

SvnCommit getLastCommit() Returns the last commit of the repository. Return Value SvnCommit The last commit

Application::getAbbreviations()

static array getAbbreviations(array $names) Returns an array of possible abbreviations given a set of names. Parameters array $names An array of names Return Value array An array of abbreviations

Bridge\Twig\Command

Classes LintCommand Command that will validate your template syntax and output encountered errors.

ProgressBar::setRedrawFrequency()

setRedrawFrequency(int|float $freq) Sets the redraw frequency. Parameters int|float $freq The frequency in steps

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

UrlType::configureOptions()

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

ContainerBuilder::getCompilerPassConfig()

PassConfig getCompilerPassConfig() Returns the compiler pass config which can then be modified. Return Value PassConfig The compiler pass config

ContainerAwareHIncludeFragmentRenderer deprecated

class ContainerAwareHIncludeFragmentRenderer extends HIncludeFragmentRenderer deprecated since version 2.7, to be removed in 3.0. Use Symfony\Bundle\FrameworkBundle\Fragment\HIncludeFragmentRenderer instead. Implements the Hinclude rendering strategy. Methods setFragmentPath(string $path) Sets the fragment path that triggers the fragment listener. from RoutableFragmentRenderer __construct(ContainerInterface $container, UriSigner $signer = null, string $globalDefaultTemplate = nul