You are here

PanelizerEntity.php in Panelizer 8.3

File

src/Annotation/PanelizerEntity.php
View source
<?php

namespace Drupal\panelizer\Annotation;

use Drupal\Component\Annotation\PluginID;

/**
 * Defines a Panelizer entity item annotation object.
 *
 * The Plugin ID should be the same as the entity type id that this is for.
 *
 * @see \Drupal\panelizer\Plugin\PanelizerEntityManager
 * @see plugin_api
 *
 * @Annotation
 */
class PanelizerEntity extends PluginID {

}

Classes

Namesort descending Description
PanelizerEntity Defines a Panelizer entity item annotation object.