BinaryFileResponse::sendContent()

Response sendContent() Sends the file. {@inheritdoc} Return Value Response

StopwatchExtension::getTokenParsers()

getTokenParsers()

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.

HttpKernelExtension

class HttpKernelExtension extends Twig_Extension Provides integration with the HttpKernel component. Methods __construct(FragmentHandler $handler) Constructor. getFunctions() string renderFragment(string|ControllerReference $uri, array $options = array()) Renders a fragment. string renderFragmentStrategy(string $strategy, string|ControllerReference $uri, array $options = array()) Renders a fragment. controller($controller, $attributes = array(), $query = array())

Component\Config\Definition

Namespaces Symfony\Component\Config\Definition\BuilderSymfony\Component\Config\Definition\Exception Classes ArrayNode Represents an Array node in the config tree. BaseNode The base node class BooleanNode This node represents a Boolean value in the config tree. EnumNode Node which only allows a finite set of values. FloatNode This node represents a float value in the config tree. IntegerNode This node represents an integer value in the config tree. NumericNode This n

ChoicesToBooleanArrayTransformer deprecated::reverseTransform()

mixed reverseTransform(mixed $values) Transforms a checkbox/radio button array to an array of choices. The input value is an array with the choices as keys and true/false as values, depending on whether a given choice is selected. The output is an array with the selected choices. Parameters mixed $values An array Return Value mixed The value in the original representation Exceptions TransformationFailedException If the given value is not an array, if the recuperation of the cho

TokenProviderInterface::loadTokenBySeries()

PersistentTokenInterface loadTokenBySeries(string $series) Loads the active token for the given series. Parameters string $series Return Value PersistentTokenInterface Exceptions TokenNotFoundException if the token is not found

DoctrineCache::write()

write(ClassMetadata $metadata) Stores a class metadata in the cache Parameters ClassMetadata $metadata A Class Metadata

LanguageBundleTransformationRule::afterCreateStub()

afterCreateStub(StubbingContextInterface $context) Runs instructions to be executed after creating the stub version of the resource bundle. Parameters StubbingContextInterface $context The contextual information of the compilation.

MaskBuilder::add()

MaskBuilder add(mixed $mask) Adds a mask to the permission Parameters mixed $mask Return Value MaskBuilder Exceptions InvalidArgumentException