Search Results
… site you can use the following SQL. This assumes that you have the DBLog module active on the site, which might not always be the case. The …
… 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 { …
… on what is in the recommended composer file see my previous blog post on the subject . After this step you can require any other …
… x Unsafe usage of new static(). 💡 See: https://phpstan.org/blog/solving-phpstan-error-unsafe-usage-of-new-static ------ …
… 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
… PHPNW13 is the 6th annual PHPNW conference, organised by members of the PHPNW community and Magma Digital . This … All The Things with Marcus Deglos as the morning tutorial. This was an introduction to the virtual machine management system Vagrant and the … into them. I had seen Ansible being mentioned a few times in various blog posts but never really saw how to get started with it. Michael …