You are here

public property InstallablePluginTrait::$object in Markdown 8.2

The class name of the primary object that is implemented by the library.

Note: The following should automatically be prepended as a requirement for the library when this property is set (where "<objectClassName>" is the class name that was set):

@ InstallableRequirement( value = "<objectClassName>", constraints = {"Exists" = {}} ),

Type: string

File

src/Annotation/InstallablePluginTrait.php, line 58

Class

InstallablePluginTrait
Trait for adding installable plugin properties to annotations.

Namespace

Drupal\markdown\Annotation

Code

public $object;