‪TYPO3CMS  ‪main
TYPO3\CMS\Seo\MetaTag\TwitterCardMetaTagManager Class Reference
Inheritance diagram for TYPO3\CMS\Seo\MetaTag\TwitterCardMetaTagManager:
TYPO3\CMS\Core\MetaTag\AbstractMetaTagManager TYPO3\CMS\Core\MetaTag\MetaTagManagerInterface

Protected Attributes

array $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

this class is not part of TYPO3's Core API.

Definition at line 25 of file TwitterCardMetaTagManager.php.

Member Data Documentation

◆ $handledProperties

array TYPO3\CMS\Seo\MetaTag\TwitterCardMetaTagManager::$handledProperties
protected

Array of properties that can be handled by this manager

Definition at line 31 of file TwitterCardMetaTagManager.php.