getPluginConstantPrefix() getPluginConstantPrefix(): string Get the prefix of this plugin so composer packages can dynamically build other constant values on it. Returns string
byCookies() byCookies(array<mixed,integer> $cookies) Clear cookies by cookie ids. Parameters array<mixed,integer> $cookies
byTechnicalDefinition() byTechnicalDefinition(array $technicalDefinition) Clear a cookie by technical definition. Parameters array $technicalDefinition
byHttpCookieName() byHttpCookieName(string $name,string $host) Unset a cookie from the same host by name. Parameters string $name string $host