PostAuthenticationGuardToken::getProviderKey()

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

YamlReferenceDumper

class YamlReferenceDumper Dumps a Yaml reference configuration for the given configuration/node instance. Methods dump(ConfigurationInterface $configuration) dumpNode(NodeInterface $node) Details dump(ConfigurationInterface $configuration) Parameters ConfigurationInterface $configuration dumpNode(NodeInterface $node) Parameters NodeInterface $node

Reader::getOffset()

int getOffset(string $string) Parameters string $string Return Value int

ResponseHeaderBag::replace()

replace(array $headers = array()) Replaces the current HTTP headers by a new set. Parameters array $headers An array of HTTP headers

NodeDefinition::defaultFalse()

NodeDefinition|$this defaultFalse() Sets false as the default value. Return Value NodeDefinition|$this

HeaderBag::all()

array all() Returns the headers. Return Value array An array of headers

CompilationContext::getSourceDir()

string getSourceDir() Returns the directory where the source versions of the resource bundles are stored. Return Value string An absolute path to a directory.

SymfonyStyle::success()

success(string|array $message) Formats a success result bar. Parameters string|array $message

ModelChoiceList

class ModelChoiceList extends ObjectChoiceList A choice list for object choices based on Propel model. Methods __construct(string $class, string $labelPath = null, array|Traversable $choices = null, ModelCriteria $queryObject = null, string $groupPath = null, array|ModelCriteria $preferred = array(), PropertyAccessorInterface $propertyAccessor = null, string $useAsIdentifier = null) Constructor. array getChoices() Returns the list of choices array getValues() Returns the values

DumperInterface::getProxyFactoryCode()

string getProxyFactoryCode(Definition $definition, $id) Generates the code to be used to instantiate a proxy in the dumped factory code. Parameters Definition $definition $id Return Value string