Skip to content
Snippets Groups Projects
Commit 71dd85ed authored by Julian Pustkuchen's avatar Julian Pustkuchen
Browse files

Fixed documentation

parent 5423555a
No related branches found
No related tags found
1 merge request!14Implemented a hacky, but working session store example
Pipeline #371195 failed
...@@ -19,7 +19,7 @@ FEATURES ...@@ -19,7 +19,7 @@ FEATURES
* Can read `GET` and `HTTP Request` parameters, and store them into cookie * Can read `GET` and `HTTP Request` parameters, and store them into cookie
* Cookie lifetime is configurable (current session, custom, forever) * Cookie lifetime is configurable (current session, custom, forever)
* (configurable) Respects browser `DNT` Setting (Do-Not-Track) * (configurable) Respects browser `DNT` Setting (Do-Not-Track)
* Other modules can easily read cookie data using `persistent_visitor_parameters.cookie_manager` service * Other modules can easily read cookie data using `persistent_visitor_parameters.persistence_manager` service
INSTALLATION INSTALLATION
------------ ------------
...@@ -34,4 +34,4 @@ CONFIGURATION ...@@ -34,4 +34,4 @@ CONFIGURATION
USAGE USAGE
------------- -------------
* Read already saved cookies using `\Drupal::service('persistent_visitor_parameters.cookie_manager')->getCookie()` inside your module, and process this data further as you need it * Read already saved cookies using `\Drupal::service('persistent_visitor_parameters.persistence_manager')->loadPersistedParameters()` inside your module, and process this data further as you need it
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment