Search Results
… (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 …
Drush sql-sync is a very easy way of grabbing a copy of a Drupal database from one site and installing it on another site. The normal application of this task is to copy the database from the production site to your local environment for facilitate local development. There are one or two steps to …
… you need to combine the pem and key files together like this. mkdir keys cp /etc/ssl/certs/ssl-cert-snakeoil.pem keys sudo openssl rsa -in /etc/ssl/private/ssl-cert-snakeoil.key >> keys/ssl-cert-snakeoil.pem The main Pound configuration file is found …
… 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()); …
… group, passed to the route through the "{group}" parameter in the URL. If any of these permission checks returns an forbidden permission …