SessionStorageInterface::getName()

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

RouteCollectionBuilder::import()

RouteCollectionBuilder import(mixed $resource, string|null $prefix = '/', string $type = null) Import an external routing resource and returns the RouteCollectionBuilder. $routes->import('blog.yml', '/blog'); Parameters mixed $resource string|null $prefix string $type Return Value RouteCollectionBuilder Exceptions FileLoaderLoadException

ArrayAccessibleResourceBundle::offsetSet()

offsetSet($offset, $value) Parameters $offset $value

Table::addRows()

addRows(array $rows) Parameters array $rows

ChoiceFormField::availableOptionValues()

array availableOptionValues() Returns list of available field options. Return Value array

NodeDefinition::isRequired()

NodeDefinition|$this isRequired() Sets the node as required. Return Value NodeDefinition|$this

PreAuthenticatedToken::getProviderKey()

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

NodeDefinition::treatTrueLike()

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

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

ParameterBag::keys()

array keys() Returns the parameter keys. Return Value array An array of parameter keys