Search Results
… = document.getElementById(elementId); element.style.backgroundImage = 'url(' + element.dataset.image + ')'; element.style.backgroundPosition = …
… (Custom menu link) node (Content) paragraph (Paragraph) path_alias (URL alias) shortcut (Shortcut link) taxonomy_term (Taxonomy term) user …
… metrics to push the test results to Show Slow. extensions.yslow.beaconUrl = http://my.showslow.server.com/beacon/yslow/ … function setUp() { $this->setBrowser("firefox"); $this->setBrowserUrl("http://www.hashbangcode.com/"); } public function testMyTestCase() … to the takeScreenshot() method. The $screenshotPath and $screenshotUrl variables need to be set before this is done, but this is a good …
… 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 { …
… you can visit http://dashboard.drupalvmsetup.local/ (or whatever URL you have added into your Vagrant file) and see the DrupalVM …
… 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()); …