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

string getIdentifier ()
 
 apply ()
 
bool isApplied ()
 
bool 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()

bool TYPO3\CMS\Form\Domain\Model\Renderable\RenderableVariantInterface::conditionMatches ( Resolver  $conditionResolver)
Parameters
Resolver$conditionResolver
Returns
‪bool

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

◆ getIdentifier()

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

◆ isApplied()

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