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:
parent
9eae24d844
commit
28556d630e
1322 changed files with 6699 additions and 2064 deletions
|
@ -296,4 +296,5 @@ class AliasManager implements AliasManagerInterface, CacheDecoratorInterface {
|
|||
protected function getRequestTime() {
|
||||
return defined('REQUEST_TIME') ? REQUEST_TIME : (int) $_SERVER['REQUEST_TIME'];
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -49,4 +49,5 @@ interface AliasManagerInterface {
|
|||
* if entire cache needs to be flushed.
|
||||
*/
|
||||
public function cacheClear($source = NULL);
|
||||
|
||||
}
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
@ -164,4 +164,5 @@ interface AliasStorageInterface {
|
|||
* TRUE if any alias exists, FALSE otherwise.
|
||||
*/
|
||||
public function pathHasMatchingAlias($initial_substring);
|
||||
|
||||
}
|
||||
|
|
|
@ -116,4 +116,5 @@ class PathMatcher implements PathMatcherInterface {
|
|||
}
|
||||
return $this->frontPage;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Reference in a new issue