Projet

Général

Profil

Révision 4444412d

Ajouté par Julien Enselme il y a presque 10 ans

Update drupal 7.27 -> 7.28

Voir les différences:

drupal7/includes/registry.inc
10 10
 * @{
11 11
 * The code registry engine.
12 12
 *
13
 * Drupal maintains an internal registry of all functions or classes in the
13
 * Drupal maintains an internal registry of all interfaces or classes in the
14 14
 * system, allowing it to lazy-load code files as needed (reducing the amount
15 15
 * of code that must be parsed on each request).
16 16
 */
......
120 120
}
121 121

  
122 122
/**
123
 * Parse all files that have changed since the registry was last built, and save their function and class listings.
123
 * Parse all changed files and save their interface and class listings.
124
 *
125
 * Parse all files that have changed since the registry was last built, and save
126
 * their interface and class listings.
124 127
 *
125 128
 * @param $files
126 129
 *  The list of files to check and parse.
......
149 152
}
150 153

  
151 154
/**
152
 * Parse a file and save its function and class listings.
155
 * Parse a file and save its interface and class listings.
153 156
 *
154 157
 * @param $filename
155 158
 *   Name of the file we are going to parse.

Formats disponibles : Unified diff