attach abstract method

void attach(
  1. ExtensionBuilder<ExtensionDescriptor> extBuilder
)

Sets up the plugin with the ContentExtensionBuilder. The plugin relies on the ContentExtensionBuilder to do its work.

Implementation

void attach(ExtensionBuilder extBuilder);