Search
Configure Ubuntu Server for Drupal
Pick a device Create USB installer Install Ubuntu Server Install updates Install PHP, Apache, SQLite3 sudo apt install...
Intro to SEO
Search Engine Optimization helps people find your content when they are searching for related terms. Customer queries...
Following up
After the initial meeting, I took some time to brainstorm ideas and think about how to approach the project. I wanted to...
Smart Link Entity
As a field, Smart Link content could be attached to an entity. However, I found this limiting for a few reasons. First...
TODO: Smart Link Entity Plugin
So far, I have a content entity that can take a URL and retrieve and store info about it. I'd like to create a Smart...
Smart Link field formatter
A Field Formatter plugin is needed to display the field's unique properties. <?php namespace Drupal\smart_link\Plugin...
Service to get info from URL
drush eval "print_r(\Drupal::service('smart_link')->getUrlInfo($url))" Services are loaded when necessary and easy to...