Same filename and directory in other branches
  1. 8.x-2.x src/Plugin/FieldState/Invisible.php 1 comment

Namespace

Drupal\field_states_ui\Plugin\FieldState

File

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

Title Deprecated Summary
Invisible Controls field widget visibility in relation to other fields dynamically.