DumpExtension::getFunctions()

getFunctions()

MemberMetadata::getName()

string getName() Returns the name of the member. Return Value string

StopwatchExtension

class StopwatchExtension extends Twig_Extension Twig extension for the stopwatch helper. Methods __construct(Stopwatch $stopwatch = null, $enabled = true) getStopwatch() getTokenParsers() getName() Details __construct(Stopwatch $stopwatch = null, $enabled = true) Parameters Stopwatch $stopwatch $enabled getStopwatch() getTokenParsers()

JsonResponse::setData()

JsonResponse setData(mixed $data = array()) Sets the data to be sent as JSON. Parameters mixed $data Return Value JsonResponse Exceptions InvalidArgumentException

Component\Intl\Data\Generator

Classes AbstractDataGenerator The rule for compiling the currency bundle. CurrencyDataGenerator The rule for compiling the currency bundle. GeneratorConfig Stores contextual information for resource bundle generation. LanguageDataGenerator The rule for compiling the language bundle. LocaleDataGenerator The rule for compiling the locale bundle. RegionDataGenerator The rule for compiling the region bundle. ScriptDataGenerator The rule for compiling the script bundle.

History

class History History. Methods clear() Clears the history. add(Request $request) Adds a Request to the history. bool isEmpty() Returns true if the history is empty. Request back() Goes back in the history. Request forward() Goes forward in the history. Request current() Returns the current element in the history. Details clear() Clears the history. add(Request $request) Adds

UnsupportedUserException

class UnsupportedUserException extends AuthenticationServiceException This exception is thrown when an account is reloaded from a provider which doesn't support the passed implementation of UserInterface. Methods TokenInterface getToken() Get the token. from AuthenticationException setToken(TokenInterface $token) Set the token. from AuthenticationException serialize() from AuthenticationException unserialize($str) from AuthenticationException string getMessageKey() Mess

AbstractType::getBlockPrefix()

string getBlockPrefix() Returns the prefix of the template block name for this type. The block prefix defaults to the underscored short class name with the "Type" suffix removed (e.g. "UserProfileType" => "user_profile"). Return Value string The prefix of the template block name

Route::getRequirement()

string|null getRequirement(string $key) Returns the requirement for the given key. Parameters string $key The key Return Value string|null The regex or null when not given

AssetsExtension deprecated::getAssetUrl()

string getAssetUrl(string $path, string $packageName = null, bool $absolute = false, string|bool|null $version = null) Returns the public path of an asset. Absolute paths (i.e. http://...) are returned unmodified. Parameters string $path A public path string $packageName The name of the asset package to use bool $absolute Whether to return an absolute URL or a relative one string|bool|null $version A specific version Return Value string A public path which takes into account th