EventDataCollector::getNotCalledListeners()

array getNotCalledListeners() Gets the not called listeners. Return Value array An array of not called listeners See also TraceableEventDispatcherInterface

Request::getPreferredLanguage()

string|null getPreferredLanguage(array $locales = null) Returns the preferred language. Parameters array $locales An array of ordered available locales Return Value string|null The preferred locale

Definition::hasAutowiringType()

bool hasAutowiringType(string $type) Will this definition default for the given type? Parameters string $type Return Value bool

CombinedSelectorNode::getCombinator()

string getCombinator() Return Value string

Expression::getTargets()

string|array getTargets() Returns whether the constraint can be put onto classes, properties or both. This method should return one or more of the constants Constraint::CLASSCONSTRAINT and Constraint::PROPERTYCONSTRAINT. Return Value string|array One or more constant values

Component\Form\Guess

Classes Guess Base class for guesses made by TypeGuesserInterface implementation TypeGuess Contains a guessed class name and a list of options for creating an instance of that class ValueGuess Contains a guessed value

Cookie::isSecure()

bool isSecure() Checks whether the cookie should only be transmitted over a secure HTTPS connection from the client. Return Value bool

ChainCacheClearer

class ChainCacheClearer implements CacheClearerInterface ChainCacheClearer. Methods __construct(array $clearers = array()) Constructs a new instance of ChainCacheClearer. clear(string $cacheDir) Clears any caches necessary. add(CacheClearerInterface $clearer) Adds a cache clearer to the aggregate. Details __construct(array $clearers = array()) Constructs a new instance of ChainCacheClearer. Parameters array $clearers The initial cl

ModelChoiceList::getChoices()

array getChoices() Returns the list of choices Return Value array The choices with their indices as keys

ContainerAwareHttpKernel deprecated

class ContainerAwareHttpKernel extends HttpKernel deprecated since version 2.7, to be removed in 3.0. Adds a managed request scope. Methods __construct(EventDispatcherInterface $dispatcher, ContainerInterface $container, ControllerResolverInterface $controllerResolver, RequestStack $requestStack = null, bool $triggerDeprecation = true) Constructor. Response handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) Handles a Request to convert