You are here

public function LazyProcessing::isAsynchronous in Openlayers 7.3

Whether or not this object has to be processed asynchronously.

If true the map this object relates to won't be processes right away by Drupals behaviour attach.

Return value

int Return the number of asynchronous object contained in the parent object.

Overrides Base::isAsynchronous

File

src/Plugin/Component/LazyProcessing/LazyProcessing.php, line 33
Component: LazyProcessing.

Class

LazyProcessing
Class LazyProcessing.

Namespace

Drupal\openlayers\Plugin\Component\LazyProcessing

Code

public function isAsynchronous() {
  return TRUE;
}