Loading core/lib/Drupal/Core/Form/FormState.php +2 −0 Original line number Diff line number Diff line Loading @@ -186,6 +186,8 @@ class FormState implements FormStateInterface { protected $requestMethod = 'GET'; /** * Determines if the unprocessed form structure is cached. * * If set to TRUE the original, unprocessed form structure will be cached, * which allows the entire form to be rebuilt from cache. A typical form * workflow involves two page requests; first, a form is built and rendered Loading core/modules/editor/tests/src/Functional/Update/EditorAddLazyLoadImageFilterUpdateTest.php +1 −2 Original line number Diff line number Diff line Loading @@ -7,8 +7,7 @@ use Drupal\FunctionalTests\Update\UpdatePathTestBase; /** * Tests automatically adding editor_image_lazy_load filter to text formats * using editor_file_reference. * Tests adding editor_image_lazy_load filter to editor_file_reference. * * @group Update */ Loading core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceFormatterTest.php +1 −2 Original line number Diff line number Diff line Loading @@ -54,8 +54,7 @@ class EntityReferenceFormatterTest extends EntityKernelTestBase { protected $referencedEntity; /** * The entity that is not yet saved to its persistent storage to be referenced * in this test. * An entity that is not yet saved to its persistent storage. * * @var \Drupal\Core\Entity\EntityInterface */ Loading core/modules/migrate/src/Plugin/Migration.php +1 −2 Original line number Diff line number Diff line Loading @@ -205,8 +205,7 @@ class Migration extends PluginBase implements MigrationInterface, RequirementsIn protected $destinationIds = []; /** * Specify value of source_row_status for current map row. Usually set by * MigrateFieldHandler implementations. * The source_row_status for the current map row. * * @var int */ Loading core/modules/phpass/phpass.module +1 −2 Original line number Diff line number Diff line Loading @@ -2,8 +2,7 @@ /** * @file * The password compatibility module provides the password checking algorithm * for user entities created with Drupal prior to version 10.1.x. * Provides the password checking algorithm used prior to version 10.1.x. */ use Drupal\Core\Routing\RouteMatchInterface; Loading Loading
core/lib/Drupal/Core/Form/FormState.php +2 −0 Original line number Diff line number Diff line Loading @@ -186,6 +186,8 @@ class FormState implements FormStateInterface { protected $requestMethod = 'GET'; /** * Determines if the unprocessed form structure is cached. * * If set to TRUE the original, unprocessed form structure will be cached, * which allows the entire form to be rebuilt from cache. A typical form * workflow involves two page requests; first, a form is built and rendered Loading
core/modules/editor/tests/src/Functional/Update/EditorAddLazyLoadImageFilterUpdateTest.php +1 −2 Original line number Diff line number Diff line Loading @@ -7,8 +7,7 @@ use Drupal\FunctionalTests\Update\UpdatePathTestBase; /** * Tests automatically adding editor_image_lazy_load filter to text formats * using editor_file_reference. * Tests adding editor_image_lazy_load filter to editor_file_reference. * * @group Update */ Loading
core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceFormatterTest.php +1 −2 Original line number Diff line number Diff line Loading @@ -54,8 +54,7 @@ class EntityReferenceFormatterTest extends EntityKernelTestBase { protected $referencedEntity; /** * The entity that is not yet saved to its persistent storage to be referenced * in this test. * An entity that is not yet saved to its persistent storage. * * @var \Drupal\Core\Entity\EntityInterface */ Loading
core/modules/migrate/src/Plugin/Migration.php +1 −2 Original line number Diff line number Diff line Loading @@ -205,8 +205,7 @@ class Migration extends PluginBase implements MigrationInterface, RequirementsIn protected $destinationIds = []; /** * Specify value of source_row_status for current map row. Usually set by * MigrateFieldHandler implementations. * The source_row_status for the current map row. * * @var int */ Loading
core/modules/phpass/phpass.module +1 −2 Original line number Diff line number Diff line Loading @@ -2,8 +2,7 @@ /** * @file * The password compatibility module provides the password checking algorithm * for user entities created with Drupal prior to version 10.1.x. * Provides the password checking algorithm used prior to version 10.1.x. */ use Drupal\Core\Routing\RouteMatchInterface; Loading