Same name in other branches
- 8.x-2.x src/Plugin/FieldState/Expanded.php \Drupal\field_states_ui\Plugin\FieldState\Expanded
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
- class \Drupal\field_states_ui\FieldStateBase extends \Drupal\Core\Plugin\PluginBase implements \Drupal\field_states_ui\FieldStateInterface, \Drupal\Core\Plugin\ContainerFactoryPluginInterface
- class \Drupal\field_states_ui\Plugin\FieldState\Expanded extends \Drupal\field_states_ui\FieldStateBase
Expanded class hierarchy of Expanded
1 string reference to 'Expanded'
File
-
src/
Plugin/ FieldState/ Expanded.php, line 16
Namespace
Drupal\field_states_ui\Plugin\FieldStateView source
class Expanded extends FieldStateBase {
}