DumpDataCollector::dump()

dump(Data $data) Dumps a Data object. Parameters Data $data A Data object

MappingException

class MappingException extends RuntimeException MappingException.

ConsoleHandler::close()

close() Disables the output.

LogoutUrlExtension

class LogoutUrlExtension extends Twig_Extension LogoutUrlHelper provides generator functions for the logout URL to Twig. Methods __construct(LogoutUrlGenerator $generator) getFunctions() {@inheritdoc} string getLogoutPath(string|null $key = null) Generates the relative logout URL for the firewall. string getLogoutUrl(string|null $key = null) Generates the absolute logout URL for the firewall. getName() {@inheritdoc} Details __construc

YamlExtension::dump()

dump($value, $inline, $dumpObjects = false) Parameters $value $inline $dumpObjects

ConfigDataCollector::getApplicationVersion()

getApplicationVersion()

User::isEnabled()

bool isEnabled() Checks whether the user is enabled. Internally, if this method returns false, the authentication system will throw a DisabledException and prevent login. Return Value bool true if the user is enabled, false otherwise

Response::isFresh()

bool isFresh() Returns true if the response is "fresh". Fresh responses may be served from cache without any interaction with the origin. A response is considered fresh when it includes a Cache-Control/max-age indicator or Expires header and the calculated age is less than the freshness lifetime. Return Value bool true if the response is fresh, false otherwise

BinaryNode::compile()

compile(Compiler $compiler) Parameters Compiler $compiler

AbstractCloner::addCasters()

addCasters(array $casters) Adds casters for resources and objects. Maps resources or objects types to a callback. Types are in the key, with a callable caster for value. Resource types are to be prefixed with a :, see e.g. static::$defaultCasters. Parameters array $casters A map of casters