WebProfilerExtension::getXsdValidationBasePath()

string getXsdValidationBasePath() Returns the base path for the XSD files. Return Value string The XSD base path

ArrayAccessibleResourceBundle::getErrorCode()

getErrorCode()

LockedException

class LockedException extends AccountStatusException LockedException is thrown if the user account is locked. Methods TokenInterface getToken() Get the token. from AuthenticationException setToken(TokenInterface $token) Set the token. from AuthenticationException serialize() from AccountStatusException unserialize($str) from AccountStatusException string getMessageKey() Message key to be used by the translation component. array getMessageData() Message data to be u

Definition::setConfigurator()

Definition setConfigurator(callable $callable) Sets a configurator to call after the service is fully initialized. Parameters callable $callable A PHP callable Return Value Definition The current instance

DateTimeNormalizer::supportsNormalization()

bool supportsNormalization(mixed $data, string $format = null) Checks whether the given class is supported for normalization by this normalizer. Parameters mixed $data Data to normalize. string $format The format being (de-)serialized from or into. Return Value bool

AuditLogger

class AuditLogger implements AuditLoggerInterface Base audit logger implementation Methods logIfNeeded(bool $granted, EntryInterface $ace) Performs some checks if logging was requested Details logIfNeeded(bool $granted, EntryInterface $ace) Performs some checks if logging was requested Parameters bool $granted EntryInterface $ace

PathPackage deprecated

class PathPackage extends Package deprecated since 2.7, will be removed in 3.0. Use the Asset component instead. The path packages adds a version and a base path to asset URLs. Methods __construct(string $basePath = null, string $version = null, string $format = null) Constructor. string getVersion() Returns the asset package version. from Package string getUrl(string $path, string|bool|null $version = null) Returns an absolute or root-relative public path. string getBa

InputArgument::getName()

string getName() Returns the argument name. Return Value string The argument name

PgSqlCaster

class PgSqlCaster Casts pqsql resources to array representation. Methods static castLargeObject($lo, array $a, Stub $stub, $isNested) static castLink($link, array $a, Stub $stub, $isNested) static castResult($result, array $a, Stub $stub, $isNested) Details static castLargeObject($lo, array $a, Stub $stub, $isNested) Parameters $lo array $a Stub $stub $isNested static castLink($link, array $a, St

Container::setParameter()

setParameter(string $name, mixed $value) Sets a parameter. Parameters string $name The parameter name mixed $value The parameter value