Loading core/lib/Drupal/Core/Form/FormState.php +0 −2 Original line number Diff line number Diff line Loading @@ -186,8 +186,6 @@ 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/field/tests/src/Kernel/EntityReference/EntityReferenceFormatterTest.php +2 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,8 @@ class EntityReferenceFormatterTest extends EntityKernelTestBase { protected $referencedEntity; /** * An entity that is not yet saved to its persistent storage. * The entity that is not yet saved to its persistent storage to be referenced * in this test. * * @var \Drupal\Core\Entity\EntityInterface */ Loading core/modules/migrate/src/Plugin/Migration.php +2 −1 Original line number Diff line number Diff line Loading @@ -205,7 +205,8 @@ class Migration extends PluginBase implements MigrationInterface, RequirementsIn protected $destinationIds = []; /** * The source_row_status for the current map row. * Specify value of source_row_status for current map row. Usually set by * MigrateFieldHandler implementations. * * @var int */ Loading core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php +4 −6 Original line number Diff line number Diff line Loading @@ -87,18 +87,16 @@ abstract class EntityResourceTestBase extends ResourceTestBase { protected static $patchProtectedFieldNames; /** * A list of fields that need a unique value. * * This is for each new each entity created by a POST request. * The fields that need a different (random) value for each new entity created * by a POST request. * * @var string[] */ protected static $uniqueFieldNames = []; /** * Optionally specify which field is the 'label' field. * * Some entities do not specify a 'label' entity key. For example: User. * Optionally specify which field is the 'label' field. Some entities do not * specify a 'label' entity key. For example: User. * * @see ::getInvalidNormalizedEntityToCreate * Loading core/modules/system/tests/modules/common_test/src/Controller/CommonTestController.php +2 −1 Original line number Diff line number Diff line Loading @@ -93,7 +93,8 @@ public function destination() { } /** * Returns a response with early rendering in common_test_page_attachments. * Returns a sample response with some early rendering in * common_test_page_attachments. * * @return \Symfony\Component\HttpFoundation\Response * A new Response object. Loading Loading
core/lib/Drupal/Core/Form/FormState.php +0 −2 Original line number Diff line number Diff line Loading @@ -186,8 +186,6 @@ 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/field/tests/src/Kernel/EntityReference/EntityReferenceFormatterTest.php +2 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,8 @@ class EntityReferenceFormatterTest extends EntityKernelTestBase { protected $referencedEntity; /** * An entity that is not yet saved to its persistent storage. * The entity that is not yet saved to its persistent storage to be referenced * in this test. * * @var \Drupal\Core\Entity\EntityInterface */ Loading
core/modules/migrate/src/Plugin/Migration.php +2 −1 Original line number Diff line number Diff line Loading @@ -205,7 +205,8 @@ class Migration extends PluginBase implements MigrationInterface, RequirementsIn protected $destinationIds = []; /** * The source_row_status for the current map row. * Specify value of source_row_status for current map row. Usually set by * MigrateFieldHandler implementations. * * @var int */ Loading
core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php +4 −6 Original line number Diff line number Diff line Loading @@ -87,18 +87,16 @@ abstract class EntityResourceTestBase extends ResourceTestBase { protected static $patchProtectedFieldNames; /** * A list of fields that need a unique value. * * This is for each new each entity created by a POST request. * The fields that need a different (random) value for each new entity created * by a POST request. * * @var string[] */ protected static $uniqueFieldNames = []; /** * Optionally specify which field is the 'label' field. * * Some entities do not specify a 'label' entity key. For example: User. * Optionally specify which field is the 'label' field. Some entities do not * specify a 'label' entity key. For example: User. * * @see ::getInvalidNormalizedEntityToCreate * Loading
core/modules/system/tests/modules/common_test/src/Controller/CommonTestController.php +2 −1 Original line number Diff line number Diff line Loading @@ -93,7 +93,8 @@ public function destination() { } /** * Returns a response with early rendering in common_test_page_attachments. * Returns a sample response with some early rendering in * common_test_page_attachments. * * @return \Symfony\Component\HttpFoundation\Response * A new Response object. Loading