You are here

PropertyAdmin.php in ThemeKey 8

File

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

/**
 * @file
 * Contains \Drupal\themekey\Annotation\Property.
 */
namespace Drupal\themekey\Annotation;

use Drupal\Component\Annotation\Plugin;

/**
 * Defines a property item annotation object.
 *
 * Plugin Namespace: Plugin\themekey\property
 *
 * @see plugin_api
 *
 * @Annotation
 */
class PropertyAdmin extends Plugin {

  /**
   * The plugin ID.
   *
   * @var string
   */
  public $id;

}

Classes

Namesort descending Description
PropertyAdmin Defines a property item annotation object.