
| Current Path : /var/www/html/rocksensor2/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/html/rocksensor2/web/modules/contrib/metatag/src/Plugin/metatag/Tag/Author.php |
<?php
namespace Drupal\metatag\Plugin\metatag\Tag;
/**
* The advanced Author meta tag.
*
* @MetatagTag(
* id = "author",
* label = @Translation("Author"),
* description = @Translation("Define the author of a page."),
* name = "author",
* group = "advanced",
* weight = 4,
* type = "label",
* secure = FALSE,
* multiple = FALSE
* )
*/
class Author extends MetaNameBase {
// Nothing here yet. Just a placeholder class for a plugin.
}