X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FExtension%2FInfoParserInterface.php;h=0d7b0c5a0d81a5edbfcd97490ec0b209c06566c5;hb=refs%2Fheads%2Fd864;hp=468a94a5932ae90532c97e880e1690711bc4cc8b;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Extension/InfoParserInterface.php b/web/core/lib/Drupal/Core/Extension/InfoParserInterface.php index 468a94a59..0d7b0c5a0 100644 --- a/web/core/lib/Drupal/Core/Extension/InfoParserInterface.php +++ b/web/core/lib/Drupal/Core/Extension/InfoParserInterface.php @@ -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);