TemplateReferenceInterface::getPath()

string getPath() Returns the path to the template. By default, it just returns the template name. Return Value string A path to the template or a resource

TableStyle::setCellRowFormat()

TableStyle setCellRowFormat(string $cellRowFormat) Sets row cell format. Parameters string $cellRowFormat Return Value TableStyle

ConsoleOutputInterface::getErrorOutput()

OutputInterface getErrorOutput() Gets the OutputInterface for errors. Return Value OutputInterface

DependencyInjectionExtension::getTypeGuesser()

FormTypeGuesserInterface|null getTypeGuesser() Returns the type guesser provided by this extension. Return Value FormTypeGuesserInterface|null The type guesser

DelegatingEngine::addEngine()

addEngine(EngineInterface $engine) Adds an engine. Parameters EngineInterface $engine An EngineInterface instance

Cookie::isRaw()

bool isRaw() Checks if the cookie value should be sent with no url encoding. Return Value bool

Bundle::getContainerExtension()

ExtensionInterface|null getContainerExtension() Returns the bundle's container extension. Return Value ExtensionInterface|null The default extension or null if there is none Exceptions LogicException

CacheWarmerAggregate::isOptional()

bool isOptional() Checks whether this warmer is optional or not. Return Value bool true if the warmer is optional, false otherwise

Route::setRequirement()

Route setRequirement(string $key, string $regex) Sets a requirement for the given key. Parameters string $key The key string $regex The regex Return Value Route The current Route instance

YamlFileLoader

class YamlFileLoader extends FileLoader YamlFileLoader loads translations from Yaml files. Methods MessageCatalogue load(mixed $resource, string $locale, string $domain = 'messages') Loads a locale. from FileLoader Details MessageCatalogue load(mixed $resource, string $locale, string $domain = 'messages') Loads a locale. Parameters mixed $resource A resource string $locale A locale string $domain The domain Return Value MessageCatalogue A Mess