Skip to content

Instantly share code, notes, and snippets.

@dawehner
Created October 13, 2016 15:43
Show Gist options
  • Select an option

  • Save dawehner/81c01e7bf4eddb157a2e306df03d379a to your computer and use it in GitHub Desktop.

Select an option

Save dawehner/81c01e7bf4eddb157a2e306df03d379a to your computer and use it in GitHub Desktop.
<?php
/**
* Provides an AMP Google DoubleClick for Publishers block
*
* @Block(
* id = "amp_google_doubleclick_block",
* admin_label = @Translation("AMP Google DoubleClick for Publishers block"),
* )
*/
namespace Drupal\amp\Plugin\Block;
use Drupal\Core\Block\BlockBase;
use Drupal\Core\Form\FormStateInterface;
class AmpGoogleDoubleClickBlock extends BlockBase {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment