StubNumberFormatter deprecated

class StubNumberFormatter extends NumberFormatter deprecated since version 2.3, to be removed in 3.0. Use {@link \Symfony\Component\Intl\NumberFormatter\NumberFormatter} instead. Alias of {@link \Symfony\Component\Intl\NumberFormatter\NumberFormatter}. Constants PATTERN_DECIMAL DECIMAL CURRENCY PERCENT SCIENTIFIC SPELLOUT ORDINAL DURATION PATTERN_RULEBASED IGNORE DEFAULT_STYLE TYPE_DEFAULT TYPE_INT32 TYPE_INT64 TYPE_DOUBLE TYPE

AclInterface::isSidLoaded()

bool isSidLoaded(mixed $securityIdentities) Whether the ACL has loaded ACEs for all of the passed security identities Parameters mixed $securityIdentities an implementation of SecurityIdentityInterface, or an array thereof Return Value bool

RuntimeException

class RuntimeException extends RuntimeException implements ExceptionInterface

DumperCollection::setAttribute()

setAttribute(string $name, mixed $value) Sets an attribute by name. Parameters string $name The attribute name mixed $value The attribute value

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