Update to Drupal 8.1.0. For more information, see https://www.drupal.org/drupal-8.1.0-release-notes

This commit is contained in:
Pantheon Automation 2016-04-20 09:56:34 -07:00 committed by Greg Anderson
parent b11a755ba8
commit c0a0d5a94c
6920 changed files with 64395 additions and 57312 deletions

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Core\Ajax\AddCssCommand.
*/
namespace Drupal\Core\Ajax;
/**

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Core\Ajax\AfterCommand.
*/
namespace Drupal\Core\Ajax;
/**

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Core\Ajax\AjaxResponse.
*/
namespace Drupal\Core\Ajax;
use Drupal\Core\Render\BubbleableMetadata;

View file

@ -1,8 +1,4 @@
<?php
/**
* @file
* Contains \Drupal\Core\Ajax\AjaxResponseAttachmentsProcessor.
*/
namespace Drupal\Core\Ajax;

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Core\Ajax\AlertCommand.
*/
namespace Drupal\Core\Ajax;
/**

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Core\Ajax\AppendCommand.
*/
namespace Drupal\Core\Ajax;
/**

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Core\Ajax\BaseCommand.
*/
namespace Drupal\Core\Ajax;
/**

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Core\Ajax\BeforeCommand.
*/
namespace Drupal\Core\Ajax;
/**

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Core\Ajax\ChangedCommand.
*/
namespace Drupal\Core\Ajax;
/**

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Core\Ajax\CloseDialogCommand.
*/
namespace Drupal\Core\Ajax;
/**

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Core\Ajax\CloseModalDialogCommand.
*/
namespace Drupal\Core\Ajax;
/**

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Core\Ajax\CommandInterface.
*/
namespace Drupal\Core\Ajax;
/**

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Core\Ajax\CommandWithAttachedAssetsInterface.
*/
namespace Drupal\Core\Ajax;
/**

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Core\Ajax\CommandWithAttachedAssetsTrait.
*/
namespace Drupal\Core\Ajax;
use Drupal\Core\Asset\AttachedAssets;

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Core\Ajax\CssCommand.
*/
namespace Drupal\Core\Ajax;
/**

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Core\Ajax\DataCommand.
*/
namespace Drupal\Core\Ajax;
/**

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Core\Ajax\HtmlCommand.
*/
namespace Drupal\Core\Ajax;
/**

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Core\Ajax\InsertCommand.
*/
namespace Drupal\Core\Ajax;
/**

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Core\Ajax\InvokeCommand.
*/
namespace Drupal\Core\Ajax;
/**

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Core\Ajax\OpenDialogCommand.
*/
namespace Drupal\Core\Ajax;
/**

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Core\Ajax\OpenModalDialogCommand.
*/
namespace Drupal\Core\Ajax;
/**

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Core\Ajax\PrependCommand.
*/
namespace Drupal\Core\Ajax;
/**

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Core\Ajax\RedirectCommand.
*/
namespace Drupal\Core\Ajax;
/**

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Core\Ajax\RemoveCommand.
*/
namespace Drupal\Core\Ajax;
/**
@ -21,7 +16,7 @@ namespace Drupal\Core\Ajax;
*
* @ingroup ajax
*/
class RemoveCommand Implements CommandInterface {
class RemoveCommand implements CommandInterface {
/**
* The CSS selector for the element(s) to be removed.

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Core\Ajax\ReplaceCommand.
*/
namespace Drupal\Core\Ajax;
/**

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Core\Ajax\RestripeCommand.
*/
namespace Drupal\Core\Ajax;
/**

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Core\Ajax\SetDialogOptionCommand.
*/
namespace Drupal\Core\Ajax;
/**

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Core\Ajax\SetDialogTitleCommand.
*/
namespace Drupal\Core\Ajax;
/**

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Core\Ajax\SettingsCommand.
*/
namespace Drupal\Core\Ajax;
/**

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Core\Ajax\UpdateBuildIdCommand.
*/
namespace Drupal\Core\Ajax;
/**