Paragraphs Editor
Main Page
Namespaces
Classes
Files
File List
ParagraphsEditorBundleSelector.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Drupal\paragraphs_editor\Annotation
;
4
5
use
Drupal\Component\Annotation\Plugin
;
6
7
/**
8
* Defines a paragraphs ckeditor bundle selector plugin annotation.
9
*
10
* Plugin Namespace: Plugin\ParagraphsEditor\bundle_selector.
11
*
12
* @Annotation
13
*/
14
class
ParagraphsEditorBundleSelector
extends
Plugin {
15
16
/**
17
* The plugin ID.
18
*
19
* @var string
20
*/
21
public
$id
;
22
23
/**
24
* The human-readable name of the plugin.
25
*
26
* @var \Drupal\Core\Annotation\Translation
27
*
28
* @ingroup plugin_translatable
29
*/
30
public
$title
;
31
32
/**
33
* The description of the plugin.
34
*
35
* @var \Drupal\Core\Annotation\Translation
36
*
37
* @ingroup plugin_translatable
38
*/
39
public
$description
;
40
41
}
Plugin
Drupal\paragraphs_editor\Annotation\ParagraphsEditorBundleSelector
Definition:
ParagraphsEditorBundleSelector.php:14
Drupal\paragraphs_editor\Annotation\ParagraphsEditorBundleSelector\$title
$title
Definition:
ParagraphsEditorBundleSelector.php:30
Drupal\paragraphs_editor\Annotation\ParagraphsEditorBundleSelector\$id
$id
Definition:
ParagraphsEditorBundleSelector.php:21
Drupal\paragraphs_editor\Annotation\ParagraphsEditorBundleSelector\$description
$description
Definition:
ParagraphsEditorBundleSelector.php:39
Drupal\paragraphs_editor\Annotation
Definition:
ParagraphsEditorBundleSelector.php:3
src
Annotation
ParagraphsEditorBundleSelector.php
Generated by
1.8.11