Loading core/modules/views/src/ManyToOneHelper.php +9 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,15 @@ */ class ManyToOneHelper { /** * Should the field use formula or alias. * * @see \Drupal\views\Plugin\views\argument\StringArgument::query() * * @var bool */ public $formula = FALSE; /** * The handler. */ Loading Loading
core/modules/views/src/ManyToOneHelper.php +9 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,15 @@ */ class ManyToOneHelper { /** * Should the field use formula or alias. * * @see \Drupal\views\Plugin\views\argument\StringArgument::query() * * @var bool */ public $formula = FALSE; /** * The handler. */ Loading