cookies-1.0.3/src/Constants/CookiesConstants.php
src/Constants/CookiesConstants.php
<?php
namespace Drupal\cookies\Constants;
/**
* Cookies specific constants.
*/
class CookiesConstants {
/**
* The script type of the cookies scripts, once "knocked out".
*/
const COOKIES_SCRIPT_KO_TYPE = 'text/plain';
}
