registerMetaTag() public method
Registers a meta tag. For example, a description meta tag can be added like the following: $view->registerMetaTag([
'name' => 'description',
'content' => 'This website is about funny raccoons.'
]);
will result in the meta tag <meta name="description" content="This website is about funny raccoons.">.
public void registerMetaTag ( $options, $key = null )$options array
The HTML attributes for the meta tag. $key string
The key that id