X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fthemes%2Fcontrib%2Fbootstrap%2Fdocs%2Fplugins%2FPreprocess.md;fp=web%2Fthemes%2Fcontrib%2Fbootstrap%2Fdocs%2Fplugins%2FPreprocess.md;h=7d3969a853150ad79f7363b9186c6644b29c09d2;hp=69ee07605ff0439cc2e0fdff9624d988b85de74b;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/web/themes/contrib/bootstrap/docs/plugins/Preprocess.md b/web/themes/contrib/bootstrap/docs/plugins/Preprocess.md index 69ee07605..7d3969a85 100644 --- a/web/themes/contrib/bootstrap/docs/plugins/Preprocess.md +++ b/web/themes/contrib/bootstrap/docs/plugins/Preprocess.md @@ -1,4 +1,4 @@ - + # @BootstrapPreprocess @@ -21,14 +21,11 @@ Create a file at `./THEMENAME/src/Plugin/Preprocess/Page.php` with the following contents: ```php -/** - * @file - * Contains \Drupal\THEMENAME\Plugin\Preprocess\Page. - */ + ``` ## Rebuild the cache {#rebuild} @@ -115,4 +114,5 @@ To rebuild your cache, navigate to `admin/config/development/performance` and click the `Clear all caches` button. Or if you prefer, run `drush cr` from the command line. -Voilà! After this, you should have a fully functional `@BootstrapPreprocess` plugin! +Voilà! After this, you should have a fully functional `@BootstrapPreprocess` +plugin!