Search Results
… Not Found</title></head><body><h1>Not Found</h1><p>The requested URL "@path" was not found on this server.</p></body></html>'; When you …
… would. The neat thing about this is that once you have generated the URL your browser will open automatically and take you to the link. …
… HTTPS traffic when trying to cache pages. sub vcl_hash { hash_data(req.url); if (req.http.host) { hash_data(req.http.host); } else { …
… I like working with DrupalVM and I've worked with Ansible based Vagrant setups for years … Docker if you like. When starting a new site project I normally add DrupalVM to the codebase so that I can get the site up and running … is a pain. I thought I would go through the steps involved in adding DrupalVM to your codebase as it's pretty simple and will get you up and …
… in PHPStorm. parameters: level: 0 paths: - web/modules/custom editorUrl: 'phpstorm://open?file=%%file%%&line=%%line%%' This means that I …
… over and each one is placed into the sitemap.xml file as an absolute URL. We do this by adding each link to the $arbitrary_links array that … by the Simple XML Sitemap module as a new link. <?php use Drupal\Core\Url; /** * Implements hook_simple_sitemap_arbitrary_links_alter(). */ … 'TRUE') { // This is a public link, so add to the sitemap.xml file. $url = Url::fromRoute($routeName, [], ['absolute' => TRUE, 'https' => …
… add needed attributes. $image->setAttribute('src', $file->createFileUrl()); $image->setAttribute('data-entity-uuid', $file->uuid()); …
… group, passed to the route through the "{group}" parameter in the URL. If any of these permission checks returns an forbidden permission …
Article: PHP Unconference Europe 2011: Part 2
… Form validation is also available with the elements, so creating a URL or email element will automatically load some simple form …
Article: PHPNW13: A Review
… HTTP requests including browser inspection tools, wireshark, curl and Charles proxy. I hadn't heard of Charles proxy before, but …