LocaleDataProvider

class LocaleDataProvider Data provider for locale-related ICU data. Methods __construct(string $path, BundleEntryReaderInterface $reader) Creates a data provider that reads locale-related data from .res files. getLocales() getAliases() getName($locale, $displayLocale = null) getNames($displayLocale = null) Details __construct(string $path, BundleEntryReaderInterface $reader) Creates a data provider that reads locale-rel

User::getPassword()

string getPassword() Returns the password used to authenticate the user. This should be the encoded password. On authentication, a plain-text password will be salted, encoded, and then compared to this value. Return Value string The password

FatalErrorException deprecated

class FatalErrorException extends ErrorException deprecated Deprecated in 2.3, to be removed in 3.0. Use the same class from the Debug component instead. Fatal Error Exception.

RequestAttributeValueResolver

class RequestAttributeValueResolver implements ArgumentValueResolverInterface Yields a non-variadic argument's value from the request attributes. Methods bool supports(Request $request, ArgumentMetadata $argument) Whether this resolver can resolve the value for the given ArgumentMetadata. Generator resolve(Request $request, ArgumentMetadata $argument) Returns the possible value(s). Details bool supports(Request $request, ArgumentMetadata $argument)

LdapBindAuthenticationProvider

class LdapBindAuthenticationProvider extends UserAuthenticationProvider LdapBindAuthenticationProvider authenticates a user against an LDAP server. The only way to check user credentials is to try to connect the user with its credentials to the ldap. Methods __construct(UserProviderInterface $userProvider, UserCheckerInterface $userChecker, string $providerKey, LdapInterface $ldap, string $dnString = '{username}', bool $hideUserNotFoundExceptions = true) Constructor. TokenInterface

LazyChoiceList deprecated::getChoices()

array getChoices() Returns the list of choices. Return Value array The choices with their indices as keys

DumperCollection

class DumperCollection implements IteratorAggregate Collection of routes. Methods DumperCollection[]|DumperRoute[] all() Returns the children routes and collections. add(DumperRoute|DumperCollection $child) Adds a route or collection. setAll(array $children) Sets children. Iterator|DumperCollection[]|DumperRoute[] getIterator() Returns an iterator over the children. DumperCollection getRoot() Returns the root of the collection. bool hasAttribute(string $name) Ret

FileResource

class FileResource implements SelfCheckingResourceInterface, Serializable FileResource represents a resource stored on the filesystem. The resource can be a file or a directory. Methods __construct(string $resource) Constructor. string __toString() Returns a string representation of the Resource. string getResource() bool isFresh(int $timestamp) Returns true if the resource has not been updated since the given timestamp. serialize() unserialize($serialized)

RoutingResolverPass

class RoutingResolverPass implements CompilerPassInterface Adds tagged routing.loader services to routing.resolver service. Methods process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Details process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Parameters ContainerBuilder $container

Output::isQuiet()

bool isQuiet() Returns whether verbosity is quiet (-q). Return Value bool true if verbosity is set to VERBOSITY_QUIET, false otherwise