AttributeBagInterface::remove()

mixed remove(string $name) Removes an attribute. Parameters string $name Return Value mixed The removed value or null when it does not exist

RequestDataCollector::getForward()

array|bool getForward() Gets the parsed forward controller. Return Value array|bool An array with keys 'token' the forward profile token, and 'controller' the parsed forward controller, false otherwise

TokenizerPatterns::getNewLineEscapePattern()

string getNewLineEscapePattern() Return Value string

PreAuthenticatedToken::serialize()

serialize() {@inheritdoc}

FileinfoMimeTypeGuesser::isSupported()

static bool isSupported() Returns whether this guesser is supported on the current OS/PHP setup. Return Value bool

AbstractToken::getUsername()

string getUsername() Returns the username. Return Value string

FormFactory::createNamed()

FormInterface createNamed(string|int $name, string $type = 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType', mixed $data = null, array $options = array()) Returns a form. Parameters string|int $name The name of the form string $type The type of the form mixed $data The initial data array $options The options Return Value FormInterface The form Exceptions InvalidOptionsException if any given option is not applicable to the given type

BundleInterface::getPath()

string getPath() Gets the Bundle directory path. The path should always be returned as a Unix path (with /). Return Value string The Bundle absolute path

Command::getName()

string getName() Returns the command name. Return Value string The command name

CacheInterface::has()

has(string $class) Returns whether metadata for the given class exists in the cache. Parameters string $class