
| Current Path : /var/www/html1/testsite/web/modules/contrib/metatag/src/Plugin/metatag/Tag/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html1/testsite/web/modules/contrib/metatag/src/Plugin/metatag/Tag/Expires.php |
<?php
namespace Drupal\metatag\Plugin\metatag\Tag;
/**
* The Expires meta tag.
*
* @MetatagTag(
* id = "expires",
* label = @Translation("Expires"),
* description = @Translation("Control when the browser's internal cache of the current page should expire. The date must to be an <a href='https://www.csgnetwork.com/timerfc1123calc.html'>RFC-1123</a>-compliant date string that is represented in Greenwich Mean Time (GMT), e.g. 'Thu, 01 Sep 2016 00:12:56 GMT'. Set to '0' to stop the page being cached entirely."),
* name = "expires",
* group = "advanced",
* weight = 11,
* type = "label",
* secure = FALSE,
* multiple = FALSE
* )
*/
class Expires extends MetaNameBase {
// Nothing here yet. Just a placeholder class for a plugin.
}