Bundle\FrameworkBundle\DependencyInjection\Compiler

Classes AddCacheClearerPass Registers the cache clearers. AddCacheWarmerPass Registers the cache warmers. AddConstraintValidatorsPass AddValidatorInitializersPass CompilerDebugDumpPass ContainerBuilderDebugDumpPass Dumps the ContainerBuilder to a cache file so that it can be used by debugging tools such as the container:debug console command. FormPass Adds all services with the tags "form.type" and "form.type_guesser" as arguments of the "form.extension" service Fra

ExceptionInterface

interface ExceptionInterface Exception interface for all exceptions thrown by the component.

GenericEvent::offsetUnset()

offsetUnset(string $key) ArrayAccess for unset argument. Parameters string $key Array key

TranslationWriter::disableBackup()

disableBackup() Disables dumper backup.

LogicException

class LogicException extends LogicException implements ExceptionInterface Base LogicException for the Asset component.

DbalSessionHandler::read()

read($sessionId) {@inheritdoc} Parameters $sessionId

AclProvider::findChildren()

array findChildren(ObjectIdentityInterface $parentOid, bool $directChildrenOnly = false) Retrieves all child object identities from the database Parameters ObjectIdentityInterface $parentOid bool $directChildrenOnly Return Value array returns an array of child 'ObjectIdentity's

ResultIterator::current()

Entry current() Fetches the current entry. Return Value Entry

Profile::hasCollector()

bool hasCollector(string $name) Returns true if a Collector for the given name exists. Parameters string $name A collector name Return Value bool

ProgressIndicator::setPlaceholderFormatterDefinition()

static setPlaceholderFormatterDefinition(string $name, callable $callable) Sets a placeholder formatter for a given name. This method also allow you to override an existing placeholder. Parameters string $name The placeholder name (including the delimiter char like %) callable $callable A PHP callable