MutableAclInterface::setEntriesInheriting()

setEntriesInheriting(bool $boolean) Sets whether entries are inherited Parameters bool $boolean

Locale::lookup()

static lookup(array $langtag, string $locale, bool $canonicalize = false, string $default = null) Not supported. Returns the closest language tag for the locale. Parameters array $langtag A list of the language tags to compare to locale string $locale The locale to use as the language range when matching bool $canonicalize If true, the arguments will be converted to canonical form before matching string $default The locale to use if no match is found Exceptions Meth

MutableAclProvider::deleteAcl()

deleteAcl(ObjectIdentityInterface $oid) Deletes the ACL for a given object identity. This will automatically trigger a delete for any child ACLs. If you don't want child ACLs to be deleted, you will have to set their parent ACL to null. Parameters ObjectIdentityInterface $oid

DefinitionDecorator::setFile()

Definition setFile(string $file) Sets a file to require before creating the service. Parameters string $file A full pathname to include Return Value Definition The current instance

TemplateCacheCacheWarmer

class TemplateCacheCacheWarmer implements CacheWarmerInterface Generates the Twig cache for all templates. This warmer must be registered after TemplatePathsCacheWarmer, as the Twig loader will need the cache generated by it. Methods __construct(ContainerInterface $container, TemplateFinderInterface $finder = null, array $paths = array()) Constructor. warmUp(string $cacheDir) Warms up the cache. bool isOptional() Checks whether this warmer is optional or not. Details

MutableAclProvider::findAcls()

SplObjectStorage findAcls(array $oids, array $sids = array()) Returns the ACLs that belong to the given object identities Parameters array $oids an array of ObjectIdentityInterface implementations array $sids an array of SecurityIdentityInterface implementations Return Value SplObjectStorage mapping the passed object identities to ACLs Exceptions AclNotFoundException when we cannot find an ACL for all identities

Process::getPid()

int|null getPid() Returns the Pid (process identifier), if applicable. Return Value int|null The process id if running, null otherwise

ArgumentValueResolverInterface

interface ArgumentValueResolverInterface Responsible for resolving the value of an argument based on its metadata. Methods bool supports(Request $request, ArgumentMetadata $argument) Whether this resolver can resolve the value for the given ArgumentMetadata. Generator resolve(Request $request, ArgumentMetadata $argument) Returns the possible value(s). Details bool supports(Request $request, ArgumentMetadata $argument) Whether this resolver

PropertyPathBuilder::appendProperty()

appendProperty(string $name) Appends a property element to the current path. Parameters string $name The name of the appended property

BadRequestHttpException

class BadRequestHttpException extends HttpException BadRequestHttpException. 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