Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Core / Extension / InfoParserInterface.php
index 468a94a5932ae90532c97e880e1690711bc4cc8b..0d7b0c5a0d81a5edbfcd97490ec0b209c06566c5 100644 (file)
@@ -47,6 +47,9 @@ interface InfoParserInterface {
    *
    * See bartik.info.yml for an example of a theme .info.yml file.
    *
+   * For information stored in a profile .info.yml file see
+   * install_profile_info().
+   *
    * @param string $filename
    *   The file we are parsing. Accepts file with relative or absolute path.
    *
@@ -56,6 +59,8 @@ interface InfoParserInterface {
    * @throws \Drupal\Core\Extension\InfoParserException
    *   Exception thrown if there is a parsing error or the .info.yml file does
    *   not contain a required key.
+   *
+   * @see install_profile_info()
    */
   public function parse($filename);