comparison core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents c75dbcec494b
children
comparison
equal deleted inserted replaced
4:a9cd425dd02b 5:12f9dff5fda9
106 /** 106 /**
107 * Disable the use of caches. 107 * Disable the use of caches.
108 * 108 *
109 * @param bool $use_caches 109 * @param bool $use_caches
110 * FALSE to not use any caches. 110 * FALSE to not use any caches.
111 *
112 * @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
113 *
114 * @todo Remove in https://www.drupal.org/node/2549143.
115 */ 111 */
116 public function useCaches($use_caches = FALSE); 112 public function useCaches($use_caches = FALSE);
117 113
118 /** 114 /**
119 * Gets the "extra fields" for a bundle. 115 * Gets the "extra fields" for a bundle.