TemplateReference::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

Store::unlock()

bool unlock(Request $request) Releases the lock for the given Request. Parameters Request $request A Request instance Return Value bool False if the lock file does not exist or cannot be unlocked, true otherwise

LanguageDataProvider::getNames()

getNames($displayLocale = null) Parameters $displayLocale

AccessException

class AccessException extends RuntimeException Thrown when a property path is not available.

UserProviderFactoryInterface::create()

create(ContainerBuilder $container, $id, $config) Parameters ContainerBuilder $container $id $config

PipesInterface::close()

close() Closes file handles and pipes.

Regex::hasEndFlag()

bool hasEndFlag() Return Value bool

DoctrineCache::has()

has(string $class) Returns whether metadata for the given class exists in the cache Parameters string $class

ContainerAwareEventDispatcher::getListeners()

array getListeners(string $eventName = null) Gets the listeners of a specific event or all listeners sorted by descending priority. Parameters string $eventName The name of the event Return Value array The event listeners for the specified event, or all event listeners by event name

RouteCollection::addPrefix()

addPrefix(string $prefix, array $defaults = array(), array $requirements = array()) Adds a prefix to the path of all child routes. Parameters string $prefix An optional prefix to add before each pattern of the route collection array $defaults An array of default values array $requirements An array of requirements