Update to Drupal 8.1.2. For more information, see https://www.drupal.org/project/drupal/releases/8.1.2

This commit is contained in:
Pantheon Automation 2016-06-02 15:56:09 -07:00 committed by Greg Anderson
parent 9eae24d844
commit 28556d630e
1322 changed files with 6699 additions and 2064 deletions

View file

@ -296,4 +296,5 @@ class AliasManager implements AliasManagerInterface, CacheDecoratorInterface {
protected function getRequestTime() {
return defined('REQUEST_TIME') ? REQUEST_TIME : (int) $_SERVER['REQUEST_TIME'];
}
}

View file

@ -49,4 +49,5 @@ interface AliasManagerInterface {
* if entire cache needs to be flushed.
*/
public function cacheClear($source = NULL);
}

View file

@ -42,7 +42,6 @@ class AliasStorage implements AliasStorageInterface {
*
* @param \Drupal\Core\Database\Connection $connection
* A database connection for reading and writing path aliases.
*
* @param \Drupal\Core\Extension\ModuleHandlerInterface $module_handler
* The module handler.
*/

View file

@ -164,4 +164,5 @@ interface AliasStorageInterface {
* TRUE if any alias exists, FALSE otherwise.
*/
public function pathHasMatchingAlias($initial_substring);
}

View file

@ -116,4 +116,5 @@ class PathMatcher implements PathMatcherInterface {
}
return $this->frontPage;
}
}