OgFields.php in Organic groups 8
Namespace
Drupal\og\AnnotationFile
src/Annotation/OgFields.phpView source
<?php
declare (strict_types=1);
namespace Drupal\og\Annotation;
use Drupal\Component\Annotation\Plugin;
/**
* Define an OG fields plugin.
*
* @Annotation
*/
class OgFields extends Plugin {
}