public function CommandWithAttachedAssetsInterface::getAttachedAssets in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Ajax/CommandWithAttachedAssetsInterface.php \Drupal\Core\Ajax\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 26 - Contains \Drupal\Core\Ajax\CommandWithAttachedAssetsInterface.
Class
- CommandWithAttachedAssetsInterface
- Interface for Ajax commands that render content and attach assets.
Namespace
Drupal\Core\AjaxCode
public function getAttachedAssets();