Same filename in other branches
Namespace
Drupal\field_states_ui\Plugin\FieldStateFichier
-
src/
Plugin/ FieldState/ Invisible.php
View source
<?php
namespace Drupal\field_states_ui\Plugin\FieldState;
use Drupal\field_states_ui\FieldStateBase;
/**
* Controls field widget visibility in relation to other fields dynamically.
*
* @FieldState(
* id = "invisible",
* label = @Translation("Invisible (Hide)"),
* description = @Translation("Dynamically control field widget visibility dependent on other field states/values. This will hide the field if the condition(s) are met.")
* )
*/
class Invisible extends FieldStateBase {
}
Classes
Titre | Deprecated | Résumé |
---|---|---|
Invisible | Controls field widget visibility in relation to other fields dynamically. |