triggerDeprecationError example

$return[] = $result;
      }
    });
    return $return;
  }

  /** * {@inheritdoc} */
  public function invokeDeprecated($description$module$hook, array $args = []) {
    $result = $this->invoke($module$hook$args);
    $this->triggerDeprecationError($description$hook);
    return $result;
  }

  /** * {@inheritdoc} */
  public function invokeAllDeprecated($description$hook, array $args = []) {
    $result = $this->invokeAll($hook$args);
    $this->triggerDeprecationError($description$hook);
    return $result;
  }

  
Home | Imprint | This part of the site doesn't use cookies.