Same filename in other branches
Namespace
Drupal\field_states_ui\Plugin\FieldStateFichier
-
src/
Plugin/ FieldState/ Visible.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 = "visible",
* label = @Translation("Visible"),
* description = @Translation("Dynamically control field widget visibility dependent on other field states/values. This will show the field only if the condition(s) are met (if not met the field will be hidden).")
* )
*/
class Visible extends FieldStateBase {
}
Classes
Titre | Deprecated | Résumé |
---|---|---|
Visible | Controls field widget visibility in relation to other fields dynamically. |