Search Results
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 …
Article: PHP Unconference Europe 2011: Part 2
… to package data in JSON notation. var obj = { 'msg' : 'a message' } Keys should be declared in string format or there is a danger that you …
Article: PHPNW13: A Review
PHPNW13 is the 6th annual PHPNW conference, organised by members of the PHPNW community and Magma Digital . This year the conference saw around 420 people (with myself as a helper) at the conference, which was held in the Manchester Conference Centre. My involvement in PHPNW13 started a few months …
Article: WordCampUK 2010: A Review
… grammar, and style checking and stuff. Redirection : Redirect URLs from one place to another. Lots of different uses and everything …