Same name and namespace in other branches
  1. 8.x-2.x src/Plugin/FieldState/Expanded.php \Drupal\field_states_ui\Plugin\FieldState\Expanded 1 comment

Controls details field widget expanded state in relation to other fields.

Plugin annotation


@FieldState(
  id = "expanded",
  label = @Translation("Expanded"),
  description = @Translation("Dynamically expand (open) details field elements dependent on other field states/values.")
)

Hierarchy

Expanded class hierarchy of Expanded

1 string reference to 'Expanded'
FieldStateBase::buildConfigurationForm in src/FieldStateBase.php

File

src/Plugin/FieldState/Expanded.php, line 16

Namespace

Drupal\field_states_ui\Plugin\FieldState
View source
class Expanded extends FieldStateBase {

}