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

BaseNode::setFinalValidationClosures()

setFinalValidationClosures(array $closures) Sets the closures used for final validation. Parameters array $closures An array of Closures used for final validation

SessionInterface::replace()

replace(array $attributes) Sets attributes. Parameters array $attributes Attributes