Same name in other branches
- 8.x-2.x src/Plugin/FieldState/Checked.php \Drupal\field_states_ui\Plugin\FieldState\Checked
Controls checkbox field widget checked state in relation to other fields.
Plugin annotation
@FieldState(
id = "checked",
label = @Translation("Checked"),
description = @Translation("Dynamically check checkbox 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\Checked extends \Drupal\field_states_ui\FieldStateBase
Expanded class hierarchy of Checked
1 string reference to 'Checked'
File
-
src/
Plugin/ FieldState/ Checked.php, line 16
Namespace
Drupal\field_states_ui\Plugin\FieldStateView source
class Checked extends FieldStateBase {
}