Commit 2fdecf95 authored by Greg Boggs's avatar Greg Boggs
Browse files

one more coding standard description

parent 3144a86e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -273,8 +273,12 @@ class AlinkPostRenderer {
    return array_flip(array_unique($links));
  }


  /**
   * Check to see if keywords on this object match the passed word.
   *
   * @param \Drupal\alinks\Entity\Keyword $word
   *   An individual keyword.
   */
  protected function addExistingLink(Keyword $word) {
    $this->existingLinks[$word->getUrl()] = TRUE;