Loading core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php +1 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ * * @ingroup entity_api */ #[\AllowDynamicProperties] abstract class ConfigEntityBase extends EntityBase implements ConfigEntityInterface { use PluginDependencyTrait { Loading core/lib/Drupal/Core/Extension/Extension.php +1 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ * * @see https://bugs.php.net/bug.php?id=66052 */ #[\AllowDynamicProperties] class Extension { /** Loading core/modules/views/src/Plugin/views/PluginBase.php +1 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,7 @@ * * @ingroup views_plugins */ #[\AllowDynamicProperties] abstract class PluginBase extends ComponentPluginBase implements ContainerFactoryPluginInterface, ViewsPluginInterface, DependentPluginInterface, TrustedCallbackInterface { /** Loading core/modules/views/src/Plugin/views/join/JoinPluginBase.php +1 −0 Original line number Diff line number Diff line Loading @@ -150,6 +150,7 @@ * * Extensions of this class can be used to create more interesting joins. */ #[\AllowDynamicProperties] class JoinPluginBase extends PluginBase implements JoinPluginInterface { /** Loading core/modules/views/src/ResultRow.php +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ /** * A class representing a view result row. */ #[\AllowDynamicProperties] class ResultRow { /** Loading Loading
core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php +1 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ * * @ingroup entity_api */ #[\AllowDynamicProperties] abstract class ConfigEntityBase extends EntityBase implements ConfigEntityInterface { use PluginDependencyTrait { Loading
core/lib/Drupal/Core/Extension/Extension.php +1 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ * * @see https://bugs.php.net/bug.php?id=66052 */ #[\AllowDynamicProperties] class Extension { /** Loading
core/modules/views/src/Plugin/views/PluginBase.php +1 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,7 @@ * * @ingroup views_plugins */ #[\AllowDynamicProperties] abstract class PluginBase extends ComponentPluginBase implements ContainerFactoryPluginInterface, ViewsPluginInterface, DependentPluginInterface, TrustedCallbackInterface { /** Loading
core/modules/views/src/Plugin/views/join/JoinPluginBase.php +1 −0 Original line number Diff line number Diff line Loading @@ -150,6 +150,7 @@ * * Extensions of this class can be used to create more interesting joins. */ #[\AllowDynamicProperties] class JoinPluginBase extends PluginBase implements JoinPluginInterface { /** Loading
core/modules/views/src/ResultRow.php +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ /** * A class representing a view result row. */ #[\AllowDynamicProperties] class ResultRow { /** Loading