MessageCatalogueInterface::getResources()

ResourceInterface[] getResources() Returns an array of resources loaded to build this collection. Return Value ResourceInterface[] An array of resources

TranslatorInterface::trans()

string trans(string $id, array $parameters = array(), string|null $domain = null, string|null $locale = null) Translates the given message. Parameters string $id The message id (may also be an object that can be cast to string) array $parameters An array of parameters for the message string|null $domain The domain for the message or null to use the default string|null $locale The locale or null to use the default Return Value string The translated string Exceptions InvalidArgum

ArgumentMetadataFactory

class ArgumentMetadataFactory implements ArgumentMetadataFactoryInterface Builds {see ArgumentMetadata} objects based on the given Controller. Methods __construct() ArgumentMetadata[] createArgumentMetadata(mixed $controller) Details __construct() ArgumentMetadata[] createArgumentMetadata(mixed $controller) Parameters mixed $controller The controller to resolve the arguments for Return Value Arg

ExecutionContext deprecated::getMetadataFactory()

MetadataFactoryInterface getMetadataFactory() Returns the used metadata factory. Return Value MetadataFactoryInterface The metadata factory.

AbstractObjectNormalizer

class AbstractObjectNormalizer extends AbstractNormalizer Base class for a normalizer dealing with objects. Traits SerializerAwareTrait SerializerAware trait. Constants CIRCULAR_REFERENCE_LIMIT OBJECT_TO_POPULATE GROUPS ENABLE_MAX_DEPTH DEPTH_KEY_PATTERN Methods setSerializer(SerializerInterface $serializer) Sets the serializer. from SerializerAwareTrait __construct(ClassMetadataFactoryInterface $classMetadataFactory = null, NameConverterInterface $nameCon

Component\Asset\VersionStrategy

Classes EmptyVersionStrategy Disable version for all assets. StaticVersionStrategy Returns the same version for all assets. Interfaces VersionStrategyInterface Asset version strategy interface.

ParameterBagUtils::getParameterBagValue()

static mixed getParameterBagValue(ParameterBag $parameters, string $path) Returns a "parameter" value. Paths like foo[bar] will be evaluated to find deeper items in nested data structures. Parameters ParameterBag $parameters The parameter bag string $path The key Return Value mixed Exceptions InvalidArgumentException when the given path is malformed

FileLoader

class FileLoader extends AbstractLoader Base loader for loading validation metadata from a file. Constants DEFAULT_NAMESPACE The namespace to load constraints from by default. Methods __construct(string $file) Creates a new loader. Details __construct(string $file) Creates a new loader. Parameters string $file The mapping file to load Exceptions MappingException If the file does not exist or is not readable

FieldEntry

class FieldEntry extends Entry implements FieldEntryInterface Field-aware ACE implementation which is auditable Methods __construct(int $id, AclInterface $acl, string $field, SecurityIdentityInterface $sid, string $strategy, int $mask, bool $granting, bool $auditFailure, bool $auditSuccess) Constructor AclInterface getAcl() The ACL this ACE is associated with. from Entry int getMask() The permission mask of this ACE from Entry int getId() The primary key of this ACE from En

GoneHttpException

class GoneHttpException extends HttpException GoneHttpException. Methods __construct($message = null, Exception $previous = null, $code) Constructor. int getStatusCode() Returns the status code. from HttpException array getHeaders() Returns response headers. from HttpException Details __construct($message = null, Exception $previous = null, $code) Constructor. Parameters $message Exception $previous $code