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

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

Plugin annotation


@FieldState(
  id = "collapsed",
  label = @Translation("Collapsed"),
  description = @Translation("Dynamically collapse details field elements dependent on other field states/values.")
)

Hierarchy

Expanded class hierarchy of Collapsed

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

File

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

Namespace

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

}