John.php in Plug 7
Contains Drupal\plug_example\Plugin\name\John
Namespace
Drupal\plug_example\Plugin\nameFile
modules/plug_example/src/Plugin/name/John.phpView source
<?php
/**
* @file
* Contains Drupal\plug_example\Plugin\name\John
*/
namespace Drupal\plug_example\Plugin\name;
/**
* Class John
* @package Drupal\plug_example\Plugin\name
*
* @Name(
* id = "john",
* company = TRUE
* )
*/
class John extends NameBase implements NameInterface {
protected $name = 'John Doe';
}