Loading core/lib/Drupal/Component/Diff/Engine/DiffEngine.php +1 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ * @private * @subpackage DifferenceEngine */ #[\AllowDynamicProperties] class DiffEngine { const USE_ASSERTS = FALSE; Loading core/lib/Drupal/Component/Plugin/Definition/PluginDefinition.php +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ /** * Provides object-based plugin definitions. */ #[\AllowDynamicProperties] class PluginDefinition implements PluginDefinitionInterface { /** Loading core/lib/Drupal/Core/Session/UserSession.php +1 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ * * @todo: Change all properties to protected. */ #[\AllowDynamicProperties] class UserSession implements AccountInterface { /** Loading core/modules/migrate/src/Plugin/Migration.php +1 −0 Original line number Diff line number Diff line Loading @@ -95,6 +95,7 @@ * * @link https://www.drupal.org/docs/8/api/migrate-api Migrate API handbook. @endlink */ #[\AllowDynamicProperties] class Migration extends PluginBase implements MigrationInterface, RequirementsInterface, ContainerFactoryPluginInterface { /** Loading core/modules/views/src/ViewExecutable.php +1 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ * @see https://www.drupal.org/node/2849674 * @see https://bugs.php.net/bug.php?id=66052 */ #[\AllowDynamicProperties] class ViewExecutable { /** Loading Loading
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php +1 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ * @private * @subpackage DifferenceEngine */ #[\AllowDynamicProperties] class DiffEngine { const USE_ASSERTS = FALSE; Loading
core/lib/Drupal/Component/Plugin/Definition/PluginDefinition.php +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ /** * Provides object-based plugin definitions. */ #[\AllowDynamicProperties] class PluginDefinition implements PluginDefinitionInterface { /** Loading
core/lib/Drupal/Core/Session/UserSession.php +1 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ * * @todo: Change all properties to protected. */ #[\AllowDynamicProperties] class UserSession implements AccountInterface { /** Loading
core/modules/migrate/src/Plugin/Migration.php +1 −0 Original line number Diff line number Diff line Loading @@ -95,6 +95,7 @@ * * @link https://www.drupal.org/docs/8/api/migrate-api Migrate API handbook. @endlink */ #[\AllowDynamicProperties] class Migration extends PluginBase implements MigrationInterface, RequirementsInterface, ContainerFactoryPluginInterface { /** Loading
core/modules/views/src/ViewExecutable.php +1 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ * @see https://www.drupal.org/node/2849674 * @see https://bugs.php.net/bug.php?id=66052 */ #[\AllowDynamicProperties] class ViewExecutable { /** Loading