DumperInterface

interface DumperInterface DumperInterface is the interface implemented by all translation dumpers. There is no common option. Methods dump(MessageCatalogue $messages, array $options = array()) Dumps the message catalogue. Details dump(MessageCatalogue $messages, array $options = array()) Dumps the message catalogue. Parameters MessageCatalogue $messages The message catalogue array $options Options that are used by the dumper

FixUrlProtocolListener

class FixUrlProtocolListener implements EventSubscriberInterface Adds a protocol to a URL if it doesn't already have one. Methods __construct(string|null $defaultProtocol = 'http') Constructor. onSubmit(FormEvent $event) static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. Details __construct(string|null $defaultProtocol = 'http') Constructor. Parameters string|null $defaultProtoco

TimezoneType::configureOptions()

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

TokenStorage::getToken()

TokenInterface|null getToken() Returns the current security token. Return Value TokenInterface|null A TokenInterface instance or null if no authentication information is available

AssetsExtension deprecated::getFunctions()

array getFunctions() Returns a list of functions to add to the existing list. Return Value array An array of functions

InputFormField

class InputFormField extends FormField InputFormField represents an input form field (an HTML input tag). For inputs with type of file, checkbox, or radio, there are other more specialized classes (cf. FileFormField and ChoiceFormField). Methods __construct(DOMElement $node) Constructor. from FormField string getName() Returns the name of the field. from FormField string|array getValue() Gets the value of the field. from FormField setValue(string $value) Sets the value of the

AclProviderInterface::findAcls()

SplObjectStorage findAcls(array $oids, array $sids = array()) Returns the ACLs that belong to the given object identities Parameters array $oids an array of ObjectIdentityInterface implementations array $sids an array of SecurityIdentityInterface implementations Return Value SplObjectStorage mapping the passed object identities to ACLs Exceptions AclNotFoundException when we cannot find an ACL for all identities

SessionBagInterface::getStorageKey()

string getStorageKey() Gets the storage key for this bag. Return Value string

TranslationDataCollector

class TranslationDataCollector extends DataCollector implements LateDataCollectorInterface Methods serialize() from DataCollector unserialize($data) from DataCollector __construct(DataCollectorTranslator $translator) lateCollect() Collects data as late as possible. collect(Request $request, Response $response, Exception $exception = null) Collects data for the given Request and Response. array getMessages() int getCountMissings() int getCountFallbacks(

TypeGuess

class TypeGuess extends Guess Contains a guessed class name and a list of options for creating an instance of that class. Constants VERY_HIGH_CONFIDENCE Marks an instance with a value that is extremely likely to be correct. HIGH_CONFIDENCE Marks an instance with a value that is very likely to be correct. MEDIUM_CONFIDENCE Marks an instance with a value that is likely to be correct. LOW_CONFIDENCE Marks an instance with a value that may be correct. Methods static Guess|null