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

Namespace

Drupal\field_states_ui\Plugin\FieldState

File

src/Plugin/FieldState/Expanded.php

View source
<?php

namespace Drupal\field_states_ui\Plugin\FieldState;

use Drupal\field_states_ui\FieldStateBase;

/**
 * Controls details field widget expanded state in relation to other fields.
 *
 * @FieldState(
 *   id = "expanded",
 *   label = @Translation("Expanded"),
 *   description = @Translation("Dynamically expand (open) details field elements dependent on other field states/values.")
 * )
 */
class Expanded extends FieldStateBase {

}

Classes

Title Deprecated Summary
Expanded Controls details field widget expanded state in relation to other fields.