fixes
2 unresolved threads
2 unresolved threads
Closes #3477614
Merge request reports
Activity
93 93 * 94 94 * @var bool 95 95 */ 96 // phpcs:ignore Drupal.NamingConventions.ValidVariableName.LowerCamelName 96 // phpcs:ignore Drupal.NamingConventions.ValidVariableName.LowerCamelName, Drupal.Commenting.VariableComment.Missing 97 97 public $no_ui = FALSE; 98 98 99 99 /** 100 100 * {@inheritdoc} 101 101 */ 102 // phpcs:ignore Drupal.NamingConventions.ValidVariableName.LowerCamelName 102 // phpcs:ignore Drupal.NamingConventions.ValidVariableName.LowerCamelName, Drupal.Commenting.VariableComment.Missing 103 103 public $list_class; 72 72 const RENDER_TEXT_PHASE_EMPTY = 2; 73 73 74 74 /** 75 * The alias for the field plugin. 76 * 75 77 * @var string 76 78 */ 77 // phpcs:ignore Drupal.NamingConventions.ValidVariableName.LowerCamelName 79 // phpcs:ignore Drupal.NamingConventions.ValidVariableName.LowerCamelName, Drupal.Commenting.VariableComment.Missing
Please register or sign in to reply