Update to Drupal 8.0.0-rc3. For more information, see https://www.drupal.org/node/2608078
This commit is contained in:
parent
6419a031d7
commit
4afb23bbd3
762 changed files with 20080 additions and 6368 deletions
|
@ -60,7 +60,7 @@ class DisplayPluginCollection extends DefaultLazyPluginCollection {
|
|||
}
|
||||
|
||||
/**
|
||||
* Overrides \Drupal\Component\Plugin\LazyPluginCollection::clear().
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function clear() {
|
||||
foreach (array_filter($this->pluginInstances) as $display) {
|
||||
|
@ -102,7 +102,7 @@ class DisplayPluginCollection extends DefaultLazyPluginCollection {
|
|||
}
|
||||
|
||||
/**
|
||||
* Overrides \Drupal\Component\Plugin\LazyPluginCollection::remove().
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function remove($instance_id) {
|
||||
$this->get($instance_id)->remove();
|
||||
|
|
Reference in a new issue