TranslationCollectionType::getName()

string getName() Returns the name of this type. Return Value string The name of this type

ApplicationTester

class ApplicationTester Eases the testing of console applications. When testing an application, don't forget to disable the auto exit flag: $application = new Application(); $application->setAutoExit(false); Methods __construct(Application $application) int run(array $input, array $options = array()) Executes the application. string getDisplay(bool $normalize = false) Gets the display returned by the last execution of the application. string getErrorOutput(bool $norma

PdoProfilerStorage deprecated

class PdoProfilerStorage implements ProfilerStorageInterface deprecated Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use {@link FileProfilerStorage} instead. Base PDO storage for profiling information in a PDO database. Methods __construct(string $dsn, string $username = '', string $password = '', int $lifetime = 86400) Constructor. array find(string $ip, string $url, string $limit, string $method, int|null $start = null, int|null $end = null) Finds profiler token

KernelInterface::registerBundles()

BundleInterface[] registerBundles() Returns an array of bundles to register. Return Value BundleInterface[] An array of bundle instances

Bridge\Propel1\Form\EventListener

Classes TranslationCollectionFormListener listener class for propel1translatablecollection TranslationFormListener Event Listener class for propel1_translation

Component\Finder

Namespaces Symfony\Component\Finder\AdapterSymfony\Component\Finder\ComparatorSymfony\Component\Finder\ExceptionSymfony\Component\Finder\ExpressionSymfony\Component\Finder\IteratorSymfony\Component\Finder\Shell Classes Finder Finder allows to build rules to find files and directories. Glob Glob matches globbing patterns against text. SplFileInfo Extends \SplFileInfo to support relative paths

LanguageType::getParent()

string|null getParent() Returns the name of the parent type. Return Value string|null The name of the parent type if any, null otherwise

Component\Routing\Generator\Dumper

Classes GeneratorDumper GeneratorDumper is the base class for all built-in generator dumpers. PhpGeneratorDumper PhpGeneratorDumper creates a PHP class able to generate URLs for a given set of routes. Interfaces GeneratorDumperInterface GeneratorDumperInterface is the interface that all generator dumper classes must implement.

Component\HttpKernel\Debug

Classes ErrorHandler deprecated ErrorHandler. ExceptionHandler deprecated ExceptionHandler converts an exception to a Response object. TraceableEventDispatcher Collects some data about event listeners.

FileLocator

class FileLocator implements FileLocatorInterface FileLocator uses an array of pre-defined paths to find files. Methods __construct(string|array $paths = array()) Constructor. string|array locate(string $name, string|null $currentPath = null, bool $first = true) Returns a full path for a given file name. Details __construct(string|array $paths = array()) Constructor. Parameters string|array $paths A path or an array of paths where to lo