You are here

protected property Layer::$usesAttachments in Geolocation Field 8.3

Whether the display allows attachments.

TRUE if the display can use attachments, or FALSE otherwise.

Type: bool

Overrides DisplayPluginBase::$usesAttachments

File

src/Plugin/views/display/Layer.php, line 37

Class

Layer
The plugin that handles an attachment display.

Namespace

Drupal\geolocation\Plugin\views\display

Code

protected $usesAttachments = FALSE;