Created
October 13, 2016 15:43
-
-
Save dawehner/81c01e7bf4eddb157a2e306df03d379a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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