CrmCoreMatchFieldHandler.php in CRM Core 8
Same filename and directory in other branches
Namespace
Drupal\crm_core_match\AnnotationFile
modules/crm_core_match/src/Annotation/CrmCoreMatchFieldHandler.phpView source
<?php
namespace Drupal\crm_core_match\Annotation;
use Drupal\Component\Annotation\Plugin;
/**
* Defines a Plugin annotation object for match field plugins.
*
* @Annotation
*/
class CrmCoreMatchFieldHandler extends Plugin {
/**
* The plugin ID.
*
* @var string
*/
public $field;
}
Classes
Name | Description |
---|---|
CrmCoreMatchFieldHandler | Defines a Plugin annotation object for match field plugins. |