Bundle\SecurityBundle\DependencyInjection\Security\UserProvider

Classes InMemoryFactory InMemoryFactory creates services for the memory provider. Interfaces UserProviderFactoryInterface UserProviderFactoryInterface is the interface for all user provider factories.

Bundle\TwigBundle\Debug

Classes TimedTwigEngine Times the time spent to render a template.

Component\CssSelector\Exception

Interfaces ExceptionInterface Interface for exceptions. Exceptions ExpressionErrorException ParseException is thrown when a CSS selector syntax is not valid. InternalErrorException ParseException is thrown when a CSS selector syntax is not valid. ParseException ParseException is thrown when a CSS selector syntax is not valid. SyntaxErrorException ParseException is thrown when a CSS selector syntax is not valid.

ParameterBagInterface::has()

bool has(string $name) Returns true if a parameter name is defined. Parameters string $name The parameter name Return Value bool true if the parameter name is defined, false otherwise

RouteCollection::addResource()

addResource(ResourceInterface $resource) Adds a resource for this collection. Parameters ResourceInterface $resource A resource instance

CachingFactoryDecorator::createListFromChoices()

ChoiceListInterface createListFromChoices(array|Traversable $choices, null|callable $value = null) Creates a choice list for the given choices. The choices should be passed in the values of the choices array. Optionally, a callable can be passed for generating the choice values. The callable receives the choice as first and the array key as the second argument. Parameters array|Traversable $choices The choices null|callable $value The callable generating the choice values Ret

UserInterface::getRoles()

(Role|string)[] getRoles() Returns the roles granted to the user. public function getRoles() { return array('ROLE_USER'); } Alternatively, the roles might be stored on a roles property, and populated in any number of different ways when the user object is created. Return Value (Role|string)[] The user roles

FunctionExtension::getName()

string getName() Returns extension name. Return Value string

LazyChoiceList::getChoices()

array getChoices() Returns all selectable choices. Return Value array The selectable choices indexed by the corresponding values

ExceptionInterface

interface ExceptionInterface Interface for exceptions. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect.