LoggingFormatter::formatInlineService()

formatInlineService(CompilerPassInterface $pass, $id, $target) Parameters CompilerPassInterface $pass $id $target

OutOfBoundsException

class OutOfBoundsException extends OutOfBoundsException implements ExceptionInterface Base OutOfBoundsException for the PropertyAccess component.

PackageInterface::getUrl()

string getUrl(string $path) Returns an absolute or root-relative public path. Parameters string $path A path Return Value string The public path

SecurityDataCollector::getVoterStrategy()

string getVoterStrategy() Returns the strategy configured for the security voters. Return Value string

XmlFileLoader

class XmlFileLoader extends FileLoader XmlFileLoader loads XML files service definitions. Constants NS Methods LoaderResolverInterface getResolver() Gets the loader resolver. from Loader setResolver(LoaderResolverInterface $resolver) Sets the loader resolver. from Loader mixed import(mixed $resource, string|null $type = null, bool $ignoreErrors = false, string|null $sourceResource = null) Imports a resource. from FileLoader LoaderInterface resolve(mixed $resource, strin

AbstractAdapter deprecated::setFollowLinks()

AdapterInterface setFollowLinks(bool $followLinks) Parameters bool $followLinks Return Value AdapterInterface Current instance

PersistentToken::getLastUsed()

DateTime getLastUsed() Returns the time the token was last used. Return Value DateTime

Route::getCondition()

string getCondition() Returns the condition. Return Value string The condition

FormConfigBuilderInterface::addEventListener()

FormConfigBuilderInterface addEventListener(string $eventName, callable $listener, int $priority) Adds an event listener to an event on this form. Parameters string $eventName The name of the event to listen to callable $listener The listener to execute int $priority The priority of the listener. Listeners with a higher priority are called before listeners with a lower priority. Return Value FormConfigBuilderInterface The configuration object

InputDefinition::addOption()

addOption(InputOption $option) Adds an InputOption object. Parameters InputOption $option An InputOption object Exceptions LogicException When option given already exist