Loading core/modules/views/src/Plugin/views/PluginBase.php +5 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,6 @@ * * @ingroup views_plugins */ #[\AllowDynamicProperties] abstract class PluginBase extends ComponentPluginBase implements ContainerFactoryPluginInterface, ViewsPluginInterface, DependentPluginInterface, TrustedCallbackInterface { /** Loading Loading @@ -107,6 +106,11 @@ abstract class PluginBase extends ComponentPluginBase implements ContainerFactor */ protected $renderer; /** * The handler position. */ public int $position; /** * Constructs a PluginBase object. * Loading core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php +9 −2 Original line number Diff line number Diff line Loading @@ -111,9 +111,16 @@ abstract class ArgumentPluginBase extends HandlerBase implements CacheableDepend public string $operator; /** * The argument position. * The title set by argument validation. */ public int $position; public ?string $validated_title; /** * Keyed array by alias of table relations. * * @var string[] */ public ?array $tableAliases; /** * Overrides Drupal\views\Plugin\views\HandlerBase:init(). Loading core/modules/views/src/Plugin/views/filter/FilterPluginBase.php +7 −0 Original line number Diff line number Diff line Loading @@ -83,6 +83,13 @@ abstract class FilterPluginBase extends HandlerBase implements CacheableDependen */ public $always_required = FALSE; /** * Keyed array by alias of table relations. * * @var string[] */ public ?array $tableAliases; /** * Overrides \Drupal\views\Plugin\views\HandlerBase::init(). * Loading core/modules/views/src/Plugin/views/style/StylePluginBase.php +7 −0 Original line number Diff line number Diff line Loading @@ -109,6 +109,13 @@ abstract class StylePluginBase extends PluginBase { */ protected $defaultFieldLabels = FALSE; /** * Keyed array by placeholder a cached per row tokens to render. * * @var string[] */ public array $render_tokens = []; /** * Overrides \Drupal\views\Plugin\views\PluginBase::init(). * Loading Loading
core/modules/views/src/Plugin/views/PluginBase.php +5 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,6 @@ * * @ingroup views_plugins */ #[\AllowDynamicProperties] abstract class PluginBase extends ComponentPluginBase implements ContainerFactoryPluginInterface, ViewsPluginInterface, DependentPluginInterface, TrustedCallbackInterface { /** Loading Loading @@ -107,6 +106,11 @@ abstract class PluginBase extends ComponentPluginBase implements ContainerFactor */ protected $renderer; /** * The handler position. */ public int $position; /** * Constructs a PluginBase object. * Loading
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php +9 −2 Original line number Diff line number Diff line Loading @@ -111,9 +111,16 @@ abstract class ArgumentPluginBase extends HandlerBase implements CacheableDepend public string $operator; /** * The argument position. * The title set by argument validation. */ public int $position; public ?string $validated_title; /** * Keyed array by alias of table relations. * * @var string[] */ public ?array $tableAliases; /** * Overrides Drupal\views\Plugin\views\HandlerBase:init(). Loading
core/modules/views/src/Plugin/views/filter/FilterPluginBase.php +7 −0 Original line number Diff line number Diff line Loading @@ -83,6 +83,13 @@ abstract class FilterPluginBase extends HandlerBase implements CacheableDependen */ public $always_required = FALSE; /** * Keyed array by alias of table relations. * * @var string[] */ public ?array $tableAliases; /** * Overrides \Drupal\views\Plugin\views\HandlerBase::init(). * Loading
core/modules/views/src/Plugin/views/style/StylePluginBase.php +7 −0 Original line number Diff line number Diff line Loading @@ -109,6 +109,13 @@ abstract class StylePluginBase extends PluginBase { */ protected $defaultFieldLabels = FALSE; /** * Keyed array by placeholder a cached per row tokens to render. * * @var string[] */ public array $render_tokens = []; /** * Overrides \Drupal\views\Plugin\views\PluginBase::init(). * Loading