Same name and namespace in other branches
  1. 8.x-3.x src/Annotation/TabType.php \Drupal\quicktabs\Annotation\TabType 1 comment

Defines a tab type item annotation object.

Plugin Namespace: Plugin\quicktabs\TabType.

Hierarchy

  • class \Drupal\quicktabs\Annotation\TabType extends \Drupal\Component\Annotation\Plugin

Expanded class hierarchy of TabType

See also

\Drupal\quicktabs\Plugin\TabTypeManager

plugin_api

4 classes are annotated with TabType
BlockContent in src/Plugin/TabType/BlockContent.php
Provides a 'block content' tab type.
NodeContent in src/Plugin/TabType/NodeContent.php
Provides a 'node content' tab type.
QtabsContent in src/Plugin/TabType/QtabsContent.php
Provides a 'qtabs content' tab type.
ViewContent in src/Plugin/TabType/ViewContent.php
Provides a 'view content' tab type.

File

src/Annotation/TabType.php, line 17

Namespace

Drupal\quicktabs\Annotation
View source
class TabType extends Plugin {
    
    /**
     * The plugin ID.
     *
     * @var string
     */
    public $id;
    
    /**
     * The name of the tab type.
     *
     * @var \Drupal\Core\Annotation\Translation
     *
     * @ingroup plugin_translatable
     */
    public $name;

}

Members

Title Sort descending Modifiers Object type Summary
TabType::$id public property The plugin ID.
TabType::$name public property The name of the tab type.