‪TYPO3CMS  9.5
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='')
 
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

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

Definition at line 24 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 30 of file TwitterCardMetaTagManager.php.