Bundle\TwigBundle\Controller

Classes ExceptionController ExceptionController.

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

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

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

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.

SecurityHelper::getName()

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

NodeInterface::hasDefaultValue()

bool hasDefaultValue() Returns true when the node has a default value. Return Value bool If the node has a default value

RouteCollectionBuilder

class RouteCollectionBuilder Helps add and import routes into a RouteCollection. Methods __construct(LoaderInterface $loader = null) RouteCollectionBuilder import(mixed $resource, string|null $prefix = '/', string $type = null) Import an external routing resource and returns the RouteCollectionBuilder. Route add(string $path, string $controller, string|null $name = null) Adds a route and returns it for future modification. RouteCollectionBuilder createBuilder() Returns a

ConfigDumpReferenceCommand

class ConfigDumpReferenceCommand extends AbstractConfigCommand A console command for dumping available configuration reference. Methods __construct(string|null $name = null) Constructor. from Command ignoreValidationErrors() Ignores validation errors. from Command setApplication(Application $application = null) Sets the application instance for this command. from Command setHelperSet(HelperSet $helperSet) Sets the helper set. from Command HelperSet getHelperSet() Gets the

SecurityFactoryInterface::getPosition()

string getPosition() Defines the position at which the provider is called. Possible values: preauth, form, http, and rememberme. Return Value string