diff --git a/core/modules/field/lib/Drupal/field/FieldInfo.php b/core/modules/field/lib/Drupal/field/FieldInfo.php index f7d3ef3..6d95788 100644 --- a/core/modules/field/lib/Drupal/field/FieldInfo.php +++ b/core/modules/field/lib/Drupal/field/FieldInfo.php @@ -14,10 +14,6 @@ /** * Provides field and instance definitions for the current runtime environment. * - * A Drupal\field\FieldInfo object is created and statically persisted through - * the request by Field::FieldInfo. The object properties act as a - * "static cache" of fields and instances definitions. - * * The preferred way to access definitions is through the getBundleInstances() * method, which keeps cache entries per bundle, storing both fields and * instances for a given bundle. Fields used in multiple bundles are duplicated