public function CommandWithAttachedAssetsInterface::getAttachedAssets

public CommandWithAttachedAssetsInterface::getAttachedAssets()

Gets the attached assets.

Return value

\Drupal\Core\Asset\AttachedAssets|null The attached assets for this command.

File

core/lib/Drupal/Core/Ajax/CommandWithAttachedAssetsInterface.php, line 21

Class

CommandWithAttachedAssetsInterface
Interface for Ajax commands that render content and attach assets.

Namespace

Drupal\Core\Ajax

Code

public function getAttachedAssets();

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Ajax!CommandWithAttachedAssetsInterface.php/function/CommandWithAttachedAssetsInterface::getAttachedAssets/8.1.x