You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 31, 2021. It is now read-only.
Generate tags for inclusion in Drupal's #attached.
Usage
useCurtCo\Tagutils\Metatag;
// in your CustomEntityViewController for example...$build['#attached']['html_head_link'][] = Metatag::build('description', 'my cool website');