‪TYPO3CMS  ‪main
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

string[][] $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='')
 
 getAllHandledProperties ()
 
 getProperty (string $property, string $type='')
 
 renderProperty (string $property)
 
 renderAllProperties ()
 
 removeProperty (string $property, string $type='')
 
 removeAllProperties ()
 
 canHandleProperty (string $property)
 
 getState ()
 
 updateState (array $state)
 

Detailed Description

Definition at line 20 of file EdgeMetaTagManager.php.

Member Data Documentation

◆ $handledProperties

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

Definition at line 24 of file EdgeMetaTagManager.php.