
| 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/OriginalSource.php |
<?php
namespace Drupal\metatag\Plugin\metatag\Tag;
/**
* The advanced "Original Source" meta tag.
*
* @MetatagTag(
* id = "original_source",
* label = @Translation("Original source"),
* description = @Translation("Used to indicate the URL that broke the story, and can link to either an internal URL or an external source. If the full URL is not known it is acceptable to use a partial URL or just the domain name."),
* name = "original-source",
* group = "advanced",
* weight = 4,
* type = "uri",
* secure = FALSE,
* multiple = FALSE
* )
*/
class OriginalSource extends MetaNameBase {
// Nothing here yet. Just a placeholder class for a plugin.
}