Defines a ParagraphsBehavior annotation object.
Paragraphs behavior builders handle extra settings for the paragraph entity.
Expanded class hierarchy of ParagraphsBehavior
class ParagraphsBehavior extends Plugin {
/**
* The plugin ID.
*
* @var string
*/
public $id;
/**
* The human-readable name of the paragraphs behavior plugin.
*
* @ingroup plugin_translatable
*
* @var \Drupal\Core\Annotation\Translation
*/
public $label;
/**
* The plugin description.
*
* @ingroup plugin_translatable
*
* @var string
*/
public $description;
/**
* The plugin weight.
*
* @var int
*/
public $weight;
}
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ParagraphsBehavior:: |
public | property | The plugin description. | |
ParagraphsBehavior:: |
public | property | The plugin ID. | |
ParagraphsBehavior:: |
public | property | The human-readable name of the paragraphs behavior plugin. | |
ParagraphsBehavior:: |
public | property | The plugin weight. |