Bundle\FrameworkBundle\Translation

Classes PhpExtractor PhpExtractor extracts translation messages from a PHP template. TranslationLoader TranslationLoader loads translation messages from translation files. Translator Translator.

GroupSequenceProviderInterface

interface GroupSequenceProviderInterface Defines the interface for a group sequence provider. Methods array getGroupSequence() Returns which validation groups should be used for a certain state of the object. Details array getGroupSequence() Returns which validation groups should be used for a certain state of the object. Return Value array An array of validation groups

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

StreamingEngineInterface

interface StreamingEngineInterface StreamingEngineInterface provides a method that knows how to stream a template. Methods stream(string|TemplateReferenceInterface $name, array $parameters = array()) Streams a template. Details stream(string|TemplateReferenceInterface $name, array $parameters = array()) Streams a template. The implementation should output the content directly to the client. Parameters string|TemplateReferenceInterface $name

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

ArrayNodeDefinition::ignoreExtraKeys()

ArrayNodeDefinition ignoreExtraKeys(bool $remove = true) Allows extra config keys to be specified under an array without throwing an exception. Those config values are simply ignored and removed from the resulting array. This should be used only in special cases where you want to send an entire configuration array through a special tree that processes only part of the array. Parameters bool $remove Whether to remove the extra keys Return Value ArrayNodeDefinition

LazyChoiceList deprecated::getChoices()

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

TranslationType

class TranslationType extends AbstractType Translation type class Methods buildForm(FormBuilderInterface $builder, array $options) Builds the form. buildView(FormView $view, FormInterface $form, array $options) Builds the form view. from AbstractType finishView(FormView $view, FormInterface $form, array $options) Finishes the form view. from AbstractType setDefaultOptions(OptionsResolverInterface $resolver) Sets the default options for this type. string|null|FormTypeInter