Issue #2489922 by anavarre, RavindraSingh: Fix minor typos
parent
144ff15cd2
commit
b5b92b5c59
|
@ -35,7 +35,7 @@ interface ConfigFactoryOverrideInterface {
|
||||||
/**
|
/**
|
||||||
* Creates a configuration object for use during install and synchronization.
|
* Creates a configuration object for use during install and synchronization.
|
||||||
*
|
*
|
||||||
* If the overrider stores it's overrides in configuration collections then
|
* If the overrider stores its overrides in configuration collections then
|
||||||
* it can have its own implementation of
|
* it can have its own implementation of
|
||||||
* \Drupal\Core\Config\StorableConfigBase. Configuration overriders can link
|
* \Drupal\Core\Config\StorableConfigBase. Configuration overriders can link
|
||||||
* themselves to a configuration collection by listening to the
|
* themselves to a configuration collection by listening to the
|
||||||
|
|
|
@ -67,7 +67,7 @@ abstract class StorableConfigBase extends ConfigBase {
|
||||||
* Saves the configuration object.
|
* Saves the configuration object.
|
||||||
*
|
*
|
||||||
* @param bool $has_trusted_data
|
* @param bool $has_trusted_data
|
||||||
* Set to TRUE is the configuration data has already been checked to ensure
|
* Set to TRUE if the configuration data has already been checked to ensure
|
||||||
* it conforms to schema. Generally this is only used during module and
|
* it conforms to schema. Generally this is only used during module and
|
||||||
* theme installation.
|
* theme installation.
|
||||||
*
|
*
|
||||||
|
|
|
@ -89,7 +89,7 @@ class Url {
|
||||||
protected $uri;
|
protected $uri;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Stores the internal path, if already requested by getInternalPath
|
* Stores the internal path, if already requested by getInternalPath().
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue