‪TYPO3CMS  9.5
TYPO3\CMS\Core\MetaTag\EdgeMetaTagManager Class Reference
Inheritance diagram for TYPO3\CMS\Core\MetaTag\EdgeMetaTagManager:
TYPO3\CMS\Core\MetaTag\AbstractMetaTagManager TYPO3\CMS\Core\MetaTag\MetaTagManagerInterface

Protected Attributes

 $handledProperties
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Core\MetaTag\AbstractMetaTagManager
string $defaultNameAttribute = 'name'
 
string $defaultContentAttribute = 'content'
 
bool $defaultAllowMultipleOccurrences = false
 
string $subPropertySeparator = ':'
 
array $handledProperties = array( )
 
array $properties = array( )
 

Additional Inherited Members

- ‪Public Member Functions inherited from ‪TYPO3\CMS\Core\MetaTag\AbstractMetaTagManager
 addProperty (string $property, string $content, array $subProperties=[], bool $replace=false, string $type='')
 
array getAllHandledProperties ()
 
array getProperty (string $property, string $type='')
 
string renderProperty (string $property)
 
string renderAllProperties ()
 
 removeProperty (string $property, string $type='')
 
 removeAllProperties ()
 
bool canHandleProperty (string $property)
 

Detailed Description

Definition at line 19 of file EdgeMetaTagManager.php.

Member Data Documentation

◆ $handledProperties

TYPO3\CMS\Core\MetaTag\EdgeMetaTagManager::$handledProperties
protected
Initial value:
= array(
'x-ua-compatible' => ['nameAttribute' => 'http-equiv']
)

Definition at line 21 of file EdgeMetaTagManager.php.