PHP Class FluidTYPO3\Vhs\ViewHelpers\Media\SourceViewHelper

Please take a look at the v:media.PictureViewHelper documentation for more information.
Inheritance: extends TYPO3\CMS\Fluid\Core\ViewHelper\AbstractTagBasedViewHelper
Datei anzeigen Open project: fluidtypo3/vhs

Protected Properties

Property Type Description
$configurationManager TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface
$contentObject TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer
$tagName string name of the tag to be created by this view helper

Public Methods

Method Description
initializeArguments ( ) : void Initialize arguments.
injectConfigurationManager ( TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface $configurationManager ) : void
preprocessSourceUri ( string $src ) : string Turns a relative source URI into an absolute URL if required
render ( ) : string Render method

Method Details

initializeArguments() public method

Initialize arguments.
public initializeArguments ( ) : void
return void

injectConfigurationManager() public method

public injectConfigurationManager ( TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface $configurationManager ) : void
$configurationManager TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface
return void

preprocessSourceUri() public method

Turns a relative source URI into an absolute URL if required
public preprocessSourceUri ( string $src ) : string
$src string
return string

render() public method

Render method
public render ( ) : string
return string

Property Details

$configurationManager protected_oe property

protected ConfigurationManagerInterface,TYPO3\CMS\Extbase\Configuration $configurationManager
return TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface

$contentObject protected_oe property

protected ContentObjectRenderer,TYPO3\CMS\Frontend\ContentObject $contentObject
return TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer

$tagName protected_oe property

name of the tag to be created by this view helper
protected string $tagName
return string