Route::getMethods()

getMethods()

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

ClassMetadataInterface::merge()

merge(ClassMetadataInterface $classMetadata) Merges a {@link ClassMetadataInterface} in the current one. Parameters ClassMetadataInterface $classMetadata

BadMethodCallException

class BadMethodCallException extends BadMethodCallException implements ExceptionInterface Base BadMethodCallException for the Form component.

ExceptionInterface

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

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

Bridge\Propel1\DataCollector

Classes PropelDataCollector The PropelDataCollector collector class collects information.

AbstractAdapter deprecated::setPath()

AdapterInterface setPath(array $paths) Parameters array $paths Return Value AdapterInterface Current instance

Router::addExpressionLanguageProvider()

addExpressionLanguageProvider(ExpressionFunctionProviderInterface $provider) Parameters ExpressionFunctionProviderInterface $provider