DelegatingEngine::getEngine()

EngineInterface getEngine(string|TemplateReferenceInterface $name) Get an engine able to render the given template. Parameters string|TemplateReferenceInterface $name A template name or a TemplateReferenceInterface instance Return Value EngineInterface The engine Exceptions RuntimeException if no engine able to work with the template is found

FilesystemLoader

class FilesystemLoader extends Twig_Loader_Filesystem FilesystemLoader extends the default Twig filesystem loader to work with the Symfony paths and template references. Methods __construct(FileLocatorInterface $locator, TemplateNameParserInterface $parser) Constructor. exists($name) {@inheritdoc} Details __construct(FileLocatorInterface $locator, TemplateNameParserInterface $parser) Constructor. Parameters FileLocatorInterface $locator

Intl

class Intl Gives access to internationalization data. Constants BUFFER_SIZE The number of resource bundles to buffer. Loading the same resource bundle for n locales takes up n spots in the buffer. CURRENCY_DIR The directory name of the currency data. LANGUAGE_DIR The directory name of the language data. SCRIPT_DIR The directory name of the script data. LOCALE_DIR The directory name of the locale data. REGION_DIR The directory name of the region data. Methods static bool

MessageCatalogue::addCatalogue()

addCatalogue(MessageCatalogueInterface $catalogue) Merges translations from the given Catalogue into the current one. The two catalogues must have the same locale. Parameters MessageCatalogueInterface $catalogue A MessageCatalogueInterface instance

FieldEntryInterface

interface FieldEntryInterface implements EntryInterface Interface for entries which are restricted to specific fields Methods AclInterface getAcl() The ACL this ACE is associated with. from EntryInterface integer getId() The primary key of this ACE from EntryInterface integer getMask() The permission mask of this ACE from EntryInterface SecurityIdentityInterface getSecurityIdentity() The security identity associated with this ACE from EntryInterface string getStrategy() T

SymfonyStyle::writeln()

writeln(string|array $messages, $type = self::OUTPUT_NORMAL) Writes a message to the output and adds a newline at the end. Parameters string|array $messages The message as an array of lines of a single string $type

CheckExceptionOnInvalidReferenceBehaviorPass

class CheckExceptionOnInvalidReferenceBehaviorPass implements CompilerPassInterface Checks that all references are pointing to a valid service. Methods process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Details process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Parameters ContainerBuilder $container

RedirectableUrlMatcher

class RedirectableUrlMatcher extends RedirectableUrlMatcher Constants REQUIREMENT_MATCH REQUIREMENT_MISMATCH ROUTE_MATCH Methods __construct(RouteCollection $routes, RequestContext $context) Constructor. from UrlMatcher setContext(RequestContext $context) Sets the request context. from UrlMatcher RequestContext getContext() Gets the request context. from UrlMatcher array match(string $pathinfo) Tries to match a URL path with a set of routes. from RedirectableUrlM

IOException

class IOException extends RuntimeException implements IOExceptionInterface Exception class thrown when a filesystem operation failure happens. Methods __construct($message, $code, Exception $previous = null, $path = null) string getPath() Returns the associated path for the exception. Details __construct($message, $code, Exception $previous = null, $path = null) Parameters $message $code Exception $previous $path

EntryInterface::getMask()

int getMask() The permission mask of this ACE Return Value int