diff --git a/src/Access/EntityRevisionRouteAccessChecker.php b/src/Access/EntityRevisionRouteAccessChecker.php index 833c2e23579f7898661076efdbe6004b572424b7..d9556e1dc292a54106419848346d3298df02e34b 100644 --- a/src/Access/EntityRevisionRouteAccessChecker.php +++ b/src/Access/EntityRevisionRouteAccessChecker.php @@ -1,10 +1,5 @@ <?php -/** - * @file - * Contains \Drupal\entity\Access\EntityRevisionRouteAccessChecker - */ - namespace Drupal\entity\Access; use Drupal\Core\Access\AccessResult; diff --git a/src/Controller/RevisionControllerTrait.php b/src/Controller/RevisionControllerTrait.php index 80adc1d20cebcbee6b9d680d5fdfabfb5ea0156a..9751b17ae0d48ea240050dfb7c89d8ccb5094b1e 100644 --- a/src/Controller/RevisionControllerTrait.php +++ b/src/Controller/RevisionControllerTrait.php @@ -1,10 +1,5 @@ <?php -/** - * @file - * Contains \Drupal\entity\Controller\RevisionControllerTrait. - */ - namespace Drupal\entity\Controller; use Drupal\Core\Entity\ContentEntityInterface; diff --git a/src/Controller/RevisionOverviewController.php b/src/Controller/RevisionOverviewController.php index b3f815d3486bfc5c0d3052938a39f6d2ce133a83..502a67cb8c92ada3e670778a920cdc9938b1170d 100644 --- a/src/Controller/RevisionOverviewController.php +++ b/src/Controller/RevisionOverviewController.php @@ -1,10 +1,5 @@ <?php -/** - * @file - * Contains \Drupal\entity\Controller\RevisionOverviewController. - */ - namespace Drupal\entity\Controller; use Drupal\Component\Utility\Xss; diff --git a/src/Entity/RevisionableEntityBundleInterface.php b/src/Entity/RevisionableEntityBundleInterface.php index 3aa705a66aeb2d4d4bfe3cd103405f40be112a22..6e543b17d69332de69f9a3c3e5f09d10034e6607 100644 --- a/src/Entity/RevisionableEntityBundleInterface.php +++ b/src/Entity/RevisionableEntityBundleInterface.php @@ -1,10 +1,5 @@ <?php -/** - * @file - * Contains \Drupal\entity\Entity\RevisionableEntityBundleInterface. - */ - namespace Drupal\entity\Entity; use Drupal\Core\Config\Entity\ConfigEntityInterface; diff --git a/src/EntityViewBuilder.php b/src/EntityViewBuilder.php index 9467c8cfa1cde850fa078c8ad0304b22b1ee4f81..e47181f2cbea314743122c689d005f11e422d1cc 100644 --- a/src/EntityViewBuilder.php +++ b/src/EntityViewBuilder.php @@ -1,10 +1,5 @@ <?php -/** - * @file - * Contains \Drupal\entity\EntityViewBuilder. - */ - namespace Drupal\entity; use Drupal\Core\Entity\ContentEntityInterface; diff --git a/src/Form/DeleteMultiple.php b/src/Form/DeleteMultiple.php index 7fe04ff5e95ae23c9f7df5223e0bfc1eda31e60c..6268a95ac49a90dc83a40e44f412e0017651598d 100644 --- a/src/Form/DeleteMultiple.php +++ b/src/Form/DeleteMultiple.php @@ -1,10 +1,5 @@ <?php -/** - * @file - * Contains \Drupal\entity\Form\DeleteMultiple. - */ - namespace Drupal\entity\Form; use Drupal\Core\Entity\EntityTypeManagerInterface; diff --git a/src/Form/RevisionRevertForm.php b/src/Form/RevisionRevertForm.php index a238dab98f0fdbbbbf2fc1dfd8801d784caa1d20..c94c53a0c640eb0835543097b1335e4adffee699 100644 --- a/src/Form/RevisionRevertForm.php +++ b/src/Form/RevisionRevertForm.php @@ -1,10 +1,5 @@ <?php -/** - * @file - * Contains \Drupal\entity\Form\RevisionRevertForm. - */ - namespace Drupal\entity\Form; use Drupal\Core\Datetime\DateFormatterInterface; diff --git a/src/Form/RevisionableContentEntityForm.php b/src/Form/RevisionableContentEntityForm.php index 2c33f1b10ba812956eb67bab31b0f2d9705eaacf..00c67c93b7da603f89572f778a88541d7ae5683a 100644 --- a/src/Form/RevisionableContentEntityForm.php +++ b/src/Form/RevisionableContentEntityForm.php @@ -1,10 +1,5 @@ <?php -/** - * @file - * Contains \Drupal\entity\Form\RevisionableContentEntityForm. - */ - namespace Drupal\entity\Form; use Drupal\Core\Entity\ContentEntityForm; diff --git a/src/Plugin/Action/DeleteAction.php b/src/Plugin/Action/DeleteAction.php index 8812fd56d9d7c60aa24f5c40cf6a0b0499fb58e1..d61983d43e73b51bcc52ed0676f3124eb6e07a84 100644 --- a/src/Plugin/Action/DeleteAction.php +++ b/src/Plugin/Action/DeleteAction.php @@ -1,10 +1,5 @@ <?php -/** - * @file - * Contains \Drupal\entity\Plugin\Action\DeleteAction. - */ - namespace Drupal\entity\Plugin\Action; use Drupal\Core\Action\ActionBase; diff --git a/src/Plugin/Action/Derivative/DeleteActionDeriver.php b/src/Plugin/Action/Derivative/DeleteActionDeriver.php index 3c86bcc7c0edb4aafbe854ad4b70d16501f4bb78..085bd0ee0fdda872b8e74cbd19d42e02fc27fc29 100644 --- a/src/Plugin/Action/Derivative/DeleteActionDeriver.php +++ b/src/Plugin/Action/Derivative/DeleteActionDeriver.php @@ -1,10 +1,5 @@ <?php -/** - * @file - * Contains \Drupal\entity\Plugin\Action\Derivative\DeleteActionDeriver. - */ - namespace Drupal\entity\Plugin\Action\Derivative; use Drupal\Component\Plugin\Derivative\DeriverBase; diff --git a/src/Plugin/Derivative/RevisionsOverviewDeriver.php b/src/Plugin/Derivative/RevisionsOverviewDeriver.php index e6d4d6823830cff2b6cb1cd6cedbbb9f6410cdfd..5fcd21b793bf9eee4438f8b97365cad516a347de 100644 --- a/src/Plugin/Derivative/RevisionsOverviewDeriver.php +++ b/src/Plugin/Derivative/RevisionsOverviewDeriver.php @@ -1,10 +1,5 @@ <?php -/** - * @file - * Contains \Drupal\entity\Plugin\Derivative\RevisionsOverviewDeriver. - */ - namespace Drupal\entity\Plugin\Derivative; use Drupal\Component\Plugin\Derivative\DeriverBase; diff --git a/src/Revision/RevisionableContentEntityBase.php b/src/Revision/RevisionableContentEntityBase.php index 5b8a111ae5ad57eb1114554143398fb42e005ccf..a7ec15ee905eb4033ca76a52125a6ee60da42e88 100644 --- a/src/Revision/RevisionableContentEntityBase.php +++ b/src/Revision/RevisionableContentEntityBase.php @@ -1,10 +1,5 @@ <?php -/** - * @file - * Contains \Drupal\entity\Revision\RevisionableContentEntityBase. - */ - namespace Drupal\entity\Revision; use Drupal\Core\Entity\RevisionableContentEntityBase as BaseRevisionableContentEntityBase; diff --git a/src/Routing/DeleteMultipleRouteProvider.php b/src/Routing/DeleteMultipleRouteProvider.php index edbbc38291eb9863c1a68878445cdb651e884d67..a9ca06e79bd3c09938b2a8761b62aa254335d979 100644 --- a/src/Routing/DeleteMultipleRouteProvider.php +++ b/src/Routing/DeleteMultipleRouteProvider.php @@ -1,10 +1,5 @@ <?php -/** - * @file - * Contains \Drupal\entity\Routing\DeleteMultipleRouteProvider. - */ - namespace Drupal\entity\Routing; use Drupal\Core\Entity\EntityTypeInterface; diff --git a/src/Routing/RevisionRouteProvider.php b/src/Routing/RevisionRouteProvider.php index 7e3afe227a7b4766a6d663137b272138d9cb1350..e3412958c23eeb320ecbac14df927398c44240e8 100644 --- a/src/Routing/RevisionRouteProvider.php +++ b/src/Routing/RevisionRouteProvider.php @@ -1,10 +1,5 @@ <?php -/** - * @file - * Contains \Drupal\entity\Routing\RevisionRouteProvider. - */ - namespace Drupal\entity\Routing; use Drupal\Core\Entity\EntityTypeInterface; diff --git a/tests/Kernel/RevisionOverviewIntegrationTest.php b/tests/Kernel/RevisionOverviewIntegrationTest.php index 63140794aa73c1719592e454b3b272f80f27ea2f..118fea62fb27e4ada8e20c7f5c02fb3767a8fdcc 100644 --- a/tests/Kernel/RevisionOverviewIntegrationTest.php +++ b/tests/Kernel/RevisionOverviewIntegrationTest.php @@ -1,10 +1,5 @@ <?php -/** - * @file - * Contains \Drupal\Tests\entity\Kernel\RevisionOverviewIntegrationTest. - */ - namespace Drupal\Tests\entity\Kernel; use Drupal\KernelTests\KernelTestBase; diff --git a/tests/modules/entity_module_test/src/Entity/EnhancedEntity.php b/tests/modules/entity_module_test/src/Entity/EnhancedEntity.php index 32b2bbd6416996505fc76dbf7bda7c9df1137fb5..c2cd8088241de26996deef167e2eea0bed37962c 100644 --- a/tests/modules/entity_module_test/src/Entity/EnhancedEntity.php +++ b/tests/modules/entity_module_test/src/Entity/EnhancedEntity.php @@ -1,10 +1,5 @@ <?php -/** - * @file - * Contains \Drupal\entity_module_test\Entity\EnhancedEntity. - */ - namespace Drupal\entity_module_test\Entity; use Drupal\Core\Entity\EntityTypeInterface; diff --git a/tests/modules/entity_module_test/src/Entity/EnhancedEntityBundle.php b/tests/modules/entity_module_test/src/Entity/EnhancedEntityBundle.php index 21c720292505360a6a444eecb69dc05775412489..43780746d857a0d0bd7a894f328912b44fbb2510 100644 --- a/tests/modules/entity_module_test/src/Entity/EnhancedEntityBundle.php +++ b/tests/modules/entity_module_test/src/Entity/EnhancedEntityBundle.php @@ -1,10 +1,5 @@ <?php -/** - * @file - * Contains \Drupal\entity_module_test\Entity\EnhancedEntityBundle. - */ - namespace Drupal\entity_module_test\Entity; use Drupal\Core\Config\Entity\ConfigEntityBundleBase; diff --git a/tests/src/Functional/DeleteMultipleFormTest.php b/tests/src/Functional/DeleteMultipleFormTest.php index 50fb6cd8796cd45c19c22c18756d2e55ccfe06df..213113b9b8b70582f88b55de3fed4124339b27f7 100644 --- a/tests/src/Functional/DeleteMultipleFormTest.php +++ b/tests/src/Functional/DeleteMultipleFormTest.php @@ -1,10 +1,5 @@ <?php -/** - * @file - * Contains \Drupal\Tests\entity\Functional\DeleteMultipleFormTest. - */ - namespace Drupal\Tests\entity\Functional; use Drupal\entity_module_test\Entity\EnhancedEntity; diff --git a/tests/src/Kernel/DeleteActionTest.php b/tests/src/Kernel/DeleteActionTest.php index 101b5dcc8956883c106f1c1c4e05bb7cefdcd010..140473f91b53828a275272501059995ed263fefd 100644 --- a/tests/src/Kernel/DeleteActionTest.php +++ b/tests/src/Kernel/DeleteActionTest.php @@ -1,10 +1,5 @@ <?php -/** - * @file - * Contains \Drupal\Tests\entity\Kernel\DeleteActionTest. - */ - namespace Drupal\Tests\entity\Kernel; use Drupal\entity\Plugin\Action\DeleteAction; diff --git a/tests/src/Kernel/RevisionBasicUITest.php b/tests/src/Kernel/RevisionBasicUITest.php index 741b5864c3f683f2f1b18316762e95872867b2d7..f282ac41578d64b3f78e99b41344a7bee989f92a 100644 --- a/tests/src/Kernel/RevisionBasicUITest.php +++ b/tests/src/Kernel/RevisionBasicUITest.php @@ -1,10 +1,5 @@ <?php -/** - * @file - * Contains \Drupal\Tests\entity\Kernel\RevisionBasicUITest. - */ - namespace Drupal\Tests\entity\Kernel; use Drupal\entity_module_test\Entity\EnhancedEntity;