FilterControllerEvent::getController()

callable getController() Returns the current controller. Return Value callable

FormConfigInterface::getCompound()

bool getCompound() Returns whether the form is compound. This property is independent of whether the form actually has children. A form can be compound and have no children at all, like for example an empty collection form. Return Value bool Whether the form is compound

LoggingFormatter::formatUpdateReference()

formatUpdateReference(CompilerPassInterface $pass, $serviceId, $oldDestId, $newDestId) Parameters CompilerPassInterface $pass $serviceId $oldDestId $newDestId

SymfonyTestsListener::startTestSuite()

startTestSuite(PHPUnit_Framework_TestSuite $suite) Parameters PHPUnit_Framework_TestSuite $suite

LoaderInterface

interface LoaderInterface LoaderInterface is the interface all loaders must implement. Methods Storage|bool load(TemplateReferenceInterface $template) Loads a template. bool isFresh(TemplateReferenceInterface $template, int $time) Returns true if the template is still fresh. Details Storage|bool load(TemplateReferenceInterface $template) Loads a template. Parameters TemplateReferenceInterface $template A template Return Value Storage|bo

Profiler::enable()

enable() Enables the profiler.

InactiveScopeException

class InactiveScopeException extends RuntimeException This exception is thrown when you try to create a service of an inactive scope. Methods __construct($serviceId, $scope, Exception $previous = null) getServiceId() getScope() Details __construct($serviceId, $scope, Exception $previous = null) Parameters $serviceId $scope Exception $previous getServiceId()

Form::add()

FormInterface add(FormInterface|string|int $child, string|null $type = null, array $options = array()) Adds or replaces a child to the form. Parameters FormInterface|string|int $child The FormInterface instance or the name of the child string|null $type The child's type, if a name was passed array $options The child's options, if a name was passed Return Value FormInterface The form instance Exceptions AlreadySubmittedException If the form has already been submitted. LogicExc

IdentifierHandler

class IdentifierHandler implements HandlerInterface CSS selector comment handler. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect. Methods __construct(TokenizerPatterns $patterns, TokenizerEscaping $escaping) bool handle(Reader $reader, TokenStream $stream) Details __construct(TokenizerPatterns $patterns, TokenizerEscaping $escaping) Parameters Tokeniz

Reader::isEOF()

bool isEOF() Return Value bool