PhpEngine::offsetUnset()

offsetUnset(string $name) Removes a helper. Parameters string $name The helper name Exceptions LogicException

SerializerPass

class SerializerPass implements CompilerPassInterface Adds all services with the tags "serializer.encoder" and "serializer.normalizer" as encoders and normalizers to the Serializer 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 $co

PhpStringTokenParser

class PhpStringTokenParser Methods static string parse(string $str) Parses a string token. static string parseEscapeSequences(string $str, null|string $quote) Parses escape sequences in strings (all string types apart from single quoted). static string parseDocString(string $startToken, string $str) Parses a constant doc string. Details static string parse(string $str) Parses a string token. Parameters string $str String token content

UrlGenerator::getRelativePath()

static string getRelativePath(string $basePath, string $targetPath) Returns the target path as relative reference from the base path. Only the URIs path component (no schema, host etc.) is relevant and must be given, starting with a slash. Both paths must be absolute and not contain relative parts. Relative URLs from one resource to another are useful when generating self-contained downloadable document archives. Furthermore, they can be used to reduce the link size in

NodeDefinition::treatTrueLike()

NodeDefinition|$this treatTrueLike(mixed $value) Sets the equivalent value used when the node contains true. Parameters mixed $value Return Value NodeDefinition|$this

SessionStorageInterface::getName()

mixed getName() Returns the session name. Return Value mixed The session name

MimeTypeGuesser

class MimeTypeGuesser implements MimeTypeGuesserInterface A singleton mime type guesser. By default, all mime type guessers provided by the framework are installed (if available on the current OS/PHP setup). You can register custom guessers by calling the register() method on the singleton instance. Custom guessers are always called before any default ones. $guesser = MimeTypeGuesser::getInstance(); $guesser->register(new MyCustomMimeTypeGuesser()); If you want to change the order of the

RememberMeToken::getProviderKey()

string getProviderKey() Returns the provider secret. Return Value string The provider secret

ProgressBar::getProgressCharacter()

string getProgressCharacter() Gets the progress bar character. Return Value string A character

Entry::isAuditFailure()

bool isAuditFailure() Whether auditing for successful grants is turned on Return Value bool