<?php declare(strict_types=1); namespace Drupal\og\Annotation; use Drupal\Component\Annotation\Plugin; /** * Define an OG fields plugin. * * @Annotation */ class OgFields extends Plugin { }
Главная | Обратная связь