FormExtensionInterface::getTypeGuesser()

FormTypeGuesserInterface|null getTypeGuesser() Returns the type guesser provided by this extension. Return Value FormTypeGuesserInterface|null The type guesser

CompilationContextInterface::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.

ValueToDuplicatesTransformer::transform()

mixed transform(mixed $value) Duplicates the given value through the array. Parameters mixed $value The value in the original representation Return Value mixed The value in the transformed representation

Entry::getAcl()

AclInterface getAcl() The ACL this ACE is associated with. Return Value AclInterface

AuthenticationProviderManager

class AuthenticationProviderManager implements AuthenticationManagerInterface AuthenticationProviderManager uses a list of AuthenticationProviderInterface instances to authenticate a Token. Methods __construct(array $providers, bool $eraseCredentials = true) Constructor. setEventDispatcher(EventDispatcherInterface $dispatcher) TokenInterface authenticate(TokenInterface $token) Attempts to authenticate a TokenInterface object. Details __construc

StopwatchTokenParser::getTag()

getTag()

PreAuthenticatedAuthenticationProvider::supports()

bool supports(TokenInterface $token) Checks whether this provider supports the given token. Parameters TokenInterface $token A TokenInterface instance Return Value bool true if the implementation supports the Token, false otherwise

BooleanNodeDefinition

class BooleanNodeDefinition extends ScalarNodeDefinition This class provides a fluent interface for defining a node. Methods __construct(string $name, NodeParentInterface $parent = null) Constructor. NodeDefinition|$this setParent(NodeParentInterface $parent) Sets the parent node. from NodeDefinition NodeDefinition|$this info(string $info) Sets info message. from NodeDefinition NodeDefinition|$this example(string|array $example) Sets example configuration. from NodeDefiniti

InputInterface::getParameterOption()

mixed getParameterOption(string|array $values, mixed $default = false, bool $onlyParams = false) Returns the value of a raw option (not parsed). This method is to be used to introspect the input parameters before they have been validated. It must be used carefully. Parameters string|array $values The value(s) to look for in the raw parameters (can be an array) mixed $default The default value to return if no result is found bool $onlyParams Only check real parameters, skip thos

TranslationDataCollector::getCountFallbacks()

int getCountFallbacks() Return Value int