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();
Please login to continue.