LoggerInterface deprecated::err()

err($message, array $context = array()) deprecated deprecated since version 2.2, to be removed in 3.0. Use error() which is PSR-3 compatible. Parameters $message array $context

LoggerDataCollector::countScreams()

countScreams()

EntityChoiceList deprecated::getValues()

array getValues() Returns the values for the entities. Return Value array The values with the corresponding choice indices as keys See also ChoiceListInterface

BinaryFileResponse::deleteFileAfterSend()

BinaryFileResponse deleteFileAfterSend(bool $shouldDelete) If this is set to true, the file will be unlinked after the request is send Note: If the X-Sendfile header is used, the deleteFileAfterSend setting will not be used. Parameters bool $shouldDelete Return Value BinaryFileResponse

SecurityHelper::getName()

string getName() Returns the canonical name of this helper. Return Value string The canonical name

FunctionExtension

class FunctionExtension extends AbstractExtension XPath expression translator function extension. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect. Methods callable[] getNodeTranslators() Returns node translators. from AbstractExtension callable[] getCombinationTranslators() Returns combination translators. from AbstractExtension callable[] getFunctionTranslators() Returns function translators.

NormalizationBuilder

class NormalizationBuilder This class builds normalization conditions. Properties $before $remappings Methods __construct(NodeDefinition $node) Constructor. NormalizationBuilder remap(string $key, string $plural = null) Registers a key to remap to its plural form. ExprBuilder|NormalizationBuilder before(Closure $closure = null) Registers a closure to run before the normalization or an expression builder to build it if null is provided. Details

Component\PropertyAccess

Namespaces Symfony\Component\PropertyAccess\Exception Classes PropertyAccess Entry point of the PropertyAccess component. PropertyAccessor Default implementation of {@link PropertyAccessorInterface}. PropertyAccessorBuilder A configurable builder for PropertyAccessorInterface objects. PropertyPath Default implementation of {@link PropertyPathInterface}. PropertyPathBuilder PropertyPathIterator Traverses a property path and provides additional methods to find out informa

FileDumper::dump()

dump(MessageCatalogue $messages, array $options = array()) Dumps the message catalogue. Parameters MessageCatalogue $messages The message catalogue array $options Options that are used by the dumper

Bundle\TwigBundle\Controller

Classes ExceptionController ExceptionController.