‪TYPO3CMS  ‪main
TYPO3\CMS\Form\Domain\Model\Renderable\RenderableVariantInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Form\Domain\Model\Renderable\RenderableVariantInterface:
TYPO3\CMS\Form\Domain\Model\Renderable\RenderableVariant

Public Member Functions

 getIdentifier ()
 
 apply ()
 
 isApplied ()
 
 conditionMatches (Resolver $conditionResolver)
 

Detailed Description

Scope: frontend This class is NOT meant to be sub classed by developers.

Definition at line 27 of file RenderableVariantInterface.php.

Member Function Documentation

◆ apply()

TYPO3\CMS\Form\Domain\Model\Renderable\RenderableVariantInterface::apply ( )

Apply the specified variant to this form element regardless of their conditions

Implemented in TYPO3\CMS\Form\Domain\Model\Renderable\RenderableVariant.

Referenced by TYPO3\CMS\Form\Domain\Model\Renderable\AbstractRenderable\applyVariant().

◆ conditionMatches()

TYPO3\CMS\Form\Domain\Model\Renderable\RenderableVariantInterface::conditionMatches ( Resolver  $conditionResolver)

◆ getIdentifier()

TYPO3\CMS\Form\Domain\Model\Renderable\RenderableVariantInterface::getIdentifier ( )

◆ isApplied()

TYPO3\CMS\Form\Domain\Model\Renderable\RenderableVariantInterface::isApplied ( )