Returns the list of administrative CSS files associated with this layout.
public function getAdminStylesheetFiles() {
$definition = $this
->getPluginDefinition();
// Fall back on regular CSS for the admin page if admin CSS not provided.
return isset($definition['admin stylesheets']) ? $definition['admin stylesheets'] : $this
->getStylesheetFiles();
}