Loading core/lib/Drupal/Component/Datetime/DateTimePlus.php +6 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,8 @@ class DateTimePlus { /** * An array of possible date parts. * * @var string[] */ protected static $dateParts = [ 'year', Loading Loading @@ -108,11 +110,15 @@ class DateTimePlus { /** * The value of the language code passed to the constructor. * * @var string|null */ protected $langcode = NULL; /** * An array of errors encountered when creating this date. * * @var string[] */ protected $errors = []; Loading core/lib/Drupal/Component/Transliteration/PhpTransliteration.php +2 −0 Original line number Diff line number Diff line Loading @@ -67,6 +67,8 @@ class PhpTransliteration implements TransliterationInterface { * transliterates to more than one ASCII character require special * treatment: we want to remove their accent and use the un- * transliterated base character. * * @var string[] */ protected $fixTransliterateForRemoveDiacritics = [ 'AE' => 'Æ', Loading core/lib/Drupal/Core/Access/CheckProvider.php +2 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,8 @@ class CheckProvider implements CheckProviderInterface { /** * Array of access checks which only will be run on the incoming request. * * @var string[] */ protected $checksNeedsRequest = []; Loading core/lib/Drupal/Core/Cache/MemoryBackend.php +2 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,8 @@ class MemoryBackend implements CacheBackendInterface, CacheTagsInvalidatorInterf /** * Array to store cache objects. * * @var object[] */ protected $cache = []; Loading core/lib/Drupal/Core/Cache/PhpBackend.php +2 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,8 @@ class PhpBackend implements CacheBackendInterface { /** * Array to store cache objects. * * @var object[] */ protected $cache = []; Loading Loading
core/lib/Drupal/Component/Datetime/DateTimePlus.php +6 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,8 @@ class DateTimePlus { /** * An array of possible date parts. * * @var string[] */ protected static $dateParts = [ 'year', Loading Loading @@ -108,11 +110,15 @@ class DateTimePlus { /** * The value of the language code passed to the constructor. * * @var string|null */ protected $langcode = NULL; /** * An array of errors encountered when creating this date. * * @var string[] */ protected $errors = []; Loading
core/lib/Drupal/Component/Transliteration/PhpTransliteration.php +2 −0 Original line number Diff line number Diff line Loading @@ -67,6 +67,8 @@ class PhpTransliteration implements TransliterationInterface { * transliterates to more than one ASCII character require special * treatment: we want to remove their accent and use the un- * transliterated base character. * * @var string[] */ protected $fixTransliterateForRemoveDiacritics = [ 'AE' => 'Æ', Loading
core/lib/Drupal/Core/Access/CheckProvider.php +2 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,8 @@ class CheckProvider implements CheckProviderInterface { /** * Array of access checks which only will be run on the incoming request. * * @var string[] */ protected $checksNeedsRequest = []; Loading
core/lib/Drupal/Core/Cache/MemoryBackend.php +2 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,8 @@ class MemoryBackend implements CacheBackendInterface, CacheTagsInvalidatorInterf /** * Array to store cache objects. * * @var object[] */ protected $cache = []; Loading
core/lib/Drupal/Core/Cache/PhpBackend.php +2 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,8 @@ class PhpBackend implements CacheBackendInterface { /** * Array to store cache objects. * * @var object[] */ protected $cache = []; Loading