Primary tabs
Secondary tabs
- ⧉⌕array (6)
- ⇄⧉#node => Drupal\node\Entity\Node (29)$0['#node']
- Properties (29)
- Available methods (146)
- Static class properties (10)
- protected entityTypeId -> string (4) "node"
- protected enforceIsNew -> null
- protected typedData -> null
- ⧉protected cacheContexts -> array (1)
- 0 => string (26) "languages:language_content"
- protected cacheTags -> array (0)
- protected cacheMaxAge -> integer -1
- protected _serviceIds -> array (0)
- protected _entityStorages -> array (0)
- ⧉protected values -> array (21)
- ⧉nid => array (1)
- x-default => string (2) "89"
- ⧉vid => array (1)
- x-default => string (2) "89"
- ⧉type => array (1)
- x-default => string (4) "tech"
- ⧉uuid => array (1)
- x-default => string (36) "7c96977e-1e2b-41c1-82c0-2df997b3bb4e"
- ⧉langcode => array (2)
- x-default => string (2) "cs"
- en => string (2) "en"
- ⧉revision_uid => array (1)
- x-default => string (1) "1"
- ⧉revision_timestamp => array (1)
- ⧉x-default => string (10) "1504008738"
2017-08-29 12:12:18 UTC
- ⧉revision_log => array (1)
- x-default => null
- ⧉revision_default => array (1)
- x-default => string (1) "1"
- ⧉isDefaultRevision => array (1)
- x-default => string (1) "1"
- ⧉status => array (2)
- x-default => string (1) "1"
- en => string (1) "1"
- ⧉uid => array (2)
- x-default => string (1) "1"
- en => string (1) "1"
- ⧉title => array (2)
- x-default => UTF-8 string (12) "Ke stažení"
- en => string (9) "Downloads"
- ⧉created => array (2)
- ⧉x-default => string (10) "1504008701"
2017-08-29 12:11:41 UTC
- ⧉en => string (10) "1504008738"
2017-08-29 12:12:18 UTC
- ⧉changed => array (2)
- ⧉x-default => string (10) "1564135816"
2019-07-26 10:10:16 UTC
- ⧉en => string (10) "1504008738"
2017-08-29 12:12:18 UTC
- ⧉promote => array (2)
- x-default => string (1) "0"
- en => string (1) "0"
- ⧉sticky => array (2)
- x-default => string (1) "0"
- en => string (1) "0"
- ⧉default_langcode => array (2)
- x-default => string (1) "1"
- en => string (1) "0"
- ⧉revision_translation_affected => array (2)
- x-default => string (1) "1"
- en => string (1) "1"
- ⧉content_translation_source => array (2)
- x-default => string (0) ""
- en => string (2) "cs"
- ⧉content_translation_outdated => array (2)
- x-default => string (1) "0"
- en => string (1) "0"
- protected fields -> array (0)
- protected fieldDefinitions -> null
- ⧉protected languages -> array (4)
- ⧉cs => Drupal\Core\Language\Language (5)
- Properties (5)
- Available methods (9)
- Static class properties (16)
- protected name -> string (5) "Czech"
- protected id -> string (2) "cs"
- protected direction -> string (3) "ltr"
- protected weight -> integer 0
- protected locked -> boolean false
- ⧉public __construct(array $values = array()) Constructs a new class instance.
/** * Constructs a new class instance. * * @param array $values * An array of property values, keyed by property name, used to construct * the language. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:77
- ⧉public getName() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:101
- ⧉public getId() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:108
- ⧉public getDirection() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:115
- ⧉public getWeight() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:122
- ⧉public isDefault() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:129
- ⧉public isLocked() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:136
- ⇄⧉public static sort(&$languages) Sort language objects.\Drupal\Core\Language\Language::sort(&$languages)
/** * Sort language objects. * * @param \Drupal\Core\Language\LanguageInterface[] $languages * The array of language objects keyed by langcode. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:146
- ⧉protected static getDefaultLangcode(): string Gets the default langcode.
/** * Gets the default langcode. * * @return string * The current default langcode. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:173
- ⇄⧉public static $defaultValues :: array (5)\Drupal\Core\Language\Language::$defaultValues
- ⇄id => string (2) "en"\Drupal\Core\Language\Language::$defaultValues['id']
- ⇄name => string (7) "English"\Drupal\Core\Language\Language::$defaultValues['name']
- ⇄direction => string (3) "ltr"\Drupal\Core\Language\Language::$defaultValues['direction']
- ⇄weight => integer 0\Drupal\Core\Language\Language::$defaultValues['weight']
- ⇄locked => boolean false\Drupal\Core\Language\Language::$defaultValues['locked']
- ⇄id => string (2) "en"
- ⇄const LANGCODE_SYSTEM :: string (6) "system"\Drupal\Core\Language\Language::LANGCODE_SYSTEM
- ⇄const LANGCODE_NOT_SPECIFIED :: string (3) "und"\Drupal\Core\Language\Language::LANGCODE_NOT_SPECIFIED
- ⇄const LANGCODE_NOT_APPLICABLE :: string (3) "zxx"\Drupal\Core\Language\Language::LANGCODE_NOT_APPLICABLE
- ⇄const LANGCODE_DEFAULT :: string (9) "x-default"\Drupal\Core\Language\Language::LANGCODE_DEFAULT
- ⇄const LANGCODE_SITE_DEFAULT :: string (12) "site_default"\Drupal\Core\Language\Language::LANGCODE_SITE_DEFAULT
- ⇄const VALID_LANGCODE_REGEX :: string (33) "[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*"\Drupal\Core\Language\Language::VALID_LANGCODE_REGEX
- ⇄const STATE_CONFIGURABLE :: integer 1\Drupal\Core\Language\Language::STATE_CONFIGURABLE
- ⇄const STATE_LOCKED :: integer 2\Drupal\Core\Language\Language::STATE_LOCKED
- ⇄const STATE_ALL :: integer 3\Drupal\Core\Language\Language::STATE_ALL
- ⇄const STATE_SITE_DEFAULT :: integer 4\Drupal\Core\Language\Language::STATE_SITE_DEFAULT
- ⇄const TYPE_CONTENT :: string (16) "language_content"\Drupal\Core\Language\Language::TYPE_CONTENT
- ⇄const TYPE_INTERFACE :: string (18) "language_interface"\Drupal\Core\Language\Language::TYPE_INTERFACE
- ⇄const TYPE_URL :: string (12) "language_url"\Drupal\Core\Language\Language::TYPE_URL
- ⇄const DIRECTION_LTR :: string (3) "ltr"\Drupal\Core\Language\Language::DIRECTION_LTR
- ⇄const DIRECTION_RTL :: string (3) "rtl"\Drupal\Core\Language\Language::DIRECTION_RTL
- ⇄⧉public static $defaultValues :: array (5)
- ⧉en => Drupal\Core\Language\Language (5)
- Properties (5)
- Available methods (9)
- Static class properties (16)
- protected name -> string (7) "English"
- protected id -> string (2) "en"
- protected direction -> string (3) "ltr"
- protected weight -> integer 0
- protected locked -> boolean false
- ⧉public __construct(array $values = array()) Constructs a new class instance.
/** * Constructs a new class instance. * * @param array $values * An array of property values, keyed by property name, used to construct * the language. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:77
- ⧉public getName() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:101
- ⧉public getId() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:108
- ⧉public getDirection() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:115
- ⧉public getWeight() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:122
- ⧉public isDefault() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:129
- ⧉public isLocked() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:136
- ⇄⧉public static sort(&$languages) Sort language objects.\Drupal\Core\Language\Language::sort(&$languages)
/** * Sort language objects. * * @param \Drupal\Core\Language\LanguageInterface[] $languages * The array of language objects keyed by langcode. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:146
- ⧉protected static getDefaultLangcode(): string Gets the default langcode.
/** * Gets the default langcode. * * @return string * The current default langcode. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:173
- ⇄⧉public static $defaultValues :: array (5)\Drupal\Core\Language\Language::$defaultValues
- ⇄id => string (2) "en"\Drupal\Core\Language\Language::$defaultValues['id']
- ⇄name => string (7) "English"\Drupal\Core\Language\Language::$defaultValues['name']
- ⇄direction => string (3) "ltr"\Drupal\Core\Language\Language::$defaultValues['direction']
- ⇄weight => integer 0\Drupal\Core\Language\Language::$defaultValues['weight']
- ⇄locked => boolean false\Drupal\Core\Language\Language::$defaultValues['locked']
- ⇄id => string (2) "en"
- ⇄const LANGCODE_SYSTEM :: string (6) "system"\Drupal\Core\Language\Language::LANGCODE_SYSTEM
- ⇄const LANGCODE_NOT_SPECIFIED :: string (3) "und"\Drupal\Core\Language\Language::LANGCODE_NOT_SPECIFIED
- ⇄const LANGCODE_NOT_APPLICABLE :: string (3) "zxx"\Drupal\Core\Language\Language::LANGCODE_NOT_APPLICABLE
- ⇄const LANGCODE_DEFAULT :: string (9) "x-default"\Drupal\Core\Language\Language::LANGCODE_DEFAULT
- ⇄const LANGCODE_SITE_DEFAULT :: string (12) "site_default"\Drupal\Core\Language\Language::LANGCODE_SITE_DEFAULT
- ⇄const VALID_LANGCODE_REGEX :: string (33) "[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*"\Drupal\Core\Language\Language::VALID_LANGCODE_REGEX
- ⇄const STATE_CONFIGURABLE :: integer 1\Drupal\Core\Language\Language::STATE_CONFIGURABLE
- ⇄const STATE_LOCKED :: integer 2\Drupal\Core\Language\Language::STATE_LOCKED
- ⇄const STATE_ALL :: integer 3\Drupal\Core\Language\Language::STATE_ALL
- ⇄const STATE_SITE_DEFAULT :: integer 4\Drupal\Core\Language\Language::STATE_SITE_DEFAULT
- ⇄const TYPE_CONTENT :: string (16) "language_content"\Drupal\Core\Language\Language::TYPE_CONTENT
- ⇄const TYPE_INTERFACE :: string (18) "language_interface"\Drupal\Core\Language\Language::TYPE_INTERFACE
- ⇄const TYPE_URL :: string (12) "language_url"\Drupal\Core\Language\Language::TYPE_URL
- ⇄const DIRECTION_LTR :: string (3) "ltr"\Drupal\Core\Language\Language::DIRECTION_LTR
- ⇄const DIRECTION_RTL :: string (3) "rtl"\Drupal\Core\Language\Language::DIRECTION_RTL
- ⇄⧉public static $defaultValues :: array (5)
- ⧉und => Drupal\Core\Language\Language (5)
- Properties (5)
- Available methods (9)
- Static class properties (16)
- protected name -> UTF-8 string (16) "Nespecifikováno"
- protected id -> string (3) "und"
- protected direction -> string (3) "ltr"
- protected weight -> integer 2
- protected locked -> boolean true
- ⧉public __construct(array $values = array()) Constructs a new class instance.
/** * Constructs a new class instance. * * @param array $values * An array of property values, keyed by property name, used to construct * the language. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:77
- ⧉public getName() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:101
- ⧉public getId() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:108
- ⧉public getDirection() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:115
- ⧉public getWeight() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:122
- ⧉public isDefault() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:129
- ⧉public isLocked() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:136
- ⇄⧉public static sort(&$languages) Sort language objects.\Drupal\Core\Language\Language::sort(&$languages)
/** * Sort language objects. * * @param \Drupal\Core\Language\LanguageInterface[] $languages * The array of language objects keyed by langcode. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:146
- ⧉protected static getDefaultLangcode(): string Gets the default langcode.
/** * Gets the default langcode. * * @return string * The current default langcode. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:173
- ⇄⧉public static $defaultValues :: array (5)\Drupal\Core\Language\Language::$defaultValues
- ⇄id => string (2) "en"\Drupal\Core\Language\Language::$defaultValues['id']
- ⇄name => string (7) "English"\Drupal\Core\Language\Language::$defaultValues['name']
- ⇄direction => string (3) "ltr"\Drupal\Core\Language\Language::$defaultValues['direction']
- ⇄weight => integer 0\Drupal\Core\Language\Language::$defaultValues['weight']
- ⇄locked => boolean false\Drupal\Core\Language\Language::$defaultValues['locked']
- ⇄id => string (2) "en"
- ⇄const LANGCODE_SYSTEM :: string (6) "system"\Drupal\Core\Language\Language::LANGCODE_SYSTEM
- ⇄const LANGCODE_NOT_SPECIFIED :: string (3) "und"\Drupal\Core\Language\Language::LANGCODE_NOT_SPECIFIED
- ⇄const LANGCODE_NOT_APPLICABLE :: string (3) "zxx"\Drupal\Core\Language\Language::LANGCODE_NOT_APPLICABLE
- ⇄const LANGCODE_DEFAULT :: string (9) "x-default"\Drupal\Core\Language\Language::LANGCODE_DEFAULT
- ⇄const LANGCODE_SITE_DEFAULT :: string (12) "site_default"\Drupal\Core\Language\Language::LANGCODE_SITE_DEFAULT
- ⇄const VALID_LANGCODE_REGEX :: string (33) "[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*"\Drupal\Core\Language\Language::VALID_LANGCODE_REGEX
- ⇄const STATE_CONFIGURABLE :: integer 1\Drupal\Core\Language\Language::STATE_CONFIGURABLE
- ⇄const STATE_LOCKED :: integer 2\Drupal\Core\Language\Language::STATE_LOCKED
- ⇄const STATE_ALL :: integer 3\Drupal\Core\Language\Language::STATE_ALL
- ⇄const STATE_SITE_DEFAULT :: integer 4\Drupal\Core\Language\Language::STATE_SITE_DEFAULT
- ⇄const TYPE_CONTENT :: string (16) "language_content"\Drupal\Core\Language\Language::TYPE_CONTENT
- ⇄const TYPE_INTERFACE :: string (18) "language_interface"\Drupal\Core\Language\Language::TYPE_INTERFACE
- ⇄const TYPE_URL :: string (12) "language_url"\Drupal\Core\Language\Language::TYPE_URL
- ⇄const DIRECTION_LTR :: string (3) "ltr"\Drupal\Core\Language\Language::DIRECTION_LTR
- ⇄const DIRECTION_RTL :: string (3) "rtl"\Drupal\Core\Language\Language::DIRECTION_RTL
- ⇄⧉public static $defaultValues :: array (5)
- ⧉zxx => Drupal\Core\Language\Language (5)
- Properties (5)
- Available methods (9)
- Static class properties (16)
- protected name -> UTF-8 string (14) "Nelze použít"
- protected id -> string (3) "zxx"
- protected direction -> string (3) "ltr"
- protected weight -> integer 3
- protected locked -> boolean true
- ⧉public __construct(array $values = array()) Constructs a new class instance.
/** * Constructs a new class instance. * * @param array $values * An array of property values, keyed by property name, used to construct * the language. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:77
- ⧉public getName() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:101
- ⧉public getId() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:108
- ⧉public getDirection() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:115
- ⧉public getWeight() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:122
- ⧉public isDefault() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:129
- ⧉public isLocked() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:136
- ⇄⧉public static sort(&$languages) Sort language objects.\Drupal\Core\Language\Language::sort(&$languages)
/** * Sort language objects. * * @param \Drupal\Core\Language\LanguageInterface[] $languages * The array of language objects keyed by langcode. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:146
- ⧉protected static getDefaultLangcode(): string Gets the default langcode.
/** * Gets the default langcode. * * @return string * The current default langcode. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:173
- ⇄⧉public static $defaultValues :: array (5)\Drupal\Core\Language\Language::$defaultValues
- ⇄id => string (2) "en"\Drupal\Core\Language\Language::$defaultValues['id']
- ⇄name => string (7) "English"\Drupal\Core\Language\Language::$defaultValues['name']
- ⇄direction => string (3) "ltr"\Drupal\Core\Language\Language::$defaultValues['direction']
- ⇄weight => integer 0\Drupal\Core\Language\Language::$defaultValues['weight']
- ⇄locked => boolean false\Drupal\Core\Language\Language::$defaultValues['locked']
- ⇄id => string (2) "en"
- ⇄const LANGCODE_SYSTEM :: string (6) "system"\Drupal\Core\Language\Language::LANGCODE_SYSTEM
- ⇄const LANGCODE_NOT_SPECIFIED :: string (3) "und"\Drupal\Core\Language\Language::LANGCODE_NOT_SPECIFIED
- ⇄const LANGCODE_NOT_APPLICABLE :: string (3) "zxx"\Drupal\Core\Language\Language::LANGCODE_NOT_APPLICABLE
- ⇄const LANGCODE_DEFAULT :: string (9) "x-default"\Drupal\Core\Language\Language::LANGCODE_DEFAULT
- ⇄const LANGCODE_SITE_DEFAULT :: string (12) "site_default"\Drupal\Core\Language\Language::LANGCODE_SITE_DEFAULT
- ⇄const VALID_LANGCODE_REGEX :: string (33) "[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*"\Drupal\Core\Language\Language::VALID_LANGCODE_REGEX
- ⇄const STATE_CONFIGURABLE :: integer 1\Drupal\Core\Language\Language::STATE_CONFIGURABLE
- ⇄const STATE_LOCKED :: integer 2\Drupal\Core\Language\Language::STATE_LOCKED
- ⇄const STATE_ALL :: integer 3\Drupal\Core\Language\Language::STATE_ALL
- ⇄const STATE_SITE_DEFAULT :: integer 4\Drupal\Core\Language\Language::STATE_SITE_DEFAULT
- ⇄const TYPE_CONTENT :: string (16) "language_content"\Drupal\Core\Language\Language::TYPE_CONTENT
- ⇄const TYPE_INTERFACE :: string (18) "language_interface"\Drupal\Core\Language\Language::TYPE_INTERFACE
- ⇄const TYPE_URL :: string (12) "language_url"\Drupal\Core\Language\Language::TYPE_URL
- ⇄const DIRECTION_LTR :: string (3) "ltr"\Drupal\Core\Language\Language::DIRECTION_LTR
- ⇄const DIRECTION_RTL :: string (3) "rtl"\Drupal\Core\Language\Language::DIRECTION_RTL
- ⇄⧉public static $defaultValues :: array (5)
- protected langcodeKey -> string (8) "langcode"
- protected defaultLangcodeKey -> string (16) "default_langcode"
- protected activeLangcode -> string (9) "x-default"
- protected defaultLangcode -> string (2) "cs"
- ⧉protected translations -> array (2)
- ⧉x-default => array (1)
- status => integer 1
- ⧉en => array (1)
- status => integer 1
- protected translationInitialize -> boolean false
- protected newRevision -> boolean false
- protected isDefaultRevision -> string (1) "1"
- ⧉protected entityKeys -> array (4)
- bundle => string (4) "tech"
- id => string (2) "89"
- revision => string (2) "89"
- uuid => string (36) "7c96977e-1e2b-41c1-82c0-2df997b3bb4e"
- ⧉protected translatableEntityKeys -> array (8)
- Table (8)
- Contents (8)
x-default en label Ke stažení Downloads langcode cs en status 1 1 published 1 1 uid 1 1 owner 1 1 default_langcode 1 0 revision_translation_affected 1 1 - ⧉label => array (2)
- x-default => UTF-8 string (12) "Ke stažení"
- en => string (9) "Downloads"
- ⧉langcode => array (2)
- x-default => string (2) "cs"
- en => string (2) "en"
- ⧉status => array (2)
- x-default => string (1) "1"
- en => string (1) "1"
- ⧉published => array (2)
- x-default => string (1) "1"
- en => string (1) "1"
- ⧉uid => array (2)
- x-default => string (1) "1"
- en => string (1) "1"
- ⧉owner => array (2)
- x-default => string (1) "1"
- en => string (1) "1"
- ⧉default_langcode => array (2)
- x-default => string (1) "1"
- en => string (1) "0"
- ⧉revision_translation_affected => array (2)
- x-default => string (1) "1"
- en => string (1) "1"
- protected validated -> boolean false
- protected validationRequired -> boolean false
- protected loadedRevisionId -> string (2) "89"
- protected revisionTranslationAffectedKey -> string (29) "revision_translation_affected"
- protected enforceRevisionTranslationAffected -> array (0)
- protected isSyncing -> boolean false
- ⇄public in_preview -> null$0['#node']->in_preview
- ⇄⧉public getOwnerId() {@inheritdoc}$0['#node']->getOwnerId()
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/user/src/EntityOwnerTrait.php:48
- ⇄⧉public setOwnerId($uid) {@inheritdoc}$0['#node']->setOwnerId($uid)
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/user/src/EntityOwnerTrait.php:55
- ⇄⧉public getOwner() {@inheritdoc}$0['#node']->getOwner()
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/user/src/EntityOwnerTrait.php:65
- ⇄⧉public setOwner(Drupal\user\UserInterface $account) {@inheritdoc}$0['#node']->setOwner(Drupal\user\UserInterface $account)
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/user/src/EntityOwnerTrait.php:73
- ⇄⧉public preSave(Drupal\Core\Entity\EntityStorageInterface $storage) {@inheritdoc}$0['#node']->preSave(Drupal\Core\Entity\EntityStorageInterface $storage)
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/node/src/Entity/Node.php:102
- ⇄⧉public preSaveRevision(Drupal\Core\Entity\EntityStorageInterface $storage, stdClass $record) {@inheritdoc}$0['#node']->preSaveRevision(Drupal\Core\Entity\EntityStorageInterface $storage, stdClass $record)
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/node/src/Entity/Node.php:124
- ⇄⧉public postSave(Drupal\Core\Entity\EntityStorageInterface $storage, $update = true) {@inheritdoc}$0['#node']->postSave(Drupal\Core\Entity\EntityStorageInterface $storage, $update = true)
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/node/src/Entity/Node.php:139
- ⇄⧉public getType() {@inheritdoc}$0['#node']->getType()
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/node/src/Entity/Node.php:186
- ⇄⧉public access($operation = 'view', ?Drupal\Core\Session\AccountInterface $account = null, $return_as_object = false) {@inheritdoc}$0['#node']->access($operation = 'view', ?Drupal\Core\Session\AccountInterface $account = null, $return_as_object = false)
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/node/src/Entity/Node.php:193
- ⇄⧉public getTitle() {@inheritdoc}$0['#node']->getTitle()
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/node/src/Entity/Node.php:201
- ⇄⧉public setTitle($title) {@inheritdoc}$0['#node']->setTitle($title)
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/node/src/Entity/Node.php:208
- ⇄⧉public getCreatedTime() {@inheritdoc}$0['#node']->getCreatedTime()
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/node/src/Entity/Node.php:216
- ⇄⧉public setCreatedTime($timestamp) {@inheritdoc}$0['#node']->setCreatedTime($timestamp)
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/node/src/Entity/Node.php:223
- ⇄⧉public isPromoted() {@inheritdoc}$0['#node']->isPromoted()
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/node/src/Entity/Node.php:231
- ⇄⧉public setPromoted($promoted) {@inheritdoc}$0['#node']->setPromoted($promoted)
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/node/src/Entity/Node.php:238
- ⇄⧉public isSticky() {@inheritdoc}$0['#node']->isSticky()
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/node/src/Entity/Node.php:246
- ⇄⧉public setSticky($sticky) {@inheritdoc}$0['#node']->setSticky($sticky)
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/node/src/Entity/Node.php:253
- ⇄⧉public getChangedTimeAcrossTranslations(): int Returns the timestamp of the last entity change across all translations.$0['#node']->getChangedTimeAcrossTranslations()
/** * Returns the timestamp of the last entity change across all translations. * * @return int * The timestamp of the last entity save operation across all * translations. */ Inherited from Drupal\Core\Entity\EditorialContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityChangedTrait.php:17
- ⇄⧉public getChangedTime(): int Gets the timestamp of the last entity change for the current translation.$0['#node']->getChangedTime()
/** * Gets the timestamp of the last entity change for the current translation. * * @return int * The timestamp of the last entity save operation. */ Inherited from Drupal\Core\Entity\EditorialContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityChangedTrait.php:32
- ⇄⧉public setChangedTime($timestamp): $this Sets the timestamp of the last entity change for the current translation.$0['#node']->setChangedTime($timestamp)
/** * Sets the timestamp of the last entity change for the current translation. * * @param int $timestamp * The timestamp of the last entity save operation. * * @return $this */ Inherited from Drupal\Core\Entity\EditorialContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityChangedTrait.php:44
- ⇄⧉public isPublished() {@inheritdoc}$0['#node']->isPublished()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EditorialContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityPublishedTrait.php:47
- ⇄⧉public setPublished() {@inheritdoc}$0['#node']->setPublished()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EditorialContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityPublishedTrait.php:54
- ⇄⧉public setUnpublished() {@inheritdoc}$0['#node']->setUnpublished()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EditorialContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityPublishedTrait.php:64
- ⇄⧉public getRevisionCreationTime() Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionCreationTime().$0['#node']->getRevisionCreationTime()
/** * Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionCreationTime(). */ Inherited from Drupal\Core\Entity\EditorialContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php:69
- ⇄⧉public setRevisionCreationTime($timestamp) Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionCreationTime().$0['#node']->setRevisionCreationTime($timestamp)
/** * Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionCreationTime(). */ Inherited from Drupal\Core\Entity\EditorialContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php:76
- ⇄⧉public getRevisionUser() Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionUser().$0['#node']->getRevisionUser()
/** * Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionUser(). */ Inherited from Drupal\Core\Entity\EditorialContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php:84
- ⇄⧉public setRevisionUser(Drupal\user\UserInterface $account) Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionUser().$0['#node']->setRevisionUser(Drupal\user\UserInterface $account)
/** * Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionUser(). */ Inherited from Drupal\Core\Entity\EditorialContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php:91
- ⇄⧉public getRevisionUserId() Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionUserId().$0['#node']->getRevisionUserId()
/** * Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionUserId(). */ Inherited from Drupal\Core\Entity\EditorialContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php:99
- ⇄⧉public setRevisionUserId($user_id) Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionUserId().$0['#node']->setRevisionUserId($user_id)
/** * Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionUserId(). */ Inherited from Drupal\Core\Entity\EditorialContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php:106
- ⇄⧉public getRevisionLogMessage() Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionLogMessage().$0['#node']->getRevisionLogMessage()
/** * Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionLogMessage(). */ Inherited from Drupal\Core\Entity\EditorialContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php:114
- ⇄⧉public setRevisionLogMessage($revision_log_message) Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionLogMessage().$0['#node']->setRevisionLogMessage($revision_log_message)
/** * Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionLogMessage(). */ Inherited from Drupal\Core\Entity\EditorialContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php:121
- ⇄⧉public setSyncing($syncing) {@inheritdoc}$0['#node']->setSyncing($syncing)
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/SynchronizableEntityTrait.php:22
- ⇄⧉public isSyncing() {@inheritdoc}$0['#node']->isSyncing()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/SynchronizableEntityTrait.php:31
- ⇄⧉public __construct(array $values, $entity_type, $bundle = false, $translations = array()) {@inheritdoc}new \Drupal\node\Entity\Node(array $values, $entity_type, $bundle = false, $translations = array())
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:189
- ⇄⧉public postCreate(Drupal\Core\Entity\EntityStorageInterface $storage) {@inheritdoc}$0['#node']->postCreate(Drupal\Core\Entity\EntityStorageInterface $storage)
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:284
- ⇄⧉public setNewRevision($value = true) {@inheritdoc}$0['#node']->setNewRevision($value = true)
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:291
- ⇄⧉public getLoadedRevisionId() {@inheritdoc}$0['#node']->getLoadedRevisionId()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:313
- ⇄⧉public updateLoadedRevisionId() {@inheritdoc}$0['#node']->updateLoadedRevisionId()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:320
- ⇄⧉public isNewRevision() {@inheritdoc}$0['#node']->isNewRevision()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:328
- ⇄⧉public isDefaultRevision($new_value = null) {@inheritdoc}$0['#node']->isDefaultRevision($new_value = null)
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:335
- ⇄⧉public wasDefaultRevision() {@inheritdoc}$0['#node']->wasDefaultRevision()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:348
- ⇄⧉public isLatestRevision() {@inheritdoc}$0['#node']->isLatestRevision()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:363
- ⇄⧉public isLatestTranslationAffectedRevision() {@inheritdoc}$0['#node']->isLatestTranslationAffectedRevision()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:373
- ⇄⧉public isRevisionTranslationAffected() {@inheritdoc}$0['#node']->isRevisionTranslationAffected()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:383
- ⇄⧉public setRevisionTranslationAffected($affected) {@inheritdoc}$0['#node']->setRevisionTranslationAffected($affected)
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:390
- ⇄⧉public isRevisionTranslationAffectedEnforced() {@inheritdoc}$0['#node']->isRevisionTranslationAffectedEnforced()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:400
- ⇄⧉public setRevisionTranslationAffectedEnforced($enforced) {@inheritdoc}$0['#node']->setRevisionTranslationAffectedEnforced($enforced)
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:407
- ⇄⧉public isDefaultTranslation() {@inheritdoc}$0['#node']->isDefaultTranslation()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:415
- ⇄⧉public getRevisionId() {@inheritdoc}$0['#node']->getRevisionId()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:422
- ⇄⧉public isTranslatable() {@inheritdoc}$0['#node']->isTranslatable()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:429
- ⇄⧉public validate() {@inheritdoc}$0['#node']->validate()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:487
- ⇄⧉public isValidationRequired() {@inheritdoc}$0['#node']->isValidationRequired()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:496
- ⇄⧉public setValidationRequired($required) {@inheritdoc}$0['#node']->setValidationRequired($required)
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:503
- ⧉public __sleep() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:520
- ⇄⧉public id() {@inheritdoc}$0['#node']->id()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:538
- ⇄⧉public bundle() {@inheritdoc}$0['#node']->bundle()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:545
- ⇄⧉public uuid() {@inheritdoc}$0['#node']->uuid()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:552
- ⇄⧉public hasField($field_name) {@inheritdoc}$0['#node']->hasField($field_name)
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:559
- ⇄⧉public get($field_name) {@inheritdoc}$0['#node']->get($field_name)
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:566
- ⇄⧉public set($name, $value, $notify = true) {@inheritdoc}$0['#node']->set($name, $value, $notify = true)
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:624
- ⇄⧉public getFields($include_computed = true) {@inheritdoc}$0['#node']->getFields($include_computed = true)
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:635
- ⇄⧉public getTranslatableFields($include_computed = true) {@inheritdoc}$0['#node']->getTranslatableFields($include_computed = true)
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:648
- ⇄⧉public getIterator() {@inheritdoc}$0['#node']->getIterator()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:662
- ⇄⧉public getFieldDefinition($name) {@inheritdoc}$0['#node']->getFieldDefinition($name)
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:669
- ⇄⧉public getFieldDefinitions() {@inheritdoc}$0['#node']->getFieldDefinitions()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:681
- ⇄⧉public toArray() {@inheritdoc}$0['#node']->toArray()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:691
- ⇄⧉public language() {@inheritdoc}$0['#node']->language()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:716
- ⇄⧉public onChange($name) {@inheritdoc}$0['#node']->onChange($name)
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:782
- ⇄⧉public getTranslation($langcode) {@inheritdoc}$0['#node']->getTranslation($langcode)
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:848
- ⇄⧉public getUntranslated() {@inheritdoc}$0['#node']->getUntranslated()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:883
- ⇄⧉public hasTranslation($langcode) {@inheritdoc}$0['#node']->hasTranslation($langcode)
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:934
- ⇄⧉public isNewTranslation() {@inheritdoc}$0['#node']->isNewTranslation()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:944
- ⇄⧉public addTranslation($langcode, array $values = array()) {@inheritdoc}$0['#node']->addTranslation($langcode, array $values = array())
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:951
- ⇄⧉public removeTranslation($langcode) {@inheritdoc}$0['#node']->removeTranslation($langcode)
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:972
- ⇄⧉public getTranslationStatus($langcode) {@inheritdoc}$0['#node']->getTranslationStatus($langcode)
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:1001
- ⇄⧉public getTranslationLanguages($include_default = true) {@inheritdoc}$0['#node']->getTranslationLanguages($include_default = true)
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:1011
- ⇄⧉public updateOriginalValues() Updates the original values with the interim changes.$0['#node']->updateOriginalValues()
/** * Updates the original values with the interim changes. */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:1028
- ⧉public & __get($name) Implements the magic method for getting object properties.
/** * Implements the magic method for getting object properties. * * @todo: A lot of code still uses non-fields (e.g. $entity->content in view * builders) by reference. Clean that up. */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:1048
- ⧉public __set($name, $value) Implements the magic method for setting object properties.
/** * Implements the magic method for setting object properties. * * Uses default language always. */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:1075
- ⧉public __isset($name) Implements the magic method for isset().
/** * Implements the magic method for isset(). */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:1109
- ⧉public __unset($name) Implements the magic method for unset().
/** * Implements the magic method for unset(). */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:1118
- ⇄⧉public createDuplicate() {@inheritdoc}$0['#node']->createDuplicate()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:1149
- ⇄⧉public __clone() Magic method: Implements a deep clone.clone $0['#node']
/** * Magic method: Implements a deep clone. */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:1178
- ⇄⧉public label() {@inheritdoc}$0['#node']->label()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:1264
- ⇄⧉public referencedEntities() {@inheritdoc}$0['#node']->referencedEntities()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:1273
- ⇄⧉public hasTranslationChanges() {@inheritdoc}$0['#node']->hasTranslationChanges()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:1413
- ⇄⧉public isDefaultTranslationAffectedOnly() {@inheritdoc}$0['#node']->isDefaultTranslationAffectedOnly()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:1472
- ⇄⧉public addCacheableDependency($other_object) {@inheritdoc}$0['#node']->addCacheableDependency($other_object)
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php:15
- ⇄⧉public addCacheContexts(array $cache_contexts) {@inheritdoc}$0['#node']->addCacheContexts(array $cache_contexts)
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php:31
- ⇄⧉public traitSleep() {@inheritdoc}$0['#node']->traitSleep()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:33
- ⇄⧉public addCacheTags(array $cache_tags) {@inheritdoc}$0['#node']->addCacheTags(array $cache_tags)
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php:41
- ⇄⧉public mergeCacheMaxAge($max_age) {@inheritdoc}$0['#node']->mergeCacheMaxAge($max_age)
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php:51
- ⧉public __wakeup() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:74
- ⇄⧉public isNew() {@inheritdoc}$0['#node']->isNew()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:120
- ⇄⧉public enforceIsNew($value = true) {@inheritdoc}$0['#node']->enforceIsNew($value = true)
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:127
- ⇄⧉public getEntityTypeId() {@inheritdoc}$0['#node']->getEntityTypeId()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:136
- ⇄⧉public toUrl($rel = 'canonical', array $options = array()) {@inheritdoc}$0['#node']->toUrl($rel = 'canonical', array $options = array())
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:159
- ⇄⧉public hasLinkTemplate($rel) {@inheritdoc}$0['#node']->hasLinkTemplate($rel)
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:222
- ⇄⧉public toLink($text = null, $rel = 'canonical', array $options = array()) {@inheritdoc}$0['#node']->toLink($text = null, $rel = 'canonical', array $options = array())
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:240
- ⇄⧉public uriRelationships() {@inheritdoc}$0['#node']->uriRelationships()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:284
- ⇄⧉public save() {@inheritdoc}$0['#node']->save()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:337
- ⇄⧉public delete() {@inheritdoc}$0['#node']->delete()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:345
- ⇄⧉public getEntityType() {@inheritdoc}$0['#node']->getEntityType()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:371
- ⇄⧉public getCacheContexts() {@inheritdoc}$0['#node']->getCacheContexts()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:436
- ⇄⧉public getCacheTagsToInvalidate() {@inheritdoc}$0['#node']->getCacheTagsToInvalidate()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:457
- ⇄⧉public getCacheTags() {@inheritdoc}$0['#node']->getCacheTags()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:467
- ⇄⧉public getCacheMaxAge() {@inheritdoc}$0['#node']->getCacheMaxAge()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:477
- ⇄⧉public getOriginalId() {@inheritdoc}$0['#node']->getOriginalId()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:559
- ⇄⧉public setOriginalId($id) {@inheritdoc}$0['#node']->setOriginalId($id)
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:567
- ⇄⧉public getTypedData() {@inheritdoc}$0['#node']->getTypedData()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:588
- ⇄⧉public getConfigDependencyKey() {@inheritdoc}$0['#node']->getConfigDependencyKey()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:633
- ⇄⧉public getConfigDependencyName() {@inheritdoc}$0['#node']->getConfigDependencyName()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:640
- ⇄⧉public getConfigTarget() {@inheritdoc}$0['#node']->getConfigTarget()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:647
- ⧉protected traitGetFieldsToSkipFromTranslationChangesCheck(Drupal\Core\Entity\ContentEntityInterface $entity): string[] Returns an array of field names to skip when checking for changes.
/** * Returns an array of field names to skip when checking for changes. * * @param \Drupal\Core\Entity\ContentEntityInterface $entity * A content entity object. * * @return string[] * An array of field names. */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityChangesDetectionTrait.php:21
- ⧉protected getLanguages() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:268
- ⧉protected clearTranslationCache() Clear entity translation object cache to remove stale references.
/** * Clear entity translation object cache to remove stale references. */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:511
- ⧉protected getTranslatedField($name, $langcode): \Drupal\Core\Field\FieldItemListInterface Gets a translated field.
/** * Gets a translated field. * * @return \Drupal\Core\Field\FieldItemListInterface */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:578
- ⧉protected setDefaultLangcode() Populates the local cache for the default language code.
/** * Populates the local cache for the default language code. */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:738
- ⧉protected updateFieldLangcodes($langcode) Updates language for already instantiated fields.
/** * Updates language for already instantiated fields. */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:771
- ⧉protected initializeTranslation($langcode): \Drupal\Core\Entity\EntityInterface Instantiates a translation object for an existing translation.
/** * Instantiates a translation object for an existing translation. * * The translated entity will be a clone of the current entity with the * specified $langcode. All translations share the same field data structures * to ensure that all of them deal with fresh data. * * @param string $langcode * The language code for the requested translation. * * @return \Drupal\Core\Entity\EntityInterface * The translation object. The content properties of the translation object * are stored as references to the main entity. */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:901
- ⧉protected getEntityKey($key): mixed Gets the value of the given entity key, if defined.
/** * Gets the value of the given entity key, if defined. * * @param string $key * Name of the entity key, for example id, revision or bundle. * * @return mixed * The value of the entity key, NULL if not defined. */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:1300
- ⧉protected getFieldsToSkipFromTranslationChangesCheck(): array Returns an array of field names to skip in ::hasTranslationChanges.
/** * Returns an array of field names to skip in ::hasTranslationChanges. * * @return array * An array of field names. */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:1402
- ⧉protected setCacheability(Drupal\Core\Cache\CacheableDependencyInterface $cacheability): $this Sets cacheability; useful for value object constructors.
/** * Sets cacheability; useful for value object constructors. * * @param \Drupal\Core\Cache\CacheableDependencyInterface $cacheability * The cacheability to set. * * @return $this */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheableDependencyTrait.php:39
- ⧉protected entityTypeManager(): \Drupal\Core\Entity\EntityTypeManagerInterface Gets the entity type manager.
/** * Gets the entity type manager. * * @return \Drupal\Core\Entity\EntityTypeManagerInterface */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:72
- ⧉protected entityTypeBundleInfo(): \Drupal\Core\Entity\EntityTypeBundleInfoInterface Gets the entity type bundle info service.
/** * Gets the entity type bundle info service. * * @return \Drupal\Core\Entity\EntityTypeBundleInfoInterface */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:81
- ⧉protected languageManager(): \Drupal\Core\Language\LanguageManagerInterface Gets the language manager.
/** * Gets the language manager. * * @return \Drupal\Core\Language\LanguageManagerInterface */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:90
- ⧉protected uuidGenerator(): \Drupal\Component\Uuid\UuidInterface Gets the UUID generator.
/** * Gets the UUID generator. * * @return \Drupal\Component\Uuid\UuidInterface */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:99
- ⧉protected linkTemplates(): array Gets an array link templates.
/** * Gets an array link templates. * * @return array * An array of link templates containing paths. */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:233
- ⧉protected urlRouteParameters($rel): array Gets an array of placeholders for this entity.
/** * Gets an array of placeholders for this entity. * * Individual entity classes may override this method to add additional * placeholders if desired. If so, they should be sure to replicate the * property caching logic. * * @param string $rel * The link relationship type, for example: canonical or edit-form. * * @return array * An array of URI placeholders. */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:263
- ⧉protected getListCacheTagsToInvalidate(): string[] The list cache tags to invalidate for this entity.
/** * The list cache tags to invalidate for this entity. * * @return string[] * Set of list cache tags. */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:446
- ⧉protected invalidateTagsOnSave($update) Invalidates an entity's cache tags upon save.
/** * Invalidates an entity's cache tags upon save. * * @param bool $update * TRUE if the entity has been updated, or FALSE if it has been inserted. */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:517
- ⇄⧉public static ownerBaseFieldDefinitions(Drupal\Core\Entity\EntityTypeInterface $entity_type): \Drupal\Core\Field\BaseFieldDefinition[] Returns an array of base field definitions for entity owners.\Drupal\node\Entity\Node::ownerBaseFieldDefinitions(Drupal\Core\Entity\EntityTypeInterface $entity_type)
/** * Returns an array of base field definitions for entity owners. * * @param \Drupal\Core\Entity\EntityTypeInterface $entity_type * The entity type to add the owner field to. * * @return \Drupal\Core\Field\BaseFieldDefinition[] * An array of base field definitions. * * @throws \Drupal\Core\Entity\Exception\UnsupportedEntityTypeDefinitionException * Thrown when the entity type does not implement EntityOwnerInterface or * if it does not have an "owner" entity key. */ Defined in <ROOT>/core/modules/user/src/EntityOwnerTrait.php:28
- ⇄⧉public static getDefaultEntityOwner(): mixed Default value callback for 'owner' base field.\Drupal\node\Entity\Node::getDefaultEntityOwner()
/** * Default value callback for 'owner' base field. * * @return mixed * A default value for the owner field. */ Defined in <ROOT>/core/modules/user/src/EntityOwnerTrait.php:86
- ⇄⧉public static preDelete(Drupal\Core\Entity\EntityStorageInterface $storage, array $entities) {@inheritdoc}\Drupal\node\Entity\Node::preDelete(Drupal\Core\Entity\EntityStorageInterface $storage, array $entities)
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/node/src/Entity/Node.php:162
- ⇄⧉public static postDelete(Drupal\Core\Entity\EntityStorageInterface $storage, array $nodes) {@inheritdoc}\Drupal\node\Entity\Node::postDelete(Drupal\Core\Entity\EntityStorageInterface $storage, array $nodes)
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/node/src/Entity/Node.php:178
- ⇄⧉public static baseFieldDefinitions(Drupal\Core\Entity\EntityTypeInterface $entity_type) {@inheritdoc}\Drupal\node\Entity\Node::baseFieldDefinitions(Drupal\Core\Entity\EntityTypeInterface $entity_type)
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/node/src/Entity/Node.php:261
- ⇄⧉public static publishedBaseFieldDefinitions(Drupal\Core\Entity\EntityTypeInterface $entity_type): \Drupal\Core\Field\BaseFieldDefinition[] Returns an array of base field definitions for publishing status.\Drupal\Core\Entity\EditorialContentEntityBase::publishedBaseFieldDefinitions(Drupal\Core\Entity\EntityTypeInterface $entity_type)
/** * Returns an array of base field definitions for publishing status. * * @param \Drupal\Core\Entity\EntityTypeInterface $entity_type * The entity type to add the publishing status field to. * * @return \Drupal\Core\Field\BaseFieldDefinition[] * An array of base field definitions. * * @throws \Drupal\Core\Entity\Exception\UnsupportedEntityTypeDefinitionException * Thrown when the entity type does not implement EntityPublishedInterface * or if it does not have a "published" entity key. */ Inherited from Drupal\Core\Entity\EditorialContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityPublishedTrait.php:27
- ⇄⧉public static revisionLogBaseFieldDefinitions(Drupal\Core\Entity\EntityTypeInterface $entity_type): \Drupal\Core\Field\FieldDefinitionInterface[] Provides revision-related base field definitions for an entity type.\Drupal\Core\Entity\EditorialContentEntityBase::revisionLogBaseFieldDefinitions(Drupal\Core\Entity\EntityTypeInterface $entity_type)
/** * Provides revision-related base field definitions for an entity type. * * @param \Drupal\Core\Entity\EntityTypeInterface $entity_type * The entity type definition. * * @return \Drupal\Core\Field\FieldDefinitionInterface[] * An array of base field definitions for the entity type, keyed by field * name. * * @see \Drupal\Core\Entity\FieldableEntityInterface::baseFieldDefinitions() */ Inherited from Drupal\Core\Entity\EditorialContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php:28
- ⇄⧉public static create(array $values = array()) {@inheritdoc}\Drupal\Core\Entity\ContentEntityBase::create(array $values = array())
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:1132
- ⇄⧉public static bundleFieldDefinitions(Drupal\Core\Entity\EntityTypeInterface $entity_type, $bundle, array $base_field_definitions) {@inheritdoc}\Drupal\Core\Entity\ContentEntityBase::bundleFieldDefinitions(Drupal\Core\Entity\EntityTypeInterface $entity_type, $bundle, array $base_field_definitions)
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:1392
- ⇄⧉public static preCreate(Drupal\Core\Entity\EntityStorageInterface $storage, array &$values) {@inheritdoc}\Drupal\Core\Entity\EntityBase::preCreate(Drupal\Core\Entity\EntityStorageInterface $storage, array &$values)
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:398
- ⇄⧉public static postLoad(Drupal\Core\Entity\EntityStorageInterface $storage, array &$entities) {@inheritdoc}\Drupal\Core\Entity\EntityBase::postLoad(Drupal\Core\Entity\EntityStorageInterface $storage, array &$entities)
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:423
- ⇄⧉public static load($id) {@inheritdoc}\Drupal\Core\Entity\EntityBase::load($id)
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:484
- ⇄⧉public static loadMultiple(?array $ids = null) {@inheritdoc}\Drupal\Core\Entity\EntityBase::loadMultiple(?array $ids = null)
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:494
- ⧉protected static getRevisionMetadataKey(Drupal\Core\Entity\EntityTypeInterface $entity_type, $key): string Gets the name of a revision metadata field.
/** * Gets the name of a revision metadata field. * * @param \Drupal\Core\Entity\EntityTypeInterface $entity_type * A content entity type definition. * @param string $key * The revision metadata key to get, must be one of 'revision_created', * 'revision_user' or 'revision_log_message'. * * @return string * The name of the field for the specified $key. */ Inherited from Drupal\Core\Entity\EditorialContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php:138
- ⧉protected static invalidateTagsOnDelete(Drupal\Core\Entity\EntityTypeInterface $entity_type, array $entities) Invalidates an entity's cache tags upon delete.
/** * Invalidates an entity's cache tags upon delete. * * @param \Drupal\Core\Entity\EntityTypeInterface $entity_type * The entity type definition. * @param \Drupal\Core\Entity\EntityInterface[] $entities * An array of entities. */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:542
- ⇄⧉public getOwnerId() {@inheritdoc}
- protected static $fieldsToSkipFromTranslationChangesCheck :: array (0)
- ⇄const TRANSLATION_REMOVED :: integer 0\Drupal\node\Entity\Node::TRANSLATION_REMOVED
- ⇄const TRANSLATION_EXISTING :: integer 1\Drupal\node\Entity\Node::TRANSLATION_EXISTING
- ⇄const TRANSLATION_CREATED :: integer 2\Drupal\node\Entity\Node::TRANSLATION_CREATED
- ⇄const NOT_PUBLISHED :: integer 0\Drupal\node\Entity\Node::NOT_PUBLISHED
- ⇄const PUBLISHED :: integer 1\Drupal\node\Entity\Node::PUBLISHED
- ⇄const NOT_PROMOTED :: integer 0\Drupal\node\Entity\Node::NOT_PROMOTED
- ⇄const PROMOTED :: integer 1\Drupal\node\Entity\Node::PROMOTED
- ⇄const NOT_STICKY :: integer 0\Drupal\node\Entity\Node::NOT_STICKY
- ⇄const STICKY :: integer 1\Drupal\node\Entity\Node::STICKY
- ⇄#view_mode => string (4) "full"$0['#view_mode']
- ⇄⧉#cache => array (5)$0['#cache']
- ⇄⧉tags => array (2)$0['#cache']['tags']
- ⇄0 => string (9) "node_view"$0['#cache']['tags'][0]
- ⇄1 => string (7) "node:89"$0['#cache']['tags'][1]
- ⇄0 => string (9) "node_view"
- ⇄⧉contexts => array (1)$0['#cache']['contexts']
- ⇄0 => string (26) "languages:language_content"$0['#cache']['contexts'][0]
- ⇄0 => string (26) "languages:language_content"
- ⇄max-age => integer -1$0['#cache']['max-age']
- ⇄⧉keys => array (5)$0['#cache']['keys']
- ⇄0 => string (11) "entity_view"$0['#cache']['keys'][0]
- ⇄1 => string (4) "node"$0['#cache']['keys'][1]
- ⇄2 => string (2) "89"$0['#cache']['keys'][2]
- ⇄3 => string (4) "full"$0['#cache']['keys'][3]
- ⇄4 => string (2) "cs"$0['#cache']['keys'][4]
- ⇄0 => string (11) "entity_view"
- ⇄bin => string (6) "render"$0['#cache']['bin']
- ⇄⧉tags => array (2)
- ⇄#theme => string (4) "node"$0['#theme']
- ⇄#weight => integer 0$0['#weight']
- ⇄⧉#pre_render => array (1)$0['#pre_render']
- ⇄⧉0 => array (2)$0['#pre_render'][0]
- ⇄⧉0 => Drupal\node\NodeViewBuilder (12)$0['#pre_render'][0][0]
- Properties (12)
- Available methods (28)
- Static class properties (3)
- ⧉protected moduleHandler -> Drupal\Core\Extension\ModuleHandler (11)
- Properties (11)
- Available methods (35)
- ⧉protected loadedFiles -> array (157)
- action => boolean true
- actions_permissions => boolean true
- admin_toolbar => boolean true
- anchor_link => boolean true
- automated_cron => boolean true
- bean_migrate => boolean true
- better_exposed_filters => boolean true
- big_pipe => boolean true
- block => boolean true
- block_content => boolean true
- block_content_permissions => boolean true
- breakpoint => boolean true
- ck5_extra_plugins => boolean true
- ckeditor5 => boolean true
- ckeditor5_font => boolean true
- ckeditor5_inline_style => boolean true
- comment => boolean true
- config => boolean true
- config_filter => boolean true
- config_ignore => boolean true
- config_inspector => boolean true
- config_split => boolean true
- config_translation => boolean true
- config_update => boolean true
- config_update_ui => boolean true
- contact => boolean true
- contextual => boolean true
- custom_media_library => boolean true
- date_all_day => boolean true
- datetime => boolean true
- datetime_range => boolean true
- dblog => boolean true
- devel => boolean true
- devel_entity_updates => boolean true
- devel_kint_extras => boolean true
- draggableviews => boolean true
- dropzonejs => boolean true
- dropzonejs_eb_widget => boolean true
- dynamic_page_cache => boolean true
- edit_panel => boolean true
- editor => boolean true
- editor_advanced_link => boolean true
- embed => boolean true
- entity_browser => boolean true
- entity_browser_entity_form => boolean true
- entity_embed => boolean true
- entity_reference_revisions => boolean true
- entity_usage => boolean true
- field => boolean true
- field_group => boolean true
- field_group_migrate => boolean true
- field_ui => boolean true
- file => boolean true
- filter => boolean true
- filter_html_inline_style => boolean true
- fitvids => boolean true
- gin_toolbar => boolean true
- glightbox => boolean true
- help => boolean true
- history => boolean true
- image => boolean true
- imce => boolean true
- inline_entity_form => boolean true
- inline_form_errors => boolean true
- jquery_ui => boolean true
- jquery_ui_datepicker => boolean true
- jquery_ui_slider => boolean true
- jquery_ui_touch_punch => boolean true
- language => boolean true
- link => boolean true
- linkit => boolean true
- locale => boolean true
- masquerade => boolean true
- media => boolean true
- media_library => boolean true
- media_library_edit => boolean true
- media_migration => boolean true
- media_migration_tools => boolean true
- menu_block => boolean true
- menu_firstchild => boolean true
- menu_link_content => boolean true
- menu_ui => boolean true
- migmag => boolean true
- migmag_process => boolean true
- migrate => boolean true
- migrate_conditions => boolean true
- migrate_devel => boolean true
- migrate_drupal => boolean true
- migrate_drupal_ui => boolean true
- migrate_file => boolean true
- migrate_plus => boolean true
- migrate_process_array => boolean true
- migrate_process_extra => boolean true
- migrate_process_skip => boolean true
- migrate_process_trim => boolean true
- migrate_sandbox => boolean true
- migrate_tools => boolean true
- migrate_upgrade => boolean true
- mysql => boolean true
- node => boolean true
- oidc => boolean true
- options => boolean true
- owlcarousel => boolean true
- page_cache => boolean true
- path => boolean true
- path_alias => boolean true
- potx => boolean true
- redirect => boolean true
- robo => boolean true
- robo_migrate => boolean true
- robo_migrate_bean => boolean true
- robo_migrate_others => boolean true
- robo_migrate_system => boolean true
- search => boolean true
- shortcut => boolean true
- smart_sql_idmap => boolean true
- smart_trim => boolean true
- spamspan => boolean true
- string_field_formatter => boolean true
- svg_image => boolean true
- system => boolean true
- taxonomy => boolean true
- text => boolean true
- timer_block => boolean true
- token => boolean true
- token_filter => boolean true
- toolbar => boolean true
- tour => boolean true
- twig_real_content => boolean true
- update => boolean true
- upgrade_status => boolean true
- user => boolean true
- video_embed_field => boolean true
- views_bulk_operations => boolean true
- views_migration => boolean true
- views_ui => boolean true
- webform => boolean true
- webform_access => boolean true
- webform_devel => boolean true
- webform_location_places => boolean true
- webform_migrate => boolean true
- webform_node => boolean true
- webform_options_custom => boolean true
- webform_submission_export_import => boolean true
- webform_submission_log => boolean true
- webform_templates => boolean true
- webform_ui => boolean true
- yaml_editor => boolean true
- menu_admin_per_menu => boolean true
- pathauto => boolean true
- content_translation => boolean true
- externalauth => boolean true
- views => boolean true
- paragraphs => boolean true
- linked_field => boolean true
- standard => boolean true
- eu_cookie_compliance => boolean true
- ⧉protected moduleList -> array (157)
- ⧉action => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (35) "core/modules/action/action.info.yml"
- File (177B)
-rw-r--r-- 1001 100 177B Sep 19 2023 core/modules/action/action.info.yml
- protected filename -> string (13) "action.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉actions_permissions => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (94) "modules/contrib/views_bulk_operations/modules/actions_permissions/actions_pe...
- File (412B)
- Contents
-rw-r--r-- 1001 100 412B Jun 06 11:13 modules/contrib/views_bulk_operations/modules/actions_permissions/actions_permissions.info.yml
modules/contrib/views_bulk_operations/modules/actions_permissions/actions_permissions.info.yml
- protected filename -> null
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉admin_toolbar => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (52) "modules/contrib/admin_toolbar/admin_toolbar.info.yml"
- File (379B)
-rw-r--r-- 1001 100 379B Aug 03 00:51 modules/contrib/admin_toolbar/admin_toolbar.info.yml
- protected filename -> string (20) "admin_toolbar.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉anchor_link => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (48) "modules/contrib/anchor_link/anchor_link.info.yml"
- File (404B)
-rw-r--r-- 1001 100 404B Jun 19 21:24 modules/contrib/anchor_link/anchor_link.info.yml
- protected filename -> string (18) "anchor_link.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉automated_cron => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (51) "core/modules/automated_cron/automated_cron.info.yml"
- File (209B)
-rw-r--r-- 1001 100 209B Sep 19 2023 core/modules/automated_cron/automated_cron.info.yml
- protected filename -> string (21) "automated_cron.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉bean_migrate => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (50) "modules/contrib/bean_migrate/bean_migrate.info.yml"
- File (388B)
-rw-r--r-- 1001 100 388B Jun 27 2022 modules/contrib/bean_migrate/bean_migrate.info.yml
- protected filename -> string (19) "bean_migrate.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉better_exposed_filters => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (70) "modules/contrib/better_exposed_filters/better_exposed_filters.info.yml"
- File (372B)
-rw-r--r-- 1001 100 372B May 22 19:05 modules/contrib/better_exposed_filters/better_exposed_filters.info.yml
- protected filename -> string (29) "better_exposed_filters.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉big_pipe => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (39) "core/modules/big_pipe/big_pipe.info.yml"
- File (160B)
-rw-r--r-- 1001 100 160B Sep 19 2023 core/modules/big_pipe/big_pipe.info.yml
- protected filename -> string (15) "big_pipe.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉block => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (33) "core/modules/block/block.info.yml"
- File (243B)
-rw-r--r-- 1001 100 243B Sep 19 2023 core/modules/block/block.info.yml
- protected filename -> string (12) "block.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉block_content => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (49) "core/modules/block_content/block_content.info.yml"
- File (240B)
-rw-r--r-- 1001 100 240B Sep 19 2023 core/modules/block_content/block_content.info.yml
- protected filename -> string (20) "block_content.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉block_content_permissions => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (76) "modules/contrib/block_content_permissions/block_content_permissions.info.yml"
- File (389B)
-rw-r--r-- 1001 100 389B Jan 20 2023 modules/contrib/block_content_permissions/block_content_permissions.info.yml
- protected filename -> string (32) "block_content_permissions.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉breakpoint => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (43) "core/modules/breakpoint/breakpoint.info.yml"
- File (142B)
-rw-r--r-- 1001 100 142B Sep 19 2023 core/modules/breakpoint/breakpoint.info.yml
- protected filename -> string (17) "breakpoint.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉ck5_extra_plugins => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (59) "modules/custom/ck5_extra_plugins/ck5_extra_plugins.info.yml"
- File (285B)
-rw-r--r-- 1001 100 285B Oct 08 10:15 modules/custom/ck5_extra_plugins/ck5_extra_plugins.info.yml
- protected filename -> string (24) "ck5_extra_plugins.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉ckeditor5 => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (41) "core/modules/ckeditor5/ckeditor5.info.yml"
- File (163B)
-rw-r--r-- 1001 100 163B Sep 19 2023 core/modules/ckeditor5/ckeditor5.info.yml
- protected filename -> string (16) "ckeditor5.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉ckeditor5_font => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (54) "modules/contrib/ckeditor5_font/ckeditor5_font.info.yml"
- File (421B)
-rw-r--r-- 1001 100 421B Oct 10 2022 modules/contrib/ckeditor5_font/ckeditor5_font.info.yml
- protected filename -> null
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉ckeditor5_inline_style => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (69) "modules/custom/ckeditor5_inline_style/ckeditor5_inline_style.info.yml"
- File (229B)
-rw-r--r-- 1001 100 229B Oct 08 10:15 modules/custom/ckeditor5_inline_style/ckeditor5_inline_style.info.yml
- protected filename -> string (29) "ckeditor5_inline_style.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉comment => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (37) "core/modules/comment/comment.info.yml"
- File (164B)
-rw-r--r-- 1001 100 164B Sep 19 2023 core/modules/comment/comment.info.yml
- protected filename -> string (14) "comment.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉config => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (35) "core/modules/config/config.info.yml"
- File (178B)
-rw-r--r-- 1001 100 178B Sep 19 2023 core/modules/config/config.info.yml
- protected filename -> string (13) "config.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉config_filter => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (52) "modules/contrib/config_filter/config_filter.info.yml"
- File (358B)
-rw-r--r-- 1001 100 358B Sep 27 23:27 modules/contrib/config_filter/config_filter.info.yml
- protected filename -> null
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉config_ignore => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (52) "modules/contrib/config_ignore/config_ignore.info.yml"
- File (359B)
-rw-r--r-- 1001 100 359B Feb 10 2023 modules/contrib/config_ignore/config_ignore.info.yml
- protected filename -> string (20) "config_ignore.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉config_inspector => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (58) "modules/contrib/config_inspector/config_inspector.info.yml"
- File (356B)
-rw-r--r-- 1001 100 356B Apr 30 11:44 modules/contrib/config_inspector/config_inspector.info.yml
- protected filename -> string (23) "config_inspector.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉config_split => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (50) "modules/contrib/config_split/config_split.info.yml"
- File (350B)
-rw-r--r-- 1001 100 350B Mar 21 12:54 modules/contrib/config_split/config_split.info.yml
- protected filename -> string (19) "config_split.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉config_translation => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (59) "core/modules/config_translation/config_translation.info.yml"
- File (221B)
-rw-r--r-- 1001 100 221B Sep 19 2023 core/modules/config_translation/config_translation.info.yml
- protected filename -> string (25) "config_translation.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉config_update => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (52) "modules/contrib/config_update/config_update.info.yml"
- File (334B)
-rw-r--r-- 1001 100 334B Apr 08 2020 modules/contrib/config_update/config_update.info.yml
- protected filename -> string (20) "config_update.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉config_update_ui => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (72) "modules/contrib/config_update/config_update_ui/config_update_ui.info.yml"
- File (412B)
-rw-r--r-- 1001 100 412B Apr 08 2020 modules/contrib/config_update/config_update_ui/config_update_ui.info.yml
- protected filename -> string (23) "config_update_ui.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉contact => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (37) "core/modules/contact/contact.info.yml"
- File (187B)
-rw-r--r-- 1001 100 187B Sep 19 2023 core/modules/contact/contact.info.yml
- protected filename -> string (14) "contact.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉contextual => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (43) "core/modules/contextual/contextual.info.yml"
- File (161B)
-rw-r--r-- 1001 100 161B Sep 19 2023 core/modules/contextual/contextual.info.yml
- protected filename -> string (17) "contextual.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉custom_media_library => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (65) "modules/custom/custom_media_library/custom_media_library.info.yml"
- File (173B)
-rw-r--r-- 1001 100 173B Oct 08 10:15 modules/custom/custom_media_library/custom_media_library.info.yml
- protected filename -> string (27) "custom_media_library.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉date_all_day => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (50) "modules/contrib/date_all_day/date_all_day.info.yml"
- File (341B)
-rw-r--r-- 1001 100 341B Apr 27 2023 modules/contrib/date_all_day/date_all_day.info.yml
- protected filename -> string (19) "date_all_day.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉datetime => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (39) "core/modules/datetime/datetime.info.yml"
- File (168B)
-rw-r--r-- 1001 100 168B Sep 19 2023 core/modules/datetime/datetime.info.yml
- protected filename -> string (15) "datetime.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉datetime_range => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (51) "core/modules/datetime_range/datetime_range.info.yml"
- File (164B)
-rw-r--r-- 1001 100 164B Sep 19 2023 core/modules/datetime_range/datetime_range.info.yml
- protected filename -> string (21) "datetime_range.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉dblog => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (33) "core/modules/dblog/dblog.info.yml"
- File (155B)
-rw-r--r-- 1001 100 155B Sep 19 2023 core/modules/dblog/dblog.info.yml
- protected filename -> string (12) "dblog.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉devel => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (36) "modules/contrib/devel/devel.info.yml"
- File (332B)
-rw-r--r-- 1001 100 332B Jun 07 2023 modules/contrib/devel/devel.info.yml
- protected filename -> string (12) "devel.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉devel_entity_updates => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (66) "modules/contrib/devel_entity_updates/devel_entity_updates.info.yml"
- File (373B)
-rw-r--r-- 1001 100 373B Oct 07 09:37 modules/contrib/devel_entity_updates/devel_entity_updates.info.yml
- protected filename -> null
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉devel_kint_extras => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (60) "modules/contrib/devel_kint_extras/devel_kint_extras.info.yml"
- File (368B)
-rw-r--r-- 1001 100 368B Aug 09 13:48 modules/contrib/devel_kint_extras/devel_kint_extras.info.yml
- protected filename -> string (24) "devel_kint_extras.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉draggableviews => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (54) "modules/contrib/draggableviews/draggableviews.info.yml"
- File (424B)
-rw-r--r-- 1001 100 424B Jun 01 12:12 modules/contrib/draggableviews/draggableviews.info.yml
- protected filename -> string (21) "draggableviews.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉dropzonejs => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (46) "modules/contrib/dropzonejs/dropzonejs.info.yml"
- File (302B)
-rw-r--r-- 1001 100 302B Aug 11 15:06 modules/contrib/dropzonejs/dropzonejs.info.yml
- protected filename -> string (17) "dropzonejs.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉dropzonejs_eb_widget => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (74) "modules/contrib/dropzonejs/modules/eb_widget/dropzonejs_eb_widget.info.yml"
- File (382B)
-rw-r--r-- 1001 100 382B Aug 11 15:06 modules/contrib/dropzonejs/modules/eb_widget/dropzonejs_eb_widget.info.yml
- protected filename -> null
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉dynamic_page_cache => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (59) "core/modules/dynamic_page_cache/dynamic_page_cache.info.yml"
- File (162B)
-rw-r--r-- 1001 100 162B Sep 19 2023 core/modules/dynamic_page_cache/dynamic_page_cache.info.yml
- protected filename -> string (25) "dynamic_page_cache.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉edit_panel => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (45) "modules/custom/edit_panel/edit_panel.info.yml"
- File (213B)
-rw-r--r-- 1001 100 213B Oct 08 10:15 modules/custom/edit_panel/edit_panel.info.yml
- protected filename -> string (17) "edit_panel.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉editor => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (35) "core/modules/editor/editor.info.yml"
- File (260B)
-rw-r--r-- 1001 100 260B Sep 19 2023 core/modules/editor/editor.info.yml
- protected filename -> string (13) "editor.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉editor_advanced_link => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (66) "modules/contrib/editor_advanced_link/editor_advanced_link.info.yml"
- File (399B)
-rw-r--r-- 1001 100 399B Jun 29 2023 modules/contrib/editor_advanced_link/editor_advanced_link.info.yml
- protected filename -> string (27) "editor_advanced_link.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉embed => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (36) "modules/contrib/embed/embed.info.yml"
- File (388B)
-rw-r--r-- 1001 100 388B Aug 10 11:57 modules/contrib/embed/embed.info.yml
- protected filename -> string (12) "embed.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉entity_browser => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (54) "modules/contrib/entity_browser/entity_browser.info.yml"
- File (330B)
-rw-r--r-- 1001 100 330B Dec 11 2023 modules/contrib/entity_browser/entity_browser.info.yml
- protected filename -> string (21) "entity_browser.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉entity_browser_entity_form => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (86) "modules/contrib/entity_browser/modules/entity_form/entity_browser_entity_for...
- File (377B)
- Contents
-rw-r--r-- 1001 100 377B Dec 11 2023 modules/contrib/entity_browser/modules/entity_form/entity_browser_entity_form.info.yml
modules/contrib/entity_browser/modules/entity_form/entity_browser_entity_form.info.yml
- protected filename -> string (33) "entity_browser_entity_form.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉entity_embed => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (50) "modules/contrib/entity_embed/entity_embed.info.yml"
- File (369B)
-rw-r--r-- 1001 100 369B Apr 08 16:47 modules/contrib/entity_embed/entity_embed.info.yml
- protected filename -> string (19) "entity_embed.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉entity_reference_revisions => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (78) "modules/contrib/entity_reference_revisions/entity_reference_revisions.info.yml"
- File (358B)
-rw-r--r-- 1001 100 358B Aug 04 22:48 modules/contrib/entity_reference_revisions/entity_reference_revisions.info.yml
- protected filename -> string (33) "entity_reference_revisions.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉entity_usage => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (50) "modules/contrib/entity_usage/entity_usage.info.yml"
- File (686B)
-rw-r--r-- 1001 100 686B May 17 2023 modules/contrib/entity_usage/entity_usage.info.yml
- protected filename -> string (19) "entity_usage.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉field => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (33) "core/modules/field/field.info.yml"
- File (129B)
-rw-r--r-- 1001 100 129B Sep 19 2023 core/modules/field/field.info.yml
- protected filename -> string (12) "field.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉field_group => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (48) "modules/contrib/field_group/field_group.info.yml"
- File (339B)
-rw-r--r-- 1001 100 339B Aug 03 10:08 modules/contrib/field_group/field_group.info.yml
- protected filename -> string (18) "field_group.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉field_group_migrate => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (84) "modules/contrib/field_group/contrib/field_group_migrate/field_group_migrate....
- File (355B)
- Contents
-rw-r--r-- 1001 100 355B Aug 03 10:08 modules/contrib/field_group/contrib/field_group_migrate/field_group_migrate.info.yml
modules/contrib/field_group/contrib/field_group_migrate/field_group_migrate.info.yml
- protected filename -> null
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉field_ui => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (39) "core/modules/field_ui/field_ui.info.yml"
- File (155B)
-rw-r--r-- 1001 100 155B Sep 19 2023 core/modules/field_ui/field_ui.info.yml
- protected filename -> string (15) "field_ui.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉file => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (31) "core/modules/file/file.info.yml"
- File (140B)
-rw-r--r-- 1001 100 140B Sep 19 2023 core/modules/file/file.info.yml
- protected filename -> string (11) "file.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉filter => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (35) "core/modules/filter/filter.info.yml"
- File (179B)
-rw-r--r-- 1001 100 179B Sep 19 2023 core/modules/filter/filter.info.yml
- protected filename -> string (13) "filter.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉filter_html_inline_style => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (104) "modules/custom/ckeditor5_inline_style/modules/filter_html_inline_style/filte...
- File (289B)
- Contents
-rw-r--r-- 1001 100 289B Oct 08 10:15 modules/custom/ckeditor5_inline_style/modules/filter_html_inline_style/filter_html_inline_style.info.yml
modules/custom/ckeditor5_inline_style/modules/filter_html_inline_style/filter_html_inline_style.info.yml
- protected filename -> string (31) "filter_html_inline_style.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉fitvids => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (40) "modules/contrib/fitvids/fitvids.info.yml"
- File (299B)
-rw-r--r-- 1001 100 299B Nov 28 2022 modules/contrib/fitvids/fitvids.info.yml
- protected filename -> string (14) "fitvids.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉gin_toolbar => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (48) "modules/contrib/gin_toolbar/gin_toolbar.info.yml"
- File (281B)
-rw-r--r-- 1001 100 281B Jun 14 14:42 modules/contrib/gin_toolbar/gin_toolbar.info.yml
- protected filename -> string (18) "gin_toolbar.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉glightbox => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (44) "modules/contrib/glightbox/glightbox.info.yml"
- File (341B)
-rw-r--r-- 1001 100 341B Oct 03 09:17 modules/contrib/glightbox/glightbox.info.yml
- protected filename -> string (16) "glightbox.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉help => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (31) "core/modules/help/help.info.yml"
- File (106B)
-rw-r--r-- 1001 100 106B Sep 19 2023 core/modules/help/help.info.yml
- protected filename -> string (11) "help.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉history => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (37) "core/modules/history/history.info.yml"
- File (146B)
-rw-r--r-- 1001 100 146B Sep 19 2023 core/modules/history/history.info.yml
- protected filename -> string (14) "history.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉image => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (33) "core/modules/image/image.info.yml"
- File (228B)
-rw-r--r-- 1001 100 228B Sep 19 2023 core/modules/image/image.info.yml
- protected filename -> string (12) "image.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉imce => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (34) "modules/contrib/imce/imce.info.yml"
- File (306B)
-rw-r--r-- 1001 100 306B Aug 04 00:47 modules/contrib/imce/imce.info.yml
- protected filename -> string (11) "imce.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉inline_entity_form => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (62) "modules/contrib/inline_entity_form/inline_entity_form.info.yml"
- File (346B)
-rw-r--r-- 1001 100 346B Nov 02 2023 modules/contrib/inline_entity_form/inline_entity_form.info.yml
- protected filename -> string (25) "inline_entity_form.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉inline_form_errors => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (59) "core/modules/inline_form_errors/inline_form_errors.info.yml"
- File (173B)
-rw-r--r-- 1001 100 173B Sep 19 2023 core/modules/inline_form_errors/inline_form_errors.info.yml
- protected filename -> string (25) "inline_form_errors.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉jquery_ui => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (44) "modules/contrib/jquery_ui/jquery_ui.info.yml"
- File (264B)
-rw-r--r-- 1001 100 264B May 29 19:01 modules/contrib/jquery_ui/jquery_ui.info.yml
- protected filename -> string (16) "jquery_ui.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉jquery_ui_datepicker => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (66) "modules/contrib/jquery_ui_datepicker/jquery_ui_datepicker.info.yml"
- File (344B)
-rw-r--r-- 1001 100 344B May 30 20:40 modules/contrib/jquery_ui_datepicker/jquery_ui_datepicker.info.yml
- protected filename -> null
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉jquery_ui_slider => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (58) "modules/contrib/jquery_ui_slider/jquery_ui_slider.info.yml"
- File (333B)
-rw-r--r-- 1001 100 333B May 30 03:08 modules/contrib/jquery_ui_slider/jquery_ui_slider.info.yml
- protected filename -> null
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉jquery_ui_touch_punch => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (68) "modules/contrib/jquery_ui_touch_punch/jquery_ui_touch_punch.info.yml"
- File (336B)
-rw-r--r-- 1001 100 336B Jun 06 10:44 modules/contrib/jquery_ui_touch_punch/jquery_ui_touch_punch.info.yml
- protected filename -> string (28) "jquery_ui_touch_punch.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉language => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (39) "core/modules/language/language.info.yml"
- File (180B)
-rw-r--r-- 1001 100 180B Sep 19 2023 core/modules/language/language.info.yml
- protected filename -> string (15) "language.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉link => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (31) "core/modules/link/link.info.yml"
- File (143B)
-rw-r--r-- 1001 100 143B Sep 19 2023 core/modules/link/link.info.yml
- protected filename -> string (11) "link.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉linkit => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (38) "modules/contrib/linkit/linkit.info.yml"
- File (408B)
-rw-r--r-- 1001 100 408B Oct 09 2023 modules/contrib/linkit/linkit.info.yml
- protected filename -> string (13) "linkit.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉locale => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (35) "core/modules/locale/locale.info.yml"
- File (220B)
-rw-r--r-- 1001 100 220B Sep 19 2023 core/modules/locale/locale.info.yml
- protected filename -> string (13) "locale.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉masquerade => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (46) "modules/contrib/masquerade/masquerade.info.yml"
- File (308B)
-rw-r--r-- 1001 100 308B Aug 09 03:09 modules/contrib/masquerade/masquerade.info.yml
- protected filename -> string (17) "masquerade.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉media => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (33) "core/modules/media/media.info.yml"
- File (225B)
-rw-r--r-- 1001 100 225B Sep 19 2023 core/modules/media/media.info.yml
- protected filename -> string (12) "media.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉media_library => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (49) "core/modules/media_library/media_library.info.yml"
- File (278B)
-rw-r--r-- 1001 100 278B Sep 19 2023 core/modules/media_library/media_library.info.yml
- protected filename -> string (20) "media_library.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉media_library_edit => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (62) "modules/contrib/media_library_edit/media_library_edit.info.yml"
- File (325B)
-rw-r--r-- 1001 100 325B Aug 22 22:17 modules/contrib/media_library_edit/media_library_edit.info.yml
- protected filename -> string (25) "media_library_edit.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉media_migration => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (56) "modules/contrib/media_migration/media_migration.info.yml"
- File (611B)
-rw-r--r-- 1001 100 611B Feb 21 2023 modules/contrib/media_migration/media_migration.info.yml
- protected filename -> string (22) "media_migration.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉media_migration_tools => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (92) "modules/contrib/media_migration/modules/media_migration_tools/media_migratio...
- File (396B)
- Contents
-rw-r--r-- 1001 100 396B Feb 21 2023 modules/contrib/media_migration/modules/media_migration_tools/media_migration_tools.info.yml
modules/contrib/media_migration/modules/media_migration_tools/media_migration_tools.info.yml
- protected filename -> string (28) "media_migration_tools.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉menu_block => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (46) "modules/contrib/menu_block/menu_block.info.yml"
- File (288B)
-rw-r--r-- 1001 100 288B May 07 00:58 modules/contrib/menu_block/menu_block.info.yml
- protected filename -> string (17) "menu_block.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉menu_firstchild => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (56) "modules/contrib/menu_firstchild/menu_firstchild.info.yml"
- File (381B)
-rw-r--r-- 1001 100 381B Oct 29 2023 modules/contrib/menu_firstchild/menu_firstchild.info.yml
- protected filename -> string (22) "menu_firstchild.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉menu_link_content => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (57) "core/modules/menu_link_content/menu_link_content.info.yml"
- File (150B)
-rw-r--r-- 1001 100 150B Sep 19 2023 core/modules/menu_link_content/menu_link_content.info.yml
- protected filename -> string (24) "menu_link_content.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉menu_ui => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (37) "core/modules/menu_ui/menu_ui.info.yml"
- File (211B)
-rw-r--r-- 1001 100 211B Sep 19 2023 core/modules/menu_ui/menu_ui.info.yml
- protected filename -> string (14) "menu_ui.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉migmag => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (38) "modules/contrib/migmag/migmag.info.yml"
- File (287B)
-rw-r--r-- 1001 100 287B Oct 03 13:02 modules/contrib/migmag/migmag.info.yml
- protected filename -> string (13) "migmag.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉migmag_process => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (61) "modules/contrib/migmag/migmag_process/migmag_process.info.yml"
- File (335B)
-rw-r--r-- 1001 100 335B Oct 03 13:02 modules/contrib/migmag/migmag_process/migmag_process.info.yml
- protected filename -> string (21) "migmag_process.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉migrate => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (37) "core/modules/migrate/migrate.info.yml"
- File (97B)
-rw-r--r-- 1001 100 97B Sep 19 2023 core/modules/migrate/migrate.info.yml
- protected filename -> string (14) "migrate.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉migrate_conditions => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (62) "modules/contrib/migrate_conditions/migrate_conditions.info.yml"
- File (344B)
-rw-r--r-- 1001 100 344B Jun 11 23:19 modules/contrib/migrate_conditions/migrate_conditions.info.yml
- protected filename -> null
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉migrate_devel => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (52) "modules/contrib/migrate_devel/migrate_devel.info.yml"
- File (292B)
-rw-r--r-- 1001 100 292B Oct 27 2023 modules/contrib/migrate_devel/migrate_devel.info.yml
- protected filename -> null
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉migrate_drupal => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (51) "core/modules/migrate_drupal/migrate_drupal.info.yml"
- File (166B)
-rw-r--r-- 1001 100 166B Sep 19 2023 core/modules/migrate_drupal/migrate_drupal.info.yml
- protected filename -> string (21) "migrate_drupal.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉migrate_drupal_ui => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (57) "core/modules/migrate_drupal_ui/migrate_drupal_ui.info.yml"
- File (271B)
-rw-r--r-- 1001 100 271B Sep 19 2023 core/modules/migrate_drupal_ui/migrate_drupal_ui.info.yml
- protected filename -> string (24) "migrate_drupal_ui.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉migrate_file => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (50) "modules/contrib/migrate_file/migrate_file.info.yml"
- File (407B)
-rw-r--r-- 1001 100 407B Jan 29 2023 modules/contrib/migrate_file/migrate_file.info.yml
- protected filename -> null
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉migrate_plus => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (50) "modules/contrib/migrate_plus/migrate_plus.info.yml"
- File (300B)
-rw-r--r-- 1001 100 300B Apr 22 2022 modules/contrib/migrate_plus/migrate_plus.info.yml
- protected filename -> string (19) "migrate_plus.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉migrate_process_array => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (68) "modules/contrib/migrate_process_array/migrate_process_array.info.yml"
- File (294B)
-rw-r--r-- 1001 100 294B Feb 27 21:33 modules/contrib/migrate_process_array/migrate_process_array.info.yml
- protected filename -> string (28) "migrate_process_array.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉migrate_process_extra => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (68) "modules/contrib/migrate_process_extra/migrate_process_extra.info.yml"
- File (275B)
-rw-r--r-- 1001 100 275B Oct 08 08:51 modules/contrib/migrate_process_extra/migrate_process_extra.info.yml
- protected filename -> string (28) "migrate_process_extra.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉migrate_process_skip => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (66) "modules/contrib/migrate_process_skip/migrate_process_skip.info.yml"
- File (305B)
-rw-r--r-- 1001 100 305B Nov 10 2020 modules/contrib/migrate_process_skip/migrate_process_skip.info.yml
- protected filename -> string (27) "migrate_process_skip.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉migrate_process_trim => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (66) "modules/contrib/migrate_process_trim/migrate_process_trim.info.yml"
- File (323B)
-rw-r--r-- 1001 100 323B Jul 20 2022 modules/contrib/migrate_process_trim/migrate_process_trim.info.yml
- protected filename -> string (27) "migrate_process_trim.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉migrate_sandbox => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (56) "modules/contrib/migrate_sandbox/migrate_sandbox.info.yml"
- File (346B)
-rw-r--r-- 1001 100 346B Jul 05 22:39 modules/contrib/migrate_sandbox/migrate_sandbox.info.yml
- protected filename -> null
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉migrate_tools => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (52) "modules/contrib/migrate_tools/migrate_tools.info.yml"
- File (459B)
-rw-r--r-- 1001 100 459B Dec 30 2022 modules/contrib/migrate_tools/migrate_tools.info.yml
- protected filename -> string (20) "migrate_tools.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉migrate_upgrade => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (56) "modules/contrib/migrate_upgrade/migrate_upgrade.info.yml"
- File (384B)
-rw-r--r-- 1001 100 384B Jun 25 23:23 modules/contrib/migrate_upgrade/migrate_upgrade.info.yml
- protected filename -> null
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉mysql => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (33) "core/modules/mysql/mysql.info.yml"
- File (98B)
-rw-r--r-- 1001 100 98B Sep 19 2023 core/modules/mysql/mysql.info.yml
- protected filename -> string (12) "mysql.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉node => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (31) "core/modules/node/node.info.yml"
- File (206B)
-rw-r--r-- 1001 100 206B Sep 19 2023 core/modules/node/node.info.yml
- protected filename -> string (11) "node.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉oidc => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (34) "modules/contrib/oidc/oidc.info.yml"
- File (325B)
-rw-r--r-- 1001 100 325B Jun 14 18:40 modules/contrib/oidc/oidc.info.yml
- protected filename -> string (11) "oidc.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉options => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (37) "core/modules/options/options.info.yml"
- File (210B)
-rw-r--r-- 1001 100 210B Sep 19 2023 core/modules/options/options.info.yml
- protected filename -> string (14) "options.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉owlcarousel => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (48) "modules/contrib/owlcarousel/owlcarousel.info.yml"
- File (343B)
-rw-r--r-- 1001 100 343B May 30 2021 modules/contrib/owlcarousel/owlcarousel.info.yml
- protected filename -> string (18) "owlcarousel.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉page_cache => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (43) "core/modules/page_cache/page_cache.info.yml"
- File (179B)
-rw-r--r-- 1001 100 179B Sep 19 2023 core/modules/page_cache/page_cache.info.yml
- protected filename -> string (17) "page_cache.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉path => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (31) "core/modules/path/path.info.yml"
- File (175B)
-rw-r--r-- 1001 100 175B Sep 19 2023 core/modules/path/path.info.yml
- protected filename -> string (11) "path.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉path_alias => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (43) "core/modules/path_alias/path_alias.info.yml"
- File (146B)
-rw-r--r-- 1001 100 146B Sep 19 2023 core/modules/path_alias/path_alias.info.yml
- protected filename -> null
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉potx => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (34) "modules/contrib/potx/potx.info.yml"
- File (406B)
-rw-r--r-- 1001 100 406B Jul 09 11:11 modules/contrib/potx/potx.info.yml
- protected filename -> string (11) "potx.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉redirect => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (42) "modules/contrib/redirect/redirect.info.yml"
- File (365B)
-rw-r--r-- 1001 100 365B Aug 10 10:14 modules/contrib/redirect/redirect.info.yml
- protected filename -> string (15) "redirect.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉robo => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (33) "modules/custom/robo/robo.info.yml"
- File (122B)
-rw-r--r-- 1001 100 122B Oct 08 10:15 modules/custom/robo/robo.info.yml
- protected filename -> string (11) "robo.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉robo_migrate => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (49) "modules/custom/robo_migrate/robo_migrate.info.yml"
- File (217B)
-rw-r--r-- 1001 100 217B Oct 08 10:15 modules/custom/robo_migrate/robo_migrate.info.yml
- protected filename -> string (19) "robo_migrate.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉robo_migrate_bean => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (80) "modules/custom/robo_migrate/modules/robo_migrate_bean/robo_migrate_bean.info...
- File (175B)
- Contents
-rw-r--r-- 1001 100 175B Oct 08 10:15 modules/custom/robo_migrate/modules/robo_migrate_bean/robo_migrate_bean.info.yml
modules/custom/robo_migrate/modules/robo_migrate_bean/robo_migrate_bean.info.yml
- protected filename -> null
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉robo_migrate_others => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (84) "modules/custom/robo_migrate/modules/robo_migrate_others/robo_migrate_others....
- File (225B)
- Contents
-rw-r--r-- 1001 100 225B Oct 08 10:15 modules/custom/robo_migrate/modules/robo_migrate_others/robo_migrate_others.info.yml
modules/custom/robo_migrate/modules/robo_migrate_others/robo_migrate_others.info.yml
- protected filename -> null
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉robo_migrate_system => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (84) "modules/custom/robo_migrate/modules/robo_migrate_system/robo_migrate_system....
- File (179B)
- Contents
-rw-r--r-- 1001 100 179B Oct 08 10:15 modules/custom/robo_migrate/modules/robo_migrate_system/robo_migrate_system.info.yml
modules/custom/robo_migrate/modules/robo_migrate_system/robo_migrate_system.info.yml
- protected filename -> null
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉search => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (35) "core/modules/search/search.info.yml"
- File (193B)
-rw-r--r-- 1001 100 193B Sep 19 2023 core/modules/search/search.info.yml
- protected filename -> string (13) "search.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉shortcut => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (39) "core/modules/shortcut/shortcut.info.yml"
- File (207B)
-rw-r--r-- 1001 100 207B Sep 19 2023 core/modules/shortcut/shortcut.info.yml
- protected filename -> string (15) "shortcut.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉smart_sql_idmap => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (56) "modules/contrib/smart_sql_idmap/smart_sql_idmap.info.yml"
- File (333B)
-rw-r--r-- 1001 100 333B Jun 30 13:11 modules/contrib/smart_sql_idmap/smart_sql_idmap.info.yml
- protected filename -> null
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉smart_trim => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (46) "modules/contrib/smart_trim/smart_trim.info.yml"
- File (441B)
-rw-r--r-- 1001 100 441B Aug 17 00:27 modules/contrib/smart_trim/smart_trim.info.yml
- protected filename -> string (17) "smart_trim.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉spamspan => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (42) "modules/contrib/spamspan/spamspan.info.yml"
- File (456B)
-rw-r--r-- 1001 100 456B Aug 23 13:38 modules/contrib/spamspan/spamspan.info.yml
- protected filename -> string (15) "spamspan.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉string_field_formatter => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (70) "modules/contrib/string_field_formatter/string_field_formatter.info.yml"
- File (317B)
-rw-r--r-- 1001 100 317B Jul 29 16:47 modules/contrib/string_field_formatter/string_field_formatter.info.yml
- protected filename -> null
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉svg_image => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (44) "modules/contrib/svg_image/svg_image.info.yml"
- File (325B)
-rw-r--r-- 1001 100 325B Oct 28 2023 modules/contrib/svg_image/svg_image.info.yml
- protected filename -> string (16) "svg_image.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉system => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (35) "core/modules/system/system.info.yml"
- File (180B)
-rw-r--r-- 1001 100 180B Sep 19 2023 core/modules/system/system.info.yml
- protected filename -> string (13) "system.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉taxonomy => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (39) "core/modules/taxonomy/taxonomy.info.yml"
- File (208B)
-rw-r--r-- 1001 100 208B Sep 19 2023 core/modules/taxonomy/taxonomy.info.yml
- protected filename -> string (15) "taxonomy.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉text => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (31) "core/modules/text/text.info.yml"
- File (159B)
-rw-r--r-- 1001 100 159B Sep 19 2023 core/modules/text/text.info.yml
- protected filename -> string (11) "text.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉timer_block => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (47) "modules/custom/timer_block/timer_block.info.yml"
- File (427B)
-rw-r--r-- 1001 100 427B Oct 08 10:15 modules/custom/timer_block/timer_block.info.yml
- protected filename -> string (18) "timer_block.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉token => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (36) "modules/contrib/token/token.info.yml"
- File (282B)
-rw-r--r-- 1001 100 282B Jul 29 00:36 modules/contrib/token/token.info.yml
- protected filename -> string (12) "token.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉token_filter => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (50) "modules/contrib/token_filter/token_filter.info.yml"
- File (307B)
-rw-r--r-- 1001 100 307B Jun 24 01:01 modules/contrib/token_filter/token_filter.info.yml
- protected filename -> string (19) "token_filter.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉toolbar => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (37) "core/modules/toolbar/toolbar.info.yml"
- File (209B)
-rw-r--r-- 1001 100 209B Sep 19 2023 core/modules/toolbar/toolbar.info.yml
- protected filename -> string (14) "toolbar.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉tour => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (31) "core/modules/tour/tour.info.yml"
- File (115B)
-rw-r--r-- 1001 100 115B Sep 19 2023 core/modules/tour/tour.info.yml
- protected filename -> string (11) "tour.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉twig_real_content => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (60) "modules/contrib/twig_real_content/twig_real_content.info.yml"
- File (397B)
-rw-r--r-- 1001 100 397B Aug 21 17:21 modules/contrib/twig_real_content/twig_real_content.info.yml
- protected filename -> null
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉update => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (35) "core/modules/update/update.info.yml"
- File (214B)
-rw-r--r-- 1001 100 214B Sep 19 2023 core/modules/update/update.info.yml
- protected filename -> string (13) "update.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉upgrade_status => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (54) "modules/contrib/upgrade_status/upgrade_status.info.yml"
- File (399B)
-rw-r--r-- 1001 100 399B Aug 07 17:23 modules/contrib/upgrade_status/upgrade_status.info.yml
- protected filename -> string (21) "upgrade_status.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉user => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (31) "core/modules/user/user.info.yml"
- File (193B)
-rw-r--r-- 1001 100 193B Sep 19 2023 core/modules/user/user.info.yml
- protected filename -> string (11) "user.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉video_embed_field => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (60) "modules/contrib/video_embed_field/video_embed_field.info.yml"
- File (457B)
-rw-r--r-- 1001 100 457B Dec 19 2022 modules/contrib/video_embed_field/video_embed_field.info.yml
- protected filename -> string (24) "video_embed_field.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉views_bulk_operations => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (68) "modules/contrib/views_bulk_operations/views_bulk_operations.info.yml"
- File (372B)
-rw-r--r-- 1001 100 372B Jun 06 11:13 modules/contrib/views_bulk_operations/views_bulk_operations.info.yml
- protected filename -> string (28) "views_bulk_operations.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉views_migration => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (56) "modules/contrib/views_migration/views_migration.info.yml"
- File (370B)
-rw-r--r-- 1001 100 370B Apr 20 2023 modules/contrib/views_migration/views_migration.info.yml
- protected filename -> string (22) "views_migration.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉views_ui => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (39) "core/modules/views_ui/views_ui.info.yml"
- File (200B)
-rw-r--r-- 1001 100 200B Sep 19 2023 core/modules/views_ui/views_ui.info.yml
- protected filename -> string (15) "views_ui.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉webform => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (40) "modules/contrib/webform/webform.info.yml"
- File (391B)
-rw-r--r-- 1001 100 391B Jul 19 23:32 modules/contrib/webform/webform.info.yml
- protected filename -> string (14) "webform.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉webform_access => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (70) "modules/contrib/webform/modules/webform_access/webform_access.info.yml"
- File (345B)
-rw-r--r-- 1001 100 345B Jul 19 23:32 modules/contrib/webform/modules/webform_access/webform_access.info.yml
- protected filename -> string (21) "webform_access.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉webform_devel => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (68) "modules/contrib/webform/modules/webform_devel/webform_devel.info.yml"
- File (334B)
-rw-r--r-- 1001 100 334B Jul 19 23:32 modules/contrib/webform/modules/webform_devel/webform_devel.info.yml
- protected filename -> string (20) "webform_devel.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉webform_location_places => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (88) "modules/contrib/webform/modules/webform_location_places/webform_location_pla...
- File (415B)
- Contents
-rw-r--r-- 1001 100 415B Jul 19 23:32 modules/contrib/webform/modules/webform_location_places/webform_location_places.info.yml
modules/contrib/webform/modules/webform_location_places/webform_location_places.info.yml
- protected filename -> string (30) "webform_location_places.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉webform_migrate => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (56) "modules/contrib/webform_migrate/webform_migrate.info.yml"
- File (356B)
-rw-r--r-- 1001 100 356B Mar 15 2021 modules/contrib/webform_migrate/webform_migrate.info.yml
- protected filename -> null
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉webform_node => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (66) "modules/contrib/webform/modules/webform_node/webform_node.info.yml"
- File (451B)
-rw-r--r-- 1001 100 451B Jul 19 23:32 modules/contrib/webform/modules/webform_node/webform_node.info.yml
- protected filename -> string (19) "webform_node.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉webform_options_custom => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (86) "modules/contrib/webform/modules/webform_options_custom/webform_options_custo...
- File (389B)
- Contents
-rw-r--r-- 1001 100 389B Jul 19 23:32 modules/contrib/webform/modules/webform_options_custom/webform_options_custom.info.yml
modules/contrib/webform/modules/webform_options_custom/webform_options_custom.info.yml
- protected filename -> string (29) "webform_options_custom.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉webform_submission_export_import => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (106) "modules/contrib/webform/modules/webform_submission_export_import/webform_sub...
- File (341B)
- Contents
-rw-r--r-- 1001 100 341B Jul 19 23:32 modules/contrib/webform/modules/webform_submission_export_import/webform_submission_export_import.info.yml
modules/contrib/webform/modules/webform_submission_export_import/webform_submission_export_import.info.yml
- protected filename -> string (39) "webform_submission_export_import.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉webform_submission_log => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (86) "modules/contrib/webform/modules/webform_submission_log/webform_submission_lo...
- File (331B)
- Contents
-rw-r--r-- 1001 100 331B Jul 19 23:32 modules/contrib/webform/modules/webform_submission_log/webform_submission_log.info.yml
modules/contrib/webform/modules/webform_submission_log/webform_submission_log.info.yml
- protected filename -> string (29) "webform_submission_log.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉webform_templates => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (76) "modules/contrib/webform/modules/webform_templates/webform_templates.info.yml"
- File (337B)
-rw-r--r-- 1001 100 337B Jul 19 23:32 modules/contrib/webform/modules/webform_templates/webform_templates.info.yml
- protected filename -> string (24) "webform_templates.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉webform_ui => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (62) "modules/contrib/webform/modules/webform_ui/webform_ui.info.yml"
- File (327B)
-rw-r--r-- 1001 100 327B Jul 19 23:32 modules/contrib/webform/modules/webform_ui/webform_ui.info.yml
- protected filename -> string (17) "webform_ui.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉yaml_editor => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (48) "modules/contrib/yaml_editor/yaml_editor.info.yml"
- File (328B)
-rw-r--r-- 1001 100 328B Aug 14 2023 modules/contrib/yaml_editor/yaml_editor.info.yml
- protected filename -> string (18) "yaml_editor.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉menu_admin_per_menu => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (64) "modules/contrib/menu_admin_per_menu/menu_admin_per_menu.info.yml"
- File (413B)
-rw-r--r-- 1001 100 413B Aug 19 2022 modules/contrib/menu_admin_per_menu/menu_admin_per_menu.info.yml
- protected filename -> string (26) "menu_admin_per_menu.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉pathauto => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (42) "modules/contrib/pathauto/pathauto.info.yml"
- File (439B)
-rw-r--r-- 1001 100 439B Aug 01 12:21 modules/contrib/pathauto/pathauto.info.yml
- protected filename -> string (15) "pathauto.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉content_translation => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (61) "core/modules/content_translation/content_translation.info.yml"
- File (206B)
-rw-r--r-- 1001 100 206B Sep 19 2023 core/modules/content_translation/content_translation.info.yml
- protected filename -> string (26) "content_translation.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉externalauth => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (50) "modules/contrib/externalauth/externalauth.info.yml"
- File (365B)
-rw-r--r-- 1001 100 365B Jul 11 11:22 modules/contrib/externalauth/externalauth.info.yml
- protected filename -> string (19) "externalauth.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉views => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (33) "core/modules/views/views.info.yml"
- File (159B)
-rw-r--r-- 1001 100 159B Sep 19 2023 core/modules/views/views.info.yml
- protected filename -> string (12) "views.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉paragraphs => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (46) "modules/contrib/paragraphs/paragraphs.info.yml"
- File (568B)
-rw-r--r-- 1001 100 568B Jan 14 13:09 modules/contrib/paragraphs/paragraphs.info.yml
- protected filename -> string (17) "paragraphs.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉linked_field => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (50) "modules/contrib/linked_field/linked_field.info.yml"
- File (318B)
-rw-r--r-- 1001 100 318B Feb 24 2023 modules/contrib/linked_field/linked_field.info.yml
- protected filename -> string (19) "linked_field.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉standard => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (7) "profile"
- ⧉protected pathname -> string (40) "core/profiles/standard/standard.info.yml"
- File (561B)
-rw-r--r-- 1001 100 561B Sep 19 2023 core/profiles/standard/standard.info.yml
- protected filename -> string (16) "standard.profile"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- ⧉eu_cookie_compliance => Drupal\Core\Extension\Extension (5)
- Properties (5)
- Available methods (14)
- protected type -> string (6) "module"
- ⧉protected pathname -> string (66) "modules/contrib/eu_cookie_compliance/eu_cookie_compliance.info.yml"
- File (421B)
-rw-r--r-- 1001 100 421B Oct 07 2022 modules/contrib/eu_cookie_compliance/eu_cookie_compliance.info.yml
- protected filename -> string (27) "eu_cookie_compliance.module"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- protected loaded -> boolean true
- ⧉protected implementations -> array (682)
- ⧉module_implements_alter => array (5)
- ckeditor5 => boolean false
- field_group => boolean false
- webform => boolean false
- content_translation => boolean false
- paragraphs => boolean false
- ⧉config_schema_info_alter => array (4)
- ckeditor5 => boolean false
- config_translation => boolean false
- svg_image => boolean false
- webform => boolean false
- entity_load => array (0)
- user_role_load => array (0)
- language_fallback_candidates_locale_lookup_alter => array (0)
- language_fallback_candidates_alter => array (0)
- ⧉webform_help_info => array (6)
- webform_access => boolean false
- webform_devel => boolean false
- webform_options_custom => boolean false
- webform_submission_export_import => boolean false
- webform_submission_log => boolean false
- webform_templates => boolean false
- webform_help_info_alter => array (0)
- config_filter_info_alter => array (0)
- config_ignore_settings_alter => array (0)
- ⧉system_info_alter => array (2)
- system => boolean false
- upgrade_status => boolean false
- ⧉config_import_steps_alter => array (1)
- field => boolean false
- ⧉filter_format_load => array (1)
- webform => boolean false
- ⧉filter_info_alter => array (1)
- filter_html_inline_style => boolean false
- ⧉filter_format_presave => array (1)
- editor => boolean false
- ⧉entity_presave => array (2)
- image => boolean false
- content_translation => boolean false
- filter_format_update => array (0)
- ⧉entity_update => array (4)
- editor => boolean false
- entity_usage => boolean false
- webform => boolean false
- pathauto => boolean false
- query_alter => array (0)
- query_entity_query_alter => array (0)
- query_entity_query_block_content_alter => array (0)
- entity_preload => array (0)
- query_block_content_load_multiple_alter => array (0)
- ⧉entity_bundle_field_info => array (1)
- field => boolean false
- field_config_load => array (0)
- entity_bundle_field_info_alter => array (0)
- ⧉entity_field_storage_info => array (1)
- field => boolean false
- field_storage_config_load => array (0)
- entity_field_storage_info_alter => array (0)
- ⧉entity_storage_load => array (1)
- comment => boolean false
- block_content_storage_load => array (0)
- block_content_load => array (0)
- language_types_info => array (0)
- ⧉language_types_info_alter => array (2)
- language => boolean false
- content_translation => boolean false
- user_load => array (0)
- query_node_load_multiple_alter => array (0)
- base_field_override_load => array (0)
- node_storage_load => array (0)
- node_load => array (0)
- ⧉entity_access => array (1)
- media => boolean false
- ⧉node_access => array (2)
- node => boolean false
- webform_node => boolean false
- node_grants => array (0)
- entity_view_mode_alter => array (0)
- ⧉theme => array (42)
- better_exposed_filters => boolean false
- block => boolean false
- block_content => boolean false
- ckeditor5 => boolean false
- comment => boolean false
- config_translation => boolean false
- dropzonejs => boolean false
- entity_browser => boolean false
- entity_embed => boolean false
- field_group => boolean false
- field_ui => boolean false
- file => boolean false
- filter => boolean false
- gin_toolbar => boolean false
- glightbox => boolean false
- help => boolean false
- image => boolean false
- imce => boolean false
- inline_entity_form => boolean false
- language => boolean false
- link => boolean false
- locale => boolean false
- media => boolean false
- media_library => boolean false
- node => boolean false
- owlcarousel => boolean false
- search => boolean false
- smart_trim => boolean false
- spamspan => boolean false
- system => boolean false
- taxonomy => boolean false
- token => boolean false
- toolbar => boolean false
- update => boolean false
- upgrade_status => boolean false
- user => boolean false
- video_embed_field => boolean false
- views_ui => boolean false
- webform => boolean false
- views => boolean false
- paragraphs => boolean false
- eu_cookie_compliance => boolean false
- views_plugins_pager_alter => array (0)
- ⧉views_data => array (7)
- dblog => string (5) "views"
- entity_usage => string (5) "views"
- history => string (5) "views"
- media_library => string (5) "views"
- externalauth => string (5) "views"
- views => string (5) "views"
- eu_cookie_compliance => string (5) "views"
- action_load => array (0)
- search_page_load => array (0)
- ⧉field_views_data => array (6)
- datetime => string (5) "views"
- datetime_range => string (5) "views"
- entity_reference_revisions => string (5) "views"
- file => string (5) "views"
- image => string (5) "views"
- options => string (5) "views"
- comment_type_load => array (0)
- ⧉field_views_data_alter => array (1)
- taxonomy => string (5) "views"
- ⧉views_data_alter => array (10)
- comment => string (5) "views"
- contact => string (5) "views"
- contextual => string (5) "views"
- draggableviews => boolean false
- entity_browser => string (5) "views"
- entity_usage => string (5) "views"
- taxonomy => string (5) "views"
- views_bulk_operations => boolean false
- content_translation => boolean false
- views => string (5) "views"
- language_content_settings_load => array (0)
- views_plugins_row_alter => array (0)
- views_plugins_style_alter => array (0)
- views_plugins_exposed_form_alter => array (0)
- ⧉theme_registry_alter => array (6)
- field_group => boolean false
- gin_toolbar => boolean false
- menu_block => boolean false
- system => boolean false
- webform => boolean false
- paragraphs => boolean false
- entity_view_mode_load => array (0)
- entity_view_mode_info_alter => array (0)
- node_build_defaults_alter => array (0)
- entity_build_defaults_alter => array (0)
- ⧉entity_extra_field_info => array (7)
- comment => boolean false
- contact => boolean false
- masquerade => boolean false
- node => boolean false
- redirect => boolean false
- user => boolean false
- content_translation => boolean false
- node_type_load => array (0)
- entity_extra_field_info_alter => array (0)
- ⧉field_formatter_info_alter => array (2)
- robo_migrate => boolean false
- svg_image => boolean false
- entity_view_display_load => array (0)
- ⧉entity_view_display_alter => array (1)
- node => boolean false
- entity_prepare_view => array (0)
- ⧉entity_field_access => array (1)
- language => boolean false
- entity_field_access_alter => array (0)
- query_user_load_multiple_alter => array (0)
- user_storage_load => array (0)
- user_access => array (0)
- date_format_load => array (0)
- ⧉entity_display_build_alter => array (1)
- linked_field => boolean false
- node_view => array (0)
- ⧉entity_view => array (1)
- comment => boolean false
- ⧉node_view_alter => array (2)
- comment => boolean false
- history => boolean false
- ⧉entity_view_alter => array (2)
- entity_browser => boolean false
- field_group => boolean false
- ⧉theme_suggestions_field => array (1)
- system => boolean false
- ⧉theme_suggestions_alter => array (2)
- better_exposed_filters => boolean false
- field_group => boolean false
- theme_suggestions_field_alter => array (0)
- ⧉template_preprocess_default_variables_alter => array (1)
- user => boolean false
- element_plugin_alter => array (0)
- ⧉element_info_alter => array (8)
- editor => boolean false
- field_group => boolean false
- inline_form_errors => boolean false
- language => boolean false
- system => boolean false
- user => boolean false
- webform => boolean false
- content_translation => boolean false
- ⧉theme_suggestions_node => array (1)
- node => boolean false
- ⧉theme_suggestions_node_alter => array (1)
- views => boolean false
- theme_suggestions_username => array (0)
- theme_suggestions_username_alter => array (0)
- ⧉user_format_name_alter => array (1)
- oidc => boolean false
- ⧉node_links_alter => array (1)
- comment => boolean false
- theme_suggestions_links => array (0)
- theme_suggestions_links_alter => array (0)
- display_variant_plugin_alter => array (0)
- block_load => array (0)
- block_access => array (0)
- menu_load => array (0)
- view_load => array (0)
- views_plugins_argument_alter => array (0)
- ⧉views_plugins_argument_validator_alter => array (1)
- user => string (5) "views"
- block_alter => array (0)
- condition_info_alter => array (0)
- webform_load => array (0)
- ⧉webform_access => array (1)
- webform_access => boolean false
- webform_source_entity_info_alter => array (0)
- ⧉webform_access_rules => array (1)
- webform => boolean false
- webform_access_rules_alter => array (0)
- ⧉block_content_access => array (1)
- block_content_permissions => boolean false
- block_build_alter => array (0)
- block_build_system_branding_block_alter => array (0)
- block_build_system_menu_block_alter => array (0)
- block_build_timer_block_alter => array (0)
- block_build_block_content_alter => array (0)
- block_build_local_actions_block_alter => array (0)
- block_build_help_block_alter => array (0)
- block_build_system_messages_block_alter => array (0)
- block_build_local_tasks_block_alter => array (0)
- block_build_system_main_block_alter => array (0)
- ⧉block_view_alter => array (1)
- token => boolean false
- ⧉block_view_system_main_block_alter => array (1)
- system => boolean false
- block_build_views_block_alter => array (0)
- block_build_webform_block_alter => array (0)
- ⧉page_attachments => array (9)
- big_pipe => boolean false
- contextual => boolean false
- custom_media_library => boolean false
- fitvids => boolean false
- system => boolean false
- webform => boolean false
- yaml_editor => boolean false
- content_translation => boolean false
- eu_cookie_compliance => boolean false
- file_url_alter => array (0)
- eu_cookie_compliance_path_match_alter => array (0)
- eu_cookie_compliance_geoip_match_alter => array (0)
- eu_cookie_compliance_show_popup_alter => array (0)
- eu_cookie_compliance_cid_alter => array (0)
- token_entity_mapping_alter => array (0)
- theme_suggestions_eu_cookie_compliance_popup_info_consent_default => array (0)
- theme_suggestions_eu_cookie_compliance_popup_info_consent_default_alter => array (0)
- theme_suggestions_eu_cookie_compliance_withdraw => array (0)
- theme_suggestions_eu_cookie_compliance_withdraw_alter => array (0)
- ⧉page_attachments_alter => array (4)
- ck5_extra_plugins => boolean false
- devel => boolean false
- gin_toolbar => boolean false
- eu_cookie_compliance => boolean false
- ⧉page_top => array (5)
- block => boolean false
- node => boolean false
- system => boolean false
- toolbar => boolean false
- update => boolean false
- ⧉page_bottom => array (1)
- tour => boolean false
- ⧉theme_suggestions_html => array (1)
- system => boolean false
- theme_suggestions_html_alter => array (0)
- ⧉block_view_system_menu_block_alter => array (1)
- menu_ui => boolean false
- query_menu_link_content_load_multiple_alter => array (0)
- menu_link_content_storage_load => array (0)
- menu_link_content_load => array (0)
- ⧉theme_suggestions_block => array (2)
- block => boolean false
- menu_block => boolean false
- ⧉theme_suggestions_block_alter => array (1)
- menu_block => boolean false
- ⧉theme_suggestions_menu => array (1)
- menu_block => boolean false
- theme_suggestions_menu_alter => array (0)
- link_alter => array (0)
- ⧉theme_suggestions_region => array (1)
- system => boolean false
- theme_suggestions_region_alter => array (0)
- ⧉theme_suggestions_page => array (1)
- system => boolean false
- theme_suggestions_page_alter => array (0)
- block_view_system_branding_block_alter => array (0)
- menu_firstchild_item_alter => array (0)
- block_view_block_content_alter => array (0)
- block_content_build_defaults_alter => array (0)
- block_content_view => array (0)
- block_content_view_alter => array (0)
- field_group_content_element_keys_alter => array (0)
- ⧉field_group_pre_render => array (1)
- field_group => boolean false
- field_group_formatter_info_alter => array (0)
- field_group_pre_render_alter => array (0)
- ⧉field_group_build_pre_render_alter => array (1)
- field_group => boolean false
- theme_suggestions_field_group_html_element => array (0)
- theme_suggestions_field_group_html_element_alter => array (0)
- block_view_local_actions_block_alter => array (0)
- media_type_load => array (0)
- block_content_type_load => array (0)
- menu_local_actions_alter => array (0)
- ⧉block_view_help_block_alter => array (1)
- help => boolean false
- ⧉help => array (97)
- action => boolean false
- admin_toolbar => boolean false
- anchor_link => boolean false
- automated_cron => boolean false
- better_exposed_filters => boolean false
- big_pipe => boolean false
- block => boolean false
- block_content => boolean false
- breakpoint => boolean false
- ckeditor5 => boolean false
- comment => boolean false
- config => boolean false
- config_inspector => boolean false
- config_split => boolean false
- config_translation => boolean false
- config_update => boolean false
- config_update_ui => boolean false
- contact => boolean false
- contextual => boolean false
- date_all_day => boolean false
- datetime => boolean false
- datetime_range => boolean false
- dblog => boolean false
- devel => boolean false
- devel_kint_extras => boolean false
- dropzonejs => boolean false
- dynamic_page_cache => boolean false
- editor => boolean false
- entity_browser => boolean false
- entity_embed => boolean false
- entity_reference_revisions => boolean false
- entity_usage => boolean false
- field => boolean false
- field_group => boolean false
- field_ui => boolean false
- file => boolean false
- filter => boolean false
- fitvids => boolean false
- gin_toolbar => boolean false
- glightbox => boolean false
- help => boolean false
- history => boolean false
- image => boolean false
- imce => boolean false
- inline_form_errors => boolean false
- jquery_ui => boolean false
- jquery_ui_touch_punch => boolean false
- language => boolean false
- link => boolean false
- linkit => boolean false
- locale => boolean false
- masquerade => boolean false
- media => boolean false
- media_library => boolean false
- media_library_edit => boolean false
- menu_firstchild => boolean false
- menu_link_content => boolean false
- menu_ui => boolean false
- migmag => boolean false
- migmag_process => boolean false
- migrate => boolean false
- migrate_drupal => boolean false
- migrate_drupal_ui => boolean false
- migrate_process_array => boolean false
- migrate_process_extra => boolean false
- mysql => boolean false
- node => boolean false
- options => boolean false
- owlcarousel => boolean false
- page_cache => boolean false
- path => boolean false
- potx => boolean false
- redirect => boolean false
- search => boolean false
- shortcut => boolean false
- smart_trim => boolean false
- spamspan => boolean false
- system => boolean false
- taxonomy => boolean false
- text => boolean false
- token => boolean false
- toolbar => boolean false
- tour => boolean false
- update => boolean false
- upgrade_status => boolean false
- user => boolean false
- video_embed_field => boolean false
- views_bulk_operations => boolean false
- views_migration => boolean false
- views_ui => boolean false
- webform => boolean false
- pathauto => boolean false
- content_translation => boolean false
- externalauth => boolean false
- views => boolean false
- paragraphs => boolean false
- eu_cookie_compliance => boolean false
- block_view_system_messages_block_alter => array (0)
- block_view_local_tasks_block_alter => array (0)
- entity_form_mode_load => array (0)
- entity_form_mode_info_alter => array (0)
- ⧉local_tasks_alter => array (7)
- devel => boolean false
- field_ui => boolean false
- media_library => boolean false
- webform => boolean false
- webform_submission_export_import => boolean false
- webform_submission_log => boolean false
- views => boolean false
- ⧉menu_local_tasks_alter => array (4)
- contact => boolean false
- webform => boolean false
- webform_access => boolean false
- webform_options_custom => boolean false
- theme_suggestions_menu_local_tasks => array (0)
- theme_suggestions_menu_local_tasks_alter => array (0)
- theme_suggestions_menu_local_task => array (0)
- theme_suggestions_menu_local_task_alter => array (0)
- block_view_views_block_alter => array (0)
- views_plugins_cache_alter => array (0)
- views_plugins_query_alter => array (0)
- views_pre_view => array (0)
- views_plugins_field_alter => array (0)
- views_plugins_sort_alter => array (0)
- views_plugins_filter_alter => array (0)
- ⧉views_pre_build => array (1)
- block_content_permissions => boolean false
- ⧉views_query_alter => array (1)
- block_content_permissions => boolean false
- ⧉views_query_substitutions => array (4)
- media => boolean false
- node => string (15) "views_execution"
- user => string (15) "views_execution"
- views => string (15) "views_execution"
- views_post_build => array (0)
- views_pre_execute => array (0)
- ⧉query_views_alter => array (1)
- views => boolean false
- query_views_news_alter => array (0)
- ⧉query_node_access_alter => array (1)
- node => boolean false
- views_post_execute => array (0)
- ⧉views_pre_render => array (3)
- dblog => boolean false
- media_library => boolean false
- views => string (15) "views_execution"
- ⧉views_post_render => array (1)
- media_library => boolean false
- theme_suggestions_views_view => array (0)
- theme_suggestions_views_view_alter => array (0)
- theme_suggestions_views_view_unformatted => array (0)
- theme_suggestions_views_view_unformatted_alter => array (0)
- query_media_load_multiple_alter => array (0)
- media_storage_load => array (0)
- media_load => array (0)
- media_access => array (0)
- media_build_defaults_alter => array (0)
- query_file_load_multiple_alter => array (0)
- file_storage_load => array (0)
- file_load => array (0)
- image_style_load => array (0)
- media_view => array (0)
- media_view_alter => array (0)
- ⧉theme_suggestions_media => array (1)
- media => boolean false
- ⧉media_source_info_alter => array (2)
- dropzonejs => boolean false
- media_library => boolean false
- theme_suggestions_media_alter => array (0)
- theme_suggestions_image_formatter => array (0)
- theme_suggestions_image_formatter_alter => array (0)
- theme_suggestions_image_style => array (0)
- theme_suggestions_image_style_alter => array (0)
- image_effect_info_alter => array (0)
- theme_suggestions_image => array (0)
- theme_suggestions_image_alter => array (0)
- theme_suggestions_smart_trim => array (0)
- ⧉theme_suggestions_smart_trim_alter => array (1)
- smart_trim => boolean false
- theme_suggestions_container => array (0)
- ⧉theme_suggestions_container_alter => array (2)
- gin_toolbar => boolean false
- views => boolean false
- views_plugins_argument_default_alter => array (0)
- views_plugins_join_alter => array (0)
- query_views_download_alter => array (0)
- video_embed_field_provider_info_alter => array (0)
- theme_suggestions_video_embed_iframe => array (0)
- theme_suggestions_video_embed_iframe_alter => array (0)
- query_views_events_alter => array (0)
- query_views_sponsors_hp_alter => array (0)
- query_paragraph_access_alter => array (0)
- query_paragraph_load_multiple_alter => array (0)
- paragraph_storage_load => array (0)
- paragraph_load => array (0)
- theme_suggestions_views_view_field => array (0)
- theme_suggestions_views_view_field_alter => array (0)
- entity_view_display_create => array (0)
- entity_create => array (0)
- ⧉field_info_max_weight => array (1)
- field_group => boolean false
- theme_suggestions_owlcarousel_views => array (0)
- theme_suggestions_owlcarousel_views_alter => array (0)
- theme_suggestions_views_view_fields => array (0)
- theme_suggestions_views_view_fields_alter => array (0)
- block_view_webform_block_alter => array (0)
- webform_options_custom_load => array (0)
- webform_element_info_alter => array (0)
- ⧉filter_format_access => array (1)
- webform => boolean false
- webform_element_default_properties_alter => array (0)
- webform_submission_field_values_init => array (0)
- entity_field_values_init => array (0)
- webform_submission_create => array (0)
- query_entity_query_webform_submission_alter => array (0)
- entity_form_mode_alter => array (0)
- entity_form_display_create => array (0)
- ⧉entity_form_display_alter => array (1)
- media_library_edit => boolean false
- entity_prepare_form => array (0)
- webform_submission_prepare_form => array (0)
- webform_element_access => array (0)
- webform_element_alter => array (0)
- webform_element_processed_text_alter => array (0)
- webform_element_email_alter => array (0)
- webform_submission_form_alter => array (0)
- ⧉form_alter => array (14)
- draggableviews => boolean false
- entity_browser => boolean false
- entity_usage => boolean false
- gin_toolbar => boolean false
- inline_entity_form => boolean false
- language => boolean false
- media_library => boolean false
- media_library_edit => boolean false
- robo => boolean false
- system => boolean false
- content_translation => boolean false
- eu_cookie_compliance => boolean false
- field_group => boolean false
- webform => boolean false
- form_webform_submission_webform_64_form_alter => array (0)
- form_webform_submission_webform_64_node_48_add_form_alter => array (0)
- ⧉theme_suggestions_webform_submission_form => array (1)
- webform => boolean false
- theme_suggestions_webform_submission_form_alter => array (0)
- ⧉theme_suggestions_form_element => array (1)
- webform => boolean false
- theme_suggestions_form_element_alter => array (0)
- theme_suggestions_form_element_label => array (0)
- theme_suggestions_form_element_label_alter => array (0)
- theme_suggestions_input => array (0)
- theme_suggestions_input_alter => array (0)
- theme_suggestions_webform_actions => array (0)
- theme_suggestions_webform_actions_alter => array (0)
- ⧉theme_suggestions_webform => array (1)
- webform => boolean false
- theme_suggestions_webform_alter => array (0)
- theme_suggestions_spamspan_at_sign => array (0)
- theme_suggestions_spamspan_at_sign_alter => array (0)
- ⧉tokens => array (14)
- comment => string (6) "tokens"
- file => boolean false
- node => string (6) "tokens"
- oidc => boolean false
- smart_trim => string (6) "tokens"
- system => string (6) "tokens"
- taxonomy => string (6) "tokens"
- token => string (6) "tokens"
- user => string (6) "tokens"
- webform => string (6) "tokens"
- webform_access => string (6) "tokens"
- webform_node => string (6) "tokens"
- pathauto => string (6) "tokens"
- views => string (6) "tokens"
- ⧉token_info => array (13)
- comment => string (6) "tokens"
- file => boolean false
- node => string (6) "tokens"
- oidc => boolean false
- system => string (6) "tokens"
- taxonomy => string (6) "tokens"
- token => string (6) "tokens"
- user => string (6) "tokens"
- webform => string (6) "tokens"
- webform_access => string (6) "tokens"
- webform_node => string (6) "tokens"
- pathauto => string (6) "tokens"
- views => string (6) "tokens"
- theme_suggestions_webform_element_more => array (0)
- theme_suggestions_webform_element_more_alter => array (0)
- ⧉token_info_alter => array (3)
- smart_trim => string (6) "tokens"
- token => string (6) "tokens"
- webform => string (6) "tokens"
- ⧉tokens_alter => array (1)
- oidc => boolean false
- theme_suggestions_off_canvas_page_wrapper => array (0)
- theme_suggestions_off_canvas_page_wrapper_alter => array (0)
- block_view_timer_block_alter => array (0)
- ⧉library_info_build => array (2)
- dropzonejs => boolean false
- webform => boolean false
- ⧉library_info_alter => array (9)
- better_exposed_filters => boolean false
- ckeditor5 => boolean false
- dropzonejs => boolean false
- entity_embed => boolean false
- gin_toolbar => boolean false
- jquery_ui => boolean false
- locale => boolean false
- system => boolean false
- webform => boolean false
- ⧉webform_libraries_info => array (2)
- webform_location_places => boolean false
- webform_options_custom => boolean false
- webform_handler_info_alter => array (0)
- webform_handler_invoke_alter => array (0)
- webform_handler_invoke_alter_elements_alter => array (0)
- webform_options_alter => array (0)
- webform_options_load => array (0)
- webform_options_likert_quality_alter => array (0)
- webform_options_sex_alter => array (0)
- webform_options_state_province_names_alter => array (0)
- ⧉webform_options_country_names_alter => array (1)
- webform => boolean false
- countries_alter => array (0)
- webform_options_relationship_alter => array (0)
- ⧉webform_options_languages_alter => array (1)
- webform => boolean false
- webform_options_industry_alter => array (0)
- ⧉webform_options_time_zones_alter => array (1)
- webform => boolean false
- webform_libraries_info_alter => array (0)
- ⧉css_alter => array (2)
- gin_toolbar => boolean false
- webform => boolean false
- ⧉js_alter => array (4)
- ckeditor5 => boolean false
- locale => boolean false
- webform => boolean false
- eu_cookie_compliance => boolean false
- ⧉js_settings_build => array (1)
- system => boolean false
- ⧉js_settings_alter => array (2)
- system => boolean false
- user => boolean false
- query_entity_query_file_alter => array (0)
- block_build_page_title_block_alter => array (0)
- block_view_page_title_block_alter => array (0)
- theme_suggestions_page_title => array (0)
- theme_suggestions_page_title_alter => array (0)
- form_user_login_form_alter => array (0)
- theme_suggestions_form => array (0)
- theme_suggestions_form_alter => array (0)
- query_entity_query_user_alter => array (0)
- theme_suggestions_item_list => array (0)
- theme_suggestions_item_list_alter => array (0)
- theme_suggestions_status_messages => array (0)
- theme_suggestions_status_messages_alter => array (0)
- query_entity_query_media_alter => array (0)
- glightbox_settings_alter => array (0)
- theme_suggestions_glightbox_formatter => array (0)
- theme_suggestions_glightbox_formatter_alter => array (0)
- ⧉devel_dumper_info_alter => array (1)
- devel_kint_extras => boolean false
- user_build_defaults_alter => array (0)
- ⧉user_view => array (2)
- masquerade => boolean false
- user => boolean false
- ⧉user_view_alter => array (1)
- user => boolean false
- theme_suggestions_user => array (0)
- theme_suggestions_user_alter => array (0)
- action_info_alter => array (0)
- taxonomy_vocabulary_load => array (0)
- block_build_language_block_alter => array (0)
- block_build_masquerade_alter => array (0)
- breakpoints_alter => array (0)
- ⧉toolbar => array (7)
- contextual => boolean false
- devel => boolean false
- masquerade => boolean false
- shortcut => boolean false
- toolbar => boolean false
- tour => boolean false
- user => boolean false
- shortcut_default_set => array (0)
- shortcut_set_load => array (0)
- ⧉toolbar_alter => array (3)
- admin_toolbar => boolean false
- gin_toolbar => boolean false
- webform => boolean false
- theme_suggestions_toolbar => array (0)
- theme_suggestions_toolbar_alter => array (0)
- imce_profile_load => array (0)
- block_view_masquerade_alter => array (0)
- form_masquerade_block_form_alter => array (0)
- query_entity_query_shortcut_alter => array (0)
- ajax_render_alter => array (0)
- block_view_language_block_alter => array (0)
- configurable_language_load => array (0)
- language_switch_links_alter => array (0)
- ⧉user_logout => array (1)
- user => boolean false
- theme_suggestions_file_link => array (0)
- theme_suggestions_file_link_alter => array (0)
- ⧉entity_base_field_info => array (5)
- oidc => boolean false
- path => boolean false
- token => boolean false
- pathauto => boolean false
- content_translation => boolean false
- entity_bundle_info => array (0)
- contact_form_load => array (0)
- paragraphs_type_load => array (0)
- ⧉entity_bundle_info_alter => array (1)
- content_translation => boolean false
- ⧉entity_base_field_info_alter => array (3)
- language => boolean false
- path => boolean false
- paragraphs => boolean false
- ⧉config_translation_info => array (1)
- config_translation => boolean false
- ⧉config_translation_info_alter => array (1)
- node => boolean false
- ⧉language_fallback_candidates_entity_view_alter => array (1)
- content_translation => boolean false
- theme_suggestions_media_embed_error => array (0)
- theme_suggestions_media_embed_error_alter => array (0)
- pathauto_punctuation_chars_alter => array (0)
- query_menu_link_content_access_alter => array (0)
- query_entity_query_menu_link_content_alter => array (0)
- transliteration_overrides_alter => array (0)
- query_entity_query_node_alter => array (0)
- theme_suggestions_table => array (0)
- theme_suggestions_table_alter => array (0)
- theme_suggestions_filter_caption => array (0)
- theme_suggestions_filter_caption_alter => array (0)
- media_type_access => array (0)
- oembed_resource_url_alter => array (0)
- theme_suggestions_media_oembed_iframe => array (0)
- theme_suggestions_media_oembed_iframe_alter => array (0)
- menu_admin_per_menu_get_permissions_alter => array (0)
- contextual_links_plugins_alter => array (0)
- ⧉contextual_links_alter => array (1)
- draggableviews => boolean false
- ⧉contextual_links_view_alter => array (3)
- contextual => boolean false
- views_ui => boolean false
- webform => boolean false
- ⧉field_widget_info_alter => array (4)
- entity_reference_revisions => boolean false
- file => boolean false
- svg_image => boolean false
- pathauto => boolean false
- entity_form_display_load => array (0)
- ⧉node_prepare_form => array (1)
- webform_node => boolean false
- ⧉field_widget_form_alter => array (1)
- media_library_edit => boolean false
- field_widget_datetime_timestamp_form_alter => array (0)
- ⧉field_widget_single_element_form_alter => array (6)
- entity_embed => boolean false
- imce => boolean false
- media => boolean false
- media_library_edit => boolean false
- path => boolean false
- webform_access => boolean false
- field_widget_single_element_datetime_timestamp_form_alter => array (0)
- field_widget_multivalue_form_alter => array (0)
- field_widget_multivalue_datetime_timestamp_form_alter => array (0)
- ⧉field_widget_complete_form_alter => array (2)
- media => boolean false
- menu_admin_per_menu => boolean false
- field_widget_complete_datetime_timestamp_form_alter => array (0)
- field_widget_media_library_widget_form_alter => array (0)
- field_widget_single_element_media_library_widget_form_alter => array (0)
- field_widget_multivalue_media_library_widget_form_alter => array (0)
- field_widget_complete_media_library_widget_form_alter => array (0)
- field_widget_entity_reference_autocomplete_form_alter => array (0)
- field_widget_single_element_entity_reference_autocomplete_form_alter => array (0)
- field_widget_multivalue_entity_reference_autocomplete_form_alter => array (0)
- field_widget_complete_entity_reference_autocomplete_form_alter => array (0)
- field_widget_link_default_form_alter => array (0)
- field_widget_single_element_link_default_form_alter => array (0)
- field_widget_multivalue_link_default_form_alter => array (0)
- field_widget_complete_link_default_form_alter => array (0)
- field_widget_text_textarea_form_alter => array (0)
- field_widget_single_element_text_textarea_form_alter => array (0)
- field_widget_multivalue_text_textarea_form_alter => array (0)
- field_widget_complete_text_textarea_form_alter => array (0)
- field_widget_string_textarea_form_alter => array (0)
- field_widget_single_element_string_textarea_form_alter => array (0)
- field_widget_multivalue_string_textarea_form_alter => array (0)
- field_widget_complete_string_textarea_form_alter => array (0)
- field_widget_language_select_form_alter => array (0)
- field_widget_single_element_language_select_form_alter => array (0)
- field_widget_multivalue_language_select_form_alter => array (0)
- field_widget_complete_language_select_form_alter => array (0)
- pathauto_alias_types_alter => array (0)
- pathauto_pattern_load => array (0)
- field_widget_path_form_alter => array (0)
- field_widget_single_element_path_form_alter => array (0)
- field_widget_multivalue_path_form_alter => array (0)
- field_widget_complete_path_form_alter => array (0)
- field_widget_boolean_checkbox_form_alter => array (0)
- field_widget_single_element_boolean_checkbox_form_alter => array (0)
- field_widget_multivalue_boolean_checkbox_form_alter => array (0)
- field_widget_complete_boolean_checkbox_form_alter => array (0)
- field_widget_string_textfield_form_alter => array (0)
- field_widget_single_element_string_textfield_form_alter => array (0)
- field_widget_multivalue_string_textfield_form_alter => array (0)
- field_widget_complete_string_textfield_form_alter => array (0)
- entity_create_access => array (0)
- node_create_access => array (0)
- ⧉form_node_form_alter => array (5)
- menu_ui => boolean false
- redirect => boolean false
- token => boolean false
- webform_access => boolean false
- menu_admin_per_menu => boolean false
- form_node_staticpage_edit_form_alter => array (0)
- gin_ignore_sticky_form_actions => array (0)
- gin_ignore_sticky_form_actions_alter => array (0)
- gin_content_form_routes => array (0)
- gin_content_form_routes_alter => array (0)
- theme_suggestions_node_edit_form => array (0)
- theme_suggestions_node_edit_form_alter => array (0)
- theme_suggestions_field_multiple_value_form => array (0)
- theme_suggestions_field_multiple_value_form_alter => array (0)
- theme_suggestions_textarea => array (0)
- theme_suggestions_textarea_alter => array (0)
- theme_suggestions_fieldset => array (0)
- theme_suggestions_fieldset_alter => array (0)
- theme_suggestions_select => array (0)
- theme_suggestions_select_alter => array (0)
- editor_info_alter => array (0)
- editor_load => array (0)
- embed_button_load => array (0)
- embed_type_plugins_alter => array (0)
- ⧉ckeditor5_plugin_info_alter => array (1)
- anchor_link => boolean false
- ⧉editor_js_settings_alter => array (2)
- imce => boolean false
- webform => boolean false
- ⧉editor_xss_filter_alter => array (1)
- ckeditor5_inline_style => boolean false
- theme_suggestions_filter_guidelines => array (0)
- theme_suggestions_filter_guidelines_alter => array (0)
- theme_suggestions_filter_tips => array (0)
- theme_suggestions_filter_tips_alter => array (0)
- theme_suggestions_text_format_wrapper => array (0)
- theme_suggestions_text_format_wrapper_alter => array (0)
- theme_suggestions_details => array (0)
- theme_suggestions_details_alter => array (0)
- block_build_system_breadcrumb_block_alter => array (0)
- block_view_system_breadcrumb_block_alter => array (0)
- ⧉system_breadcrumb_alter => array (1)
- menu_ui => boolean false
- theme_suggestions_breadcrumb => array (0)
- theme_suggestions_breadcrumb_alter => array (0)
- ⧉entity_reference_selection_alter => array (1)
- oidc => boolean false
- path_alias_field_values_init => array (0)
- path_alias_create => array (0)
- ⧉validation_constraint_alter => array (2)
- ckeditor5 => boolean false
- oidc => boolean false
- query_entity_query_path_alias_alter => array (0)
- query_user_access_alter => array (0)
- ⧉query_entity_reference_alter => array (3)
- block_content => boolean false
- system => boolean false
- webform => boolean false
- ⧉menu_link_content_presave => array (1)
- token => boolean false
- menu_link_content_update => array (0)
- node_presave => array (0)
- node_access_records => array (0)
- node_access_records_alter => array (0)
- ⧉node_update => array (1)
- taxonomy => boolean false
- entity_usage_track_info_alter => array (0)
- pathauto_pattern_alter => array (0)
- pathauto_alias_alter => array (0)
- query_path_alias_load_multiple_alter => array (0)
- path_alias_storage_load => array (0)
- path_alias_load => array (0)
- query_redirect_load_multiple_alter => array (0)
- redirect_storage_load => array (0)
- redirect_load => array (0)
- redirect_response_alter => array (0)
- language_fallback_candidates_entity_upcast_alter => array (0)
- ⧉user_login => array (2)
- user => boolean false
- webform => boolean false
- webform_submission_presave => array (0)
- webform_submission_insert => array (0)
- ⧉entity_insert => array (4)
- comment => boolean false
- editor => boolean false
- entity_usage => boolean false
- pathauto => boolean false
- ⧉theme_suggestions_webform_confirmation => array (1)
- webform => boolean false
- theme_suggestions_webform_confirmation_alter => array (0)
- theme_suggestions_webform_html_editor_markup => array (0)
- theme_suggestions_webform_html_editor_markup_alter => array (0)
- view_access => array (0)
- query_webform_submission_load_multiple_alter => array (0)
- webform_submission_storage_load => array (0)
- webform_submission_load => array (0)
- language_fallback_candidates_node_tokens_alter => array (0)
- paragraph_access => array (0)
- paragraph_build_defaults_alter => array (0)
- paragraph_view => array (0)
- paragraph_view_alter => array (0)
- paragraphs_behavior_info_alter => array (0)
- ⧉theme_suggestions_paragraph => array (1)
- paragraphs => boolean false
- theme_suggestions_paragraph_alter => array (0)
- editor_access => array (0)
- imce_plugin_info_alter => array (0)
- theme_suggestions_imce_page => array (0)
- theme_suggestions_imce_page_alter => array (0)
- file_mimetype_mapping_alter => array (0)
- file_field_values_init => array (0)
- file_create => array (0)
- image_toolkit_operation_alter => array (0)
- file_validate => array (0)
- query_file_access_alter => array (0)
- file_presave => array (0)
- file_insert => array (0)
- file_update => array (0)
- search_page_access => array (0)
- theme_suggestions_time => array (0)
- theme_suggestions_time_alter => array (0)
- ⧉masquerade_access => array (1)
- masquerade => boolean false
- theme_suggestions_media_library_item => array (0)
- theme_suggestions_media_library_item_alter => array (0)
- ⧉form_views_exposed_form_alter => array (2)
- webform => boolean false
- views => boolean false
- query_views_edit_panel_block_content_alter => array (0)
- query_block_content_access_alter => array (0)
- ⧉block_content_type_access => array (1)
- block_content_permissions => boolean false
- ⧉entity_operation => array (7)
- config_translation => boolean false
- devel => boolean false
- field_ui => boolean false
- masquerade => boolean false
- user => boolean false
- webform_node => boolean false
- content_translation => boolean false
- ⧉entity_operation_alter => array (1)
- menu_admin_per_menu => boolean false
- theme_suggestions_dropbutton_wrapper => array (0)
- theme_suggestions_dropbutton_wrapper_alter => array (0)
- form_views_form_edit_panel_block_content_all_alter => array (0)
- theme_suggestions_views_exposed_form => array (0)
- theme_suggestions_views_exposed_form_alter => array (0)
- ⧉views_form_substitutions => array (1)
- views => string (15) "views_execution"
- theme_suggestions_views_view_table => array (0)
- theme_suggestions_views_view_table_alter => array (0)
- theme_suggestions_tablesort_indicator => array (0)
- theme_suggestions_tablesort_indicator_alter => array (0)
- block_build_edit_panel_block_alter => array (0)
- query_views_edit_panel_content_alter => array (0)
- node_type_access => array (0)
- form_views_form_edit_panel_content_all_alter => array (0)
- theme_suggestions_pager => array (0)
- theme_suggestions_pager_alter => array (0)
- menu_access => array (0)
- menu_create_access => array (0)
- menu_prepare_form => array (0)
- form_menu_form_alter => array (0)
- ⧉form_menu_edit_form_alter => array (1)
- menu_admin_per_menu => boolean false
- theme_suggestions_indentation => array (0)
- theme_suggestions_indentation_alter => array (0)
- theme_suggestions_menu_local_action => array (0)
- theme_suggestions_menu_local_action_alter => array (0)
- block_view_edit_panel_block_alter => array (0)
- node_type_create_access => array (0)
- node_field_values_init => array (0)
- node_create => array (0)
- form_node_staticpage_form_alter => array (0)
- ⧉node_insert => array (2)
- taxonomy => boolean false
- token => boolean false
- pathauto_is_alias_reserved => array (0)
- path_alias_presave => array (0)
- ⧉path_alias_insert => array (2)
- menu_link_content => boolean false
- redirect => boolean false
- form_node_preview_form_select_alter => array (0)
- query_media_access_alter => array (0)
- form_views_form_edit_panel_content_c_type_alter => array (0)
- form_views_form_edit_panel_content_c_type_staticpage_alter => array (0)
- form_timer_block_settings_alter => array (0)
- theme_suggestions_system_config_form => array (0)
- theme_suggestions_system_config_form_alter => array (0)
- theme_suggestions_datetime_form => array (0)
- theme_suggestions_datetime_form_alter => array (0)
- theme_suggestions_datetime_wrapper => array (0)
- theme_suggestions_datetime_wrapper_alter => array (0)
- ⧉entity_type_build => array (7)
- action => boolean false
- field_ui => boolean false
- inline_entity_form => boolean false
- menu_ui => boolean false
- migrate_tools => boolean false
- system => boolean false
- views_ui => boolean false
- ⧉entity_type_alter => array (15)
- block_content => boolean false
- config_translation => boolean false
- contact => boolean false
- devel => boolean false
- masquerade => boolean false
- media => boolean false
- menu_link_content => boolean false
- path => boolean false
- token => boolean false
- webform_devel => boolean false
- webform_node => boolean false
- webform_templates => boolean false
- webform_ui => boolean false
- paragraphs => boolean false
- content_translation => boolean false
- ⧉language_negotiation_info_alter => array (1)
- oidc => boolean false
- ⧉field_info_alter => array (5)
- entity_reference_revisions => boolean false
- language => boolean false
- token => boolean false
- pathauto => boolean false
- content_translation => boolean false
- data_type_info_alter => array (0)
- ⧉views_plugins_display_alter => array (2)
- draggableviews => boolean false
- views_ui => boolean false
- views_plugins_access_alter => array (0)
- oidc_openid_connect_realm_alter => array (0)
- form_oidc_settings_form_alter => array (0)
- theme_suggestions_admin_block_content => array (0)
- theme_suggestions_admin_block_content_alter => array (0)
- views_plugins_area_alter => array (0)
- query_views_user_admin_people_alter => array (0)
- form_views_form_user_admin_people_page_1_alter => array (0)
- user_create_access => array (0)
- user_prepare_form => array (0)
- theme_suggestions_file_upload_help => array (0)
- theme_suggestions_file_upload_help_alter => array (0)
- field_widget_image_image_form_alter => array (0)
- field_widget_single_element_image_image_form_alter => array (0)
- field_widget_multivalue_image_image_form_alter => array (0)
- field_widget_complete_image_image_form_alter => array (0)
- ⧉form_user_form_alter => array (3)
- contact => boolean false
- oidc => boolean false
- webform_access => boolean false
- ⧉theme_suggestions_radios => array (1)
- webform => boolean false
- theme_suggestions_radios_alter => array (0)
- theme_suggestions_image_widget => array (0)
- theme_suggestions_image_widget_alter => array (0)
- contact_message_field_values_init => array (0)
- contact_message_create => array (0)
- contact_message_prepare_form => array (0)
- form_contact_message_form_alter => array (0)
- form_contact_message_personal_form_alter => array (0)
- ⧉query_webform_submission_access_alter => array (1)
- webform => boolean false
- form_views_form_edit_panel_content_c_type_news_alter => array (0)
- menu_link_content_prepare_form => array (0)
- field_widget_number_form_alter => array (0)
- field_widget_single_element_number_form_alter => array (0)
- field_widget_multivalue_number_form_alter => array (0)
- field_widget_complete_number_form_alter => array (0)
- ⧉menu_link_content_access => array (1)
- menu_admin_per_menu => boolean false
- ⧉form_menu_link_content_form_alter => array (2)
- menu_firstchild => boolean false
- menu_admin_per_menu => boolean false
- form_menu_link_content_menu_link_content_form_alter => array (0)
- theme_suggestions_token_tree_link => array (0)
- theme_suggestions_token_tree_link_alter => array (0)
- form_webform_submission_webform_64_node_64_add_form_alter => array (0)
- field_widget_entity_reference_autocomplete_tags_form_alter => array (0)
- field_widget_single_element_entity_reference_autocomplete_tags_form_alter => array (0)
- field_widget_multivalue_entity_reference_autocomplete_tags_form_alter => array (0)
- field_widget_complete_entity_reference_autocomplete_tags_form_alter => array (0)
- form_node_news_form_alter => array (0)
- media_create_access => array (0)
- form_media_library_add_form_alter => array (0)
- form_media_library_add_form_dropzonejs_alter => array (0)
- query_views_media_library_alter => array (0)
- theme_suggestions_media_library_wrapper => array (0)
- theme_suggestions_media_library_wrapper_alter => array (0)
- theme_suggestions_dropzonejs => array (0)
- theme_suggestions_dropzonejs_alter => array (0)
- form_views_form_media_library_widget_alter => array (0)
- form_views_form_media_library_widget_image_alter => array (0)
- theme_suggestions_views_mini_pager => array (0)
- theme_suggestions_views_mini_pager_alter => array (0)
- ⧉file_move => array (1)
- image => boolean false
- media_field_values_init => array (0)
- media_create => array (0)
- ⧉file_access => array (1)
- webform => boolean false
- media_presave => array (0)
- media_insert => array (0)
- linkit_profile_load => array (0)
- linkit_matcher_alter => array (0)
- query_linkit_entity_autocomplete_alter => array (0)
- query_linkit_entity_node_autocomplete_alter => array (0)
- query_entity_access_alter => array (0)
- form_views_form_media_library_widget_audio_alter => array (0)
- entity_usage_block_tracking => array (0)
- form_views_form_media_library_widget_document_alter => array (0)
- field_widget_file_generic_form_alter => array (0)
- field_widget_single_element_file_generic_form_alter => array (0)
- field_widget_multivalue_file_generic_form_alter => array (0)
- field_widget_complete_file_generic_form_alter => array (0)
- theme_suggestions_file_managed_file => array (0)
- theme_suggestions_file_managed_file_alter => array (0)
- media_prepare_form => array (0)
- form_media_form_alter => array (0)
- form_media_document_edit_form_alter => array (0)
- media_update => array (0)
- form_node_news_edit_form_alter => array (0)
- form_media_image_edit_form_alter => array (0)
- ⧉path_alias_update => array (2)
- menu_link_content => boolean false
- redirect => boolean false
- redirect_field_values_init => array (0)
- redirect_create => array (0)
- redirect_presave => array (0)
- redirect_insert => array (0)
- ⧉protected verified -> array (10)
- entity_load => boolean true
- user_role_load => boolean true
- language_types_info => boolean true
- language_types_info_alter => boolean true
- entity_preload => boolean true
- user_load => boolean true
- node_load => boolean true
- entity_view_mode_alter => boolean true
- node_build_defaults_alter => boolean true
- entity_build_defaults_alter => boolean true
- protected hookInfo -> null
- ⧉protected cacheBackend -> Drupal\Core\Cache\DatabaseBackend (4)
- Properties (4)
- Available methods (20)
- Static class properties (3)
- protected maxRows -> integer 5000
- protected bin -> string (15) "cache_bootstrap"
- ⧉protected connection -> Drupal\mysql\Driver\Database\mysql\Connection (24)
- Properties (24)
- Available methods (80)
- Static class properties (6)
- protected target -> string (7) "default"
- protected key -> string (7) "default"
- protected logger -> null
- protected transactionLayers -> array (0)
- ⧉protected driverClasses -> array (3) Depth Limit
- protected statementClass -> null
- protected statementWrapperClass -> string (37) "Drupal\Core\Database\StatementWrapper"
- protected transactionalDDLSupport -> boolean false
- protected temporaryNameIndex -> integer 0
- ⧉protected connection -> PDO (0) Depth Limit
- ⧉protected connectionOptions -> array (11) Depth Limit
- protected schema -> null
- ⧉protected prefixes -> array (1) Depth Limit
- ⧉protected prefixSearch -> array (2) Depth Limit
- ⧉protected prefixReplace -> array (2) Depth Limit
- protected unprefixedTablesMap -> array (0)
- protected escapedNames -> array (0)
- ⧉protected escapedTables -> array (13) Depth Limit
- ⧉protected escapedFields -> array (16) Depth Limit
- ⧉protected escapedAliases -> array (7) Depth Limit
- protected rootTransactionEndCallbacks -> array (0)
- ⧉protected identifierQuotes -> array (2) Depth Limit
- protected needsCleanup -> boolean false
- private serverVersion -> null
- ⧉public __construct(PDO $connection, array $connection_options) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:94
- ⧉public __destruct() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:239
- ⧉public queryRange($query, $from, $count, array $args = array(), array $options = array())
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:246
- ⧉public queryTemporary($query, array $args = array(), array $options = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:253
- ⧉public driver()
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:259
- ⧉public version() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:266
- ⧉public isMariaDb(): bool Determines whether the MySQL distribution is MariaDB or not.
/** * Determines whether the MySQL distribution is MariaDB or not. * * @return bool * Returns TRUE if the distribution is MariaDB, or FALSE if not. */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:280
- ⧉public databaseType()
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:313
- ⧉public createDatabase($database) Overrides \Drupal\Core\Database\Connection::createDatabase().
/** * Overrides \Drupal\Core\Database\Connection::createDatabase(). * * @param string $database * The name of the database to create. * * @throws \Drupal\Core\Database\DatabaseNotFoundException */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:325
- ⧉public mapConditionOperator($operator)
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:339
- ⧉public nextId($existing_id0)
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:344
- ⧉public nextIdDelete()
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:364
- ⧉public rollBack($savepoint_name = 'drupal_transaction') {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:436
- ⧉public destroy() Destroys this Connection object.
/** * Destroys this Connection object. * * PHP does not destruct an object if it is still referenced in other * variables. In case of PDO database connection objects, PHP only closes the * connection when the PDO object is destructed, so any references to this * object may cause the number of maximum allowed connections to be exceeded. * * @deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Move custom * database destruction logic to __destruct(). * * @see https://www.drupal.org/node/3142866 */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:329
- ⧉public getConnectionOptions(): array Returns the connection information for this connection object.
/** * Returns the connection information for this connection object. * * Note that Database::getConnectionInfo() is for requesting information * about an arbitrary database connection that is defined. This method * is for requesting the connection information of this specific * open connection object. * * @return array * An array of the connection information. The exact list of * properties is driver-dependent. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:437
- ⧉public attachDatabase(string $database): void Allows the connection to access additional databases.
/** * Allows the connection to access additional databases. * * Database systems usually group tables in 'databases' or 'schemas', that * can be accessed with syntax like 'SELECT * FROM database.table'. Normally * Drupal accesses tables in a single database/schema, but in some cases it * may be necessary to access tables from other databases/schemas in the same * database server. This method can be called to ensure that the additional * database/schema is accessible. * * For MySQL, PostgreSQL and most other databases no action need to be taken * to query data in another database or schema. For SQLite this is however * necessary and the database driver for SQLite will override this method. * * @param string $database * The database to be attached to the connection. * * @internal */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:460
- ⧉public prefixTables($sql): string Appends a database prefix to all tables in a query.
/** * Appends a database prefix to all tables in a query. * * Queries sent to Drupal should wrap all table names in curly brackets. This * function searches for this syntax and adds Drupal's table prefix to all * tables, allowing Drupal to coexist with other systems in the same database * and/or schema if necessary. * * @param string $sql * A string containing a partial or entire SQL query. * * @return string * The properly-prefixed string. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:522
- ⧉public quoteIdentifiers($sql): string Quotes all identifiers in a query.
/** * Quotes all identifiers in a query. * * Queries sent to Drupal should wrap all unquoted identifiers in square * brackets. This function searches for this syntax and replaces them with the * database specific identifier. In ANSI SQL this a double quote. * * Note that :variable[] is used to denote array arguments but * Connection::expandArguments() is always called first. * * @param string $sql * A string containing a partial or entire SQL query. * * @return string * The string containing a partial or entire SQL query with all identifiers * quoted. * * @internal * This method should only be called by database API code. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:546
- ⧉public tablePrefix($table = 'default') Find the prefix for a table.
/** * Find the prefix for a table. * * This function is for when you want to know the prefix of a table. This * is not used in prefixTables due to performance reasons. * * @param string $table * (optional) The table to find the prefix for. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:559
- ⧉public getUnprefixedTablesMap(): array Gets a list of individually prefixed table names.
/** * Gets a list of individually prefixed table names. * * @return array * An array of un-prefixed table names, keyed by their fully qualified table * names (i.e. prefix + table_name). */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:575
- ⧉public getFullQualifiedTableName($table): string Get a fully qualified table name.
/** * Get a fully qualified table name. * * @param string $table * The name of the table in question. * * @return string */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:587
- ⧉public prepareStatement(string $query, array $options, bool $allow_row_count = false): Drupal\Core\Database\StatementInterface Returns a prepared statement given a SQL string.
/** * Returns a prepared statement given a SQL string. * * This method caches prepared statements, reusing them when possible. It also * prefixes tables names enclosed in curly braces and, optionally, quotes * identifiers enclosed in square brackets. * * @param string $query * The query string as SQL, with curly braces surrounding the table names, * and square brackets surrounding identifiers. * @param array $options * An associative array of options to control how the query is run. See * the documentation for self::defaultOptions() for details. The content of * the 'pdo' key will be passed to the prepared statement. * @param bool $allow_row_count * (optional) A flag indicating if row count is allowed on the statement * object. Defaults to FALSE. * * @return \Drupal\Core\Database\StatementInterface * A prepared statement ready for its execute() method. * * @throws \InvalidArgumentException * If multiple statements are included in the string, and delimiters are * not allowed in the query. * @throws \Drupal\Core\Database\DatabaseExceptionWrapper */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:619
- ⧉public prepareQuery($query, $quote_identifiers = true): \Drupal\Core\Database\StatementInterface Prepares a query string and returns the prepared statement.
/** * Prepares a query string and returns the prepared statement. * * This method caches prepared statements, reusing them when possible. It also * prefixes tables names enclosed in curly-braces and, optionally, quotes * identifiers enclosed in square brackets. * * @param $query * The query string as SQL, with curly-braces surrounding the * table names. * @param bool $quote_identifiers * (optional) Quote any identifiers enclosed in square brackets. Defaults to * TRUE. * * @return \Drupal\Core\Database\StatementInterface * A PDO prepared statement ready for its execute() method. * * @deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Use * ::prepareStatement instead. * * @see https://www.drupal.org/node/3137786 */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:714
- ⧉public setTarget($target = null) Tells this connection object what its target value is.
/** * Tells this connection object what its target value is. * * This is needed for logging and auditing. It's sloppy to do in the * constructor because the constructor for child classes has a different * signature. We therefore also ensure that this function is only ever * called once. * * @param string $target * (optional) The target this connection is for. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:730
- ⧉public getTarget(): string|null Returns the target this connection is associated with.
/** * Returns the target this connection is associated with. * * @return string|null * The target string of this connection, or NULL if no target is set. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:742
- ⧉public setKey($key) Tells this connection object what its key is.
/** * Tells this connection object what its key is. * * @param string $key * The key this connection is for. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:752
- ⧉public getKey(): string|null Returns the key this connection is associated with.
/** * Returns the key this connection is associated with. * * @return string|null * The key of this connection, or NULL if no key is set. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:764
- ⧉public setLogger(Drupal\Core\Database\Log $logger) Associates a logging object with this connection.
/** * Associates a logging object with this connection. * * @param \Drupal\Core\Database\Log $logger * The logging object we want to use. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:774
- ⧉public getLogger(): \Drupal\Core\Database\Log|null Gets the current logging object for this connection.
/** * Gets the current logging object for this connection. * * @return \Drupal\Core\Database\Log|null * The current logging object for this connection. If there isn't one, * NULL is returned. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:785
- ⧉public makeSequenceName($table, $field): string Creates the appropriate sequence name for a given table and serial field.
/** * Creates the appropriate sequence name for a given table and serial field. * * This information is exposed to all database drivers, although it is only * useful on some of them. This method is table prefix-aware. * * Note that if a sequence was generated automatically by the database, its * name might not match the one returned by this function. Therefore, in those * cases, it is generally advised to use a database-specific way of retrieving * the name of an auto-created sequence. For example, PostgreSQL provides a * dedicated function for this purpose: pg_get_serial_sequence(). * * @param string $table * The table name to use for the sequence. * @param string $field * The field name to use for the sequence. * * @return string * A table prefix-parsed string for the sequence name. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:809
- ⧉public makeComment($comments): string Flatten an array of query comments into a single comment string.
/** * Flatten an array of query comments into a single comment string. * * The comment string will be sanitized to avoid SQL injection attacks. * * @param string[] $comments * An array of query comment strings. * * @return string * A sanitized comment string. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:827
- ⧉public query($query, array $args = array(), $options = array()): \Drupal\Core\Database\StatementInterface|int|string|null Executes a query string against the database.
/** * Executes a query string against the database. * * This method provides a central handler for the actual execution of every * query. All queries executed by Drupal are executed as prepared statements. * * @param string|\Drupal\Core\Database\StatementInterface|\PDOStatement $query * The query to execute. This is a string containing an SQL query with * placeholders. * (deprecated) An already-prepared instance of StatementInterface or of * \PDOStatement may also be passed in order to allow calling code to * manually bind variables to a query. In such cases, the content of the * $args array will be ignored. * It is extremely rare that module code will need to pass a statement * object to this method. It is used primarily for database drivers for * databases that require special LOB field handling. * @param array $args * The associative array of arguments for the prepared statement. * @param array $options * An associative array of options to control how the query is run. The * given options will be merged with self::defaultOptions(). See the * documentation for self::defaultOptions() for details. * Typically, $options['return'] will be set by a default or by a query * builder, and should not be set by a user. * * @return \Drupal\Core\Database\StatementInterface|int|string|null * This method will return one of the following: * - If either $options['return'] === self::RETURN_STATEMENT, or * $options['return'] is not set (due to self::defaultOptions()), * returns the executed statement. * - If $options['return'] === self::RETURN_AFFECTED, * returns the number of rows matched by the query * (not the number affected). * - If $options['return'] === self::RETURN_INSERT_ID, * returns the generated insert ID of the last query as a string. * - If $options['return'] === self::RETURN_NULL, returns NULL. * * @throws \Drupal\Core\Database\DatabaseExceptionWrapper * @throws \Drupal\Core\Database\IntegrityConstraintViolationException * @throws \InvalidArgumentException * * @see \Drupal\Core\Database\Connection::defaultOptions() */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:918
- ⧉public getDriverClass($class): string Gets the driver-specific override class if any for the specified class.
/** * Gets the driver-specific override class if any for the specified class. * * @param string $class * The class for which we want the potentially driver-specific class. * * @return string * The name of the class that should be used for this driver. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1130
- ⧉public exceptionHandler(): \Drupal\Core\Database\ExceptionHandler Returns the database exceptions handler.
/** * Returns the database exceptions handler. * * @return \Drupal\Core\Database\ExceptionHandler * The database exceptions handler. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1196
- ⧉public select($table, $alias = null, array $options = array()): \Drupal\Core\Database\Query\SelectInterface Prepares and returns a SELECT query object.
/** * Prepares and returns a SELECT query object. * * @param string|\Drupal\Core\Database\Query\SelectInterface $table * The base table name or subquery for this query, used in the FROM clause. * If a string, the table specified will also be used as the "base" table * for query_alter hook implementations. * @param string $alias * (optional) The alias of the base table of this query. * @param $options * An array of options on the query. * * @return \Drupal\Core\Database\Query\SelectInterface * An appropriate SelectQuery object for this database connection. Note that * it may be a driver-specific subclass of SelectQuery, depending on the * driver. * * @see \Drupal\Core\Database\Query\Select */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1220
- ⧉public insert($table, array $options = array()): \Drupal\Core\Database\Query\Insert Prepares and returns an INSERT query object.
/** * Prepares and returns an INSERT query object. * * @param string $table * The table to use for the insert statement. * @param array $options * (optional) An associative array of options to control how the query is * run. The given options will be merged with * \Drupal\Core\Database\Connection::defaultOptions(). * * @return \Drupal\Core\Database\Query\Insert * A new Insert query object. * * @see \Drupal\Core\Database\Query\Insert * @see \Drupal\Core\Database\Connection::defaultOptions() */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1244
- ⧉public lastInsertId(?string $name = null): string Returns the ID of the last inserted row or sequence value.
/** * Returns the ID of the last inserted row or sequence value. * * This method should normally be used only within database driver code. * * This is a proxy to invoke lastInsertId() from the wrapped connection. * If a sequence name is not specified for the name parameter, this returns a * string representing the row ID of the last row that was inserted into the * database. * If a sequence name is specified for the name parameter, this returns a * string representing the last value retrieved from the specified sequence * object. * * @param string|null $name * (Optional) Name of the sequence object from which the ID should be * returned. * * @return string * The value returned by the wrapped connection. * * @throws \Drupal\Core\Database\DatabaseExceptionWrapper * In case of failure. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1272
- ⧉public merge($table, array $options = array()): \Drupal\Core\Database\Query\Merge Prepares and returns a MERGE query object.
/** * Prepares and returns a MERGE query object. * * @param string $table * The table to use for the merge statement. * @param array $options * (optional) An array of options on the query. * * @return \Drupal\Core\Database\Query\Merge * A new Merge query object. * * @see \Drupal\Core\Database\Query\Merge */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1292
- ⧉public upsert($table, array $options = array()): \Drupal\Core\Database\Query\Upsert Prepares and returns an UPSERT query object.
/** * Prepares and returns an UPSERT query object. * * @param string $table * The table to use for the upsert query. * @param array $options * (optional) An array of options on the query. * * @return \Drupal\Core\Database\Query\Upsert * A new Upsert query object. * * @see \Drupal\Core\Database\Query\Upsert */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1310
- ⧉public update($table, array $options = array()): \Drupal\Core\Database\Query\Update Prepares and returns an UPDATE query object.
/** * Prepares and returns an UPDATE query object. * * @param string $table * The table to use for the update statement. * @param array $options * (optional) An associative array of options to control how the query is * run. The given options will be merged with * \Drupal\Core\Database\Connection::defaultOptions(). * * @return \Drupal\Core\Database\Query\Update * A new Update query object. * * @see \Drupal\Core\Database\Query\Update * @see \Drupal\Core\Database\Connection::defaultOptions() */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1331
- ⧉public delete($table, array $options = array()): \Drupal\Core\Database\Query\Delete Prepares and returns a DELETE query object.
/** * Prepares and returns a DELETE query object. * * @param string $table * The table to use for the delete statement. * @param array $options * (optional) An associative array of options to control how the query is * run. The given options will be merged with * \Drupal\Core\Database\Connection::defaultOptions(). * * @return \Drupal\Core\Database\Query\Delete * A new Delete query object. * * @see \Drupal\Core\Database\Query\Delete * @see \Drupal\Core\Database\Connection::defaultOptions() */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1352
- ⧉public truncate($table, array $options = array()): \Drupal\Core\Database\Query\Truncate Prepares and returns a TRUNCATE query object.
/** * Prepares and returns a TRUNCATE query object. * * @param string $table * The table to use for the truncate statement. * @param array $options * (optional) An array of options on the query. * * @return \Drupal\Core\Database\Query\Truncate * A new Truncate query object. * * @see \Drupal\Core\Database\Query\Truncate */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1370
- ⧉public schema(): \Drupal\Core\Database\Schema Returns a DatabaseSchema object for manipulating the schema.
/** * Returns a DatabaseSchema object for manipulating the schema. * * This method will lazy-load the appropriate schema library file. * * @return \Drupal\Core\Database\Schema * The database Schema object for this connection. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1383
- ⧉public condition($conjunction): \Drupal\Core\Database\Query\Condition Prepares and returns a CONDITION query object.
/** * Prepares and returns a CONDITION query object. * * @param string $conjunction * The operator to use to combine conditions: 'AND' or 'OR'. * * @return \Drupal\Core\Database\Query\Condition * A new Condition query object. * * @see \Drupal\Core\Database\Query\Condition */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1402
- ⧉public escapeDatabase($database): string Escapes a database name string.
/** * Escapes a database name string. * * Force all database names to be strictly alphanumeric-plus-underscore. * For some database drivers, it may also wrap the database name in * database-specific escape characters. * * @param string $database * An unsanitized database name. * * @return string * The sanitized database name. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1423
- ⧉public escapeTable($table): string Escapes a table name string.
/** * Escapes a table name string. * * Force all table names to be strictly alphanumeric-plus-underscore. * Database drivers should never wrap the table name in database-specific * escape characters. This is done in Connection::prefixTables(). The * database-specific escape characters are added in Connection::setPrefix(). * * @param string $table * An unsanitized table name. * * @return string * The sanitized table name. * * @see \Drupal\Core\Database\Connection::prefixTables() * @see \Drupal\Core\Database\Connection::setPrefix() */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1446
- ⧉public escapeField($field): string Escapes a field name string.
/** * Escapes a field name string. * * Force all field names to be strictly alphanumeric-plus-underscore. * For some database drivers, it may also wrap the field name in * database-specific escape characters. * * @param string $field * An unsanitized field name. * * @return string * The sanitized field name. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1466
- ⧉public escapeAlias($field): string Escapes an alias name string.
/** * Escapes an alias name string. * * Force all alias names to be strictly alphanumeric-plus-underscore. In * contrast to DatabaseConnection::escapeField() / * DatabaseConnection::escapeTable(), this doesn't allow the period (".") * because that is not allowed in aliases. * * @param string $field * An unsanitized alias name. * * @return string * The sanitized alias name. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1491
- ⧉public escapeLike($string): string Escapes characters that work as wildcard characters in a LIKE pattern.
/** * Escapes characters that work as wildcard characters in a LIKE pattern. * * The wildcard characters "%" and "_" as well as backslash are prefixed with * a backslash. Use this to do a search for a verbatim string without any * wildcard behavior. * * For example, the following does a case-insensitive query for all rows whose * name starts with $prefix: * @code * $result = $injected_connection->query( * 'SELECT * FROM person WHERE name LIKE :pattern', * array(':pattern' => $injected_connection->escapeLike($prefix) . '%') * ); * @endcode * * Backslash is defined as escape character for LIKE patterns in * Drupal\Core\Database\Query\Condition::mapConditionOperator(). * * @param string $string * The string to escape. * * @return string * The escaped string. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1524
- ⧉public inTransaction(): bool Determines if there is an active transaction open.
/** * Determines if there is an active transaction open. * * @return bool * TRUE if we're currently in a transaction, FALSE otherwise. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1534
- ⧉public transactionDepth(): int Determines the current transaction depth.
/** * Determines the current transaction depth. * * @return int * The current transaction depth. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1544
- ⧉public startTransaction($name = ''): \Drupal\Core\Database\Transaction Returns a new DatabaseTransaction object on this connection.
/** * Returns a new DatabaseTransaction object on this connection. * * @param string $name * (optional) The name of the savepoint. * * @return \Drupal\Core\Database\Transaction * A Transaction object. * * @see \Drupal\Core\Database\Transaction */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1559
- ⧉public pushTransaction($name) Increases the depth of transaction nesting.
/** * Increases the depth of transaction nesting. * * If no transaction is already active, we begin a new transaction. * * @param string $name * The name of the transaction. * * @throws \Drupal\Core\Database\TransactionNameNonUniqueException * * @see \Drupal\Core\Database\Transaction */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1637
- ⧉public popTransaction($name) Decreases the depth of transaction nesting.
/** * Decreases the depth of transaction nesting. * * If we pop off the last transaction layer, then we either commit or roll * back the transaction as necessary. If no transaction is active, we return * because the transaction may have manually been rolled back. * * @param string $name * The name of the savepoint. * * @throws \Drupal\Core\Database\TransactionNoActiveException * @throws \Drupal\Core\Database\TransactionCommitFailedException * * @see \Drupal\Core\Database\Transaction */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1667
- ⧉public addRootTransactionEndCallback(callable $callback) Adds a root transaction end callback.
/** * Adds a root transaction end callback. * * These callbacks are invoked immediately after the transaction has been * committed. * * It can for example be used to avoid deadlocks on write-heavy tables that * do not need to be part of the transaction, like cache tag invalidations. * * Another use case is that services using alternative backends like Redis and * Memcache cache implementations can replicate the transaction-behavior of * the database cache backend and avoid race conditions. * * An argument is passed to the callbacks that indicates whether the * transaction was successful or not. * * @param callable $callback * The callback to invoke. * * @see \Drupal\Core\Database\Connection::doCommit() */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1702
- ⧉public clientVersion(): string Returns the version of the database client.
/** * Returns the version of the database client. * * Assumes the client connection is \PDO. Non-PDO based drivers need to * override this method. * * @return string */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1855
- ⧉public supportsTransactions(): bool Determines if this driver supports transactions.
/** * Determines if this driver supports transactions. * * @return bool * TRUE if this connection supports transactions, FALSE otherwise. * * @deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. All database * drivers must support transactions. * * @see https://www.drupal.org/node/2278745 */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1870
- ⧉public supportsTransactionalDDL(): bool Determines if this driver supports transactional DDL.
/** * Determines if this driver supports transactional DDL. * * DDL queries are those that change the schema, such as ALTER queries. * * @return bool * TRUE if this connection supports transactions for DDL queries, FALSE * otherwise. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1884
- ⧉public commit() Throws an exception to deny direct access to transaction commits.
/** * Throws an exception to deny direct access to transaction commits. * * We do not want to allow users to commit transactions at any time, only * by destroying the transaction object or allowing it to go out of scope. * A direct commit bypasses all of the safety checks we've built on top of * the database client's transaction routines. * * @throws \Drupal\Core\Database\TransactionExplicitCommitNotAllowedException * * @see \Drupal\Core\Database\Transaction */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1936
- ⧉public prepare($statement, array $driver_options = array()): \PDOStatement|false Prepares a statement for execution and returns a statement object.
/** * Prepares a statement for execution and returns a statement object. * * Emulated prepared statements do not communicate with the database server so * this method does not check the statement. * * @param string $statement * This must be a valid SQL statement for the target database server. * @param array $driver_options * (optional) This array holds one or more key=>value pairs to set * attribute values for the PDOStatement object that this method returns. * You would most commonly use this to set the \PDO::ATTR_CURSOR value to * \PDO::CURSOR_SCROLL to request a scrollable cursor. Some drivers have * driver specific options that may be set at prepare-time. Defaults to an * empty array. * * @return \PDOStatement|false * If the database server successfully prepares the statement, returns a * \PDOStatement object. * If the database server cannot successfully prepare the statement returns * FALSE or emits \PDOException (depending on error handling). * * @throws \PDOException * * @see https://www.php.net/manual/en/pdo.prepare.php * * @deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Database * drivers should instantiate \PDOStatement objects by calling * \PDO::prepare in their Connection::prepareStatement method instead. * \PDO::prepare should not be called outside of driver code. * * @see https://www.drupal.org/node/3137786 */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1992
- ⧉public quote($string, $parameter_type = 2): string|bool Quotes a string for use in a query.
/** * Quotes a string for use in a query. * * @param string $string * The string to be quoted. * @param int $parameter_type * (optional) Provides a data type hint for drivers that have alternate * quoting styles. Defaults to \PDO::PARAM_STR. * * @return string|bool * A quoted string that is theoretically safe to pass into an SQL statement. * Returns FALSE if the driver does not support quoting in this way. * * @see \PDO::quote() */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:2014
- ⧉public __sleep() Prevents the database connection from being serialized.
/** * Prevents the database connection from being serialized. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:2041
- ⧉public getProvider(): string Get the module name of the module that is providing the database driver.
/** * Get the module name of the module that is providing the database driver. * * @return string * The module name of the module that is providing the database driver, or * "core" when the driver is not provided as part of a module. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:2171
- ⧉public getPagerManager(): Drupal\Core\Pager\PagerManagerInterface Get the pager manager service, if available.
/** * Get the pager manager service, if available. * * @return \Drupal\Core\Pager\PagerManagerInterface * The pager manager service, if available. * * @throws \Drupal\Core\DependencyInjection\ContainerNotInitializedException * If the container has not been initialized yet. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:2191
- ⧉public hasJson(): bool Runs a simple query to validate json datatype support.
/** * Runs a simple query to validate json datatype support. * * @return bool * Returns the query result. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:2201
- ⧉protected handleQueryException(PDOException $e, $query, array $args = array(), $options = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:123
- ⧉protected getMariaDbVersionMatch(): ?string Gets the MariaDB portion of the server version.
/** * Gets the MariaDB portion of the server version. * * @return string * The MariaDB portion of the server version if present, or NULL if not. */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:290
- ⧉protected getServerVersion(): string Gets the server version.
/** * Gets the server version. * * @return string * The PDO server version. */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:306
- ⧉protected popCommittableTransactions() Overridden to work around issues to MySQL not supporting transactional DDL.
/** * Overridden to work around issues to MySQL not supporting transactional DDL. */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:391
- ⧉protected doCommit() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:466
- ⧉protected defaultOptions(): array Returns the default query options for any given query.
/** * Returns the default query options for any given query. * * A given query can be customized with a number of option flags in an * associative array: * - fetch: This element controls how rows from a result set will be * returned. Legal values include \PDO::FETCH_ASSOC, \PDO::FETCH_BOTH, * \PDO::FETCH_OBJ, \PDO::FETCH_NUM, or a string representing the name of a * class. If a string is specified, each record will be fetched into a new * object of that class. The behavior of all other values is defined by PDO. * See http://php.net/manual/pdostatement.fetch.php * - return: (deprecated) Depending on the type of query, different return * values may be meaningful. This directive instructs the system which type * of return value is desired. The system will generally set the correct * value automatically, so it is extremely rare that a module developer will * ever need to specify this value. Setting it incorrectly will likely lead * to unpredictable results or fatal errors. Legal values include: * - Database::RETURN_STATEMENT: Return the prepared statement object for * the query. This is usually only meaningful for SELECT queries, where * the statement object is how one accesses the result set returned by the * query. * - Database::RETURN_AFFECTED: Return the number of rows found (matched) by * the WHERE clause of an UPDATE or DELETE query (not the number of rows * actually changed). Note that although named RETURN_AFFECTED for * historical reasons, the number of rows matched is returned for * consistency across database engines. * - Database::RETURN_INSERT_ID: Return the sequence ID (primary key) * created by an INSERT statement on a table that contains a serial * column. * - Database::RETURN_NULL: Do not return anything, as there is no * meaningful value to return. That is the case for INSERT queries on * tables that do not contain a serial column. * - throw_exception: (deprecated) By default, the database system will catch * any errors on a query as an Exception, log it, and then rethrow it so * that code further up the call chain can take an appropriate action. To * suppress that behavior and simply return NULL on failure, set this * option to FALSE. * - allow_delimiter_in_query: By default, queries which have the ; delimiter * any place in them will cause an exception. This reduces the chance of SQL * injection attacks that terminate the original query and add one or more * additional queries (such as inserting new user accounts). In rare cases, * such as creating an SQL function, a ; is needed and can be allowed by * changing this option to TRUE. * - allow_square_brackets: By default, queries which contain square brackets * will have them replaced with the identifier quote character for the * database type. In rare cases, such as creating an SQL function, [] * characters might be needed and can be allowed by changing this option to * TRUE. * - pdo: By default, queries will execute with the client connection options * set on the connection. In particular cases, it could be necessary to * override the driver options on the statement level. In such case, pass * the required setting as an array here, and they will be passed to the * prepared statement. * * @return array * An array of default query options. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:416
- ⧉protected setPrefix($prefix) Set the list of prefixes used by this database connection.
/** * Set the list of prefixes used by this database connection. * * @param array|string $prefix * Either a single prefix, or an array of prefixes. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:469
- ⧉protected preprocessStatement(string $query, array $options): string Returns a string SQL statement ready for preparation.
/** * Returns a string SQL statement ready for preparation. * * This method replaces table names in curly braces and identifiers in square * brackets with platform specific replacements, appropriately escaping them * and wrapping them with platform quote characters. * * @param string $query * The query string as SQL, with curly braces surrounding the table names, * and square brackets surrounding identifiers. * @param array $options * An associative array of options to control how the query is run. See * the documentation for self::defaultOptions() for details. * * @return string * A string SQL statement ready for preparation. * * @throws \InvalidArgumentException * If multiple statements are included in the string, and delimiters are * not allowed in the query. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:667
- ⧉protected filterComment($comment = ''): string Sanitize a query comment string.
/** * Sanitize a query comment string. * * Ensure a query comment does not include strings such as "* /" that might * terminate the comment early. This avoids SQL injection attacks via the * query comment. The comment strings in this example are separated by a * space to avoid PHP parse errors. * * For example, the comment: * @code * \Drupal::database()->update('example') * ->condition('id', $id) * ->fields(array('field2' => 10)) * ->comment('Exploit * / DROP TABLE node; --') * ->execute() * @endcode * * Would result in the following SQL statement being generated: * @code * "/ * Exploit * / DROP TABLE node. -- * / UPDATE example SET field2=..." * @endcode * * Unless the comment is sanitized first, the SQL server would drop the * node table and ignore the rest of the SQL statement. * * @param string $comment * A query comment string. * * @return string * A sanitized version of the query comment string. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:870
- ⧉protected expandArguments(&$query, &$args): bool Expands out shorthand placeholders.
/** * Expands out shorthand placeholders. * * Drupal supports an alternate syntax for doing arrays of values. We * therefore need to expand them out into a full, executable query string. * * @param string $query * The query string to modify. * @param array $args * The arguments for the query. * * @return bool * TRUE if the query was modified, FALSE otherwise. * * @throws \InvalidArgumentException * This exception is thrown when: * - A placeholder that ends in [] is supplied, and the supplied value is * not an array. * - A placeholder that does not end in [] is supplied, and the supplied * value is an array. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1076
- ⧉protected generateTemporaryTableName(): string Generates a temporary table name.
/** * Generates a temporary table name. * * @return string * A table name. * * @deprecated in drupal:9.3.0 and is removed from drupal:10.0.0. There is no * replacement. * * @see https://www.drupal.org/node/3211781 */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1790
- ⇄⧉public static open(array &$connection_options = array()) {@inheritdoc}\Drupal\mysql\Driver\Database\mysql\Connection::open(array &$connection_options = array())
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:142
- ⇄⧉public static createConnectionOptionsFromUrl($url, $root): array Creates an array of database connection options from a URL.\Drupal\Core\Database\Connection::createConnectionOptionsFromUrl($url, $root)
/** * Creates an array of database connection options from a URL. * * @param string $url * The URL. * @param string $root * The root directory of the Drupal installation. Some database drivers, * like for example SQLite, need this information. * * @return array * The connection options. * * @throws \InvalidArgumentException * Exception thrown when the provided URL does not meet the minimum * requirements. * * @internal * This method should only be called from * \Drupal\Core\Database\Database::convertDbUrlToConnectionInfo(). * * @see \Drupal\Core\Database\Database::convertDbUrlToConnectionInfo() */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:2067
- ⇄⧉public static createUrlFromConnectionOptions(array $connection_options): string Creates a URL from an array of database connection options.\Drupal\Core\Database\Connection::createUrlFromConnectionOptions(array $connection_options)
/** * Creates a URL from an array of database connection options. * * @param array $connection_options * The array of connection options for a database connection. An additional * key of 'module' is added by Database::getConnectionInfoAsUrl() for * drivers provided my contributed or custom modules for convenience. * * @return string * The connection info as a URL. * * @throws \InvalidArgumentException * Exception thrown when the provided array of connection options does not * meet the minimum requirements. * * @internal * This method should only be called from * \Drupal\Core\Database\Database::getConnectionInfoAsUrl(). * * @see \Drupal\Core\Database\Database::getConnectionInfoAsUrl() */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:2128
- ⧉protected static getSQLState(Exception $e): string Extracts the SQLSTATE error from a PDOException.
/** * Extracts the SQLSTATE error from a PDOException. * * @param \Exception $e * The exception * * @return string * The five character error code. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:2027
- ⇄const DATABASE_NOT_FOUND :: integer 1049\Drupal\mysql\Driver\Database\mysql\Connection::DATABASE_NOT_FOUND
- ⇄const ACCESS_DENIED :: integer 1045\Drupal\mysql\Driver\Database\mysql\Connection::ACCESS_DENIED
- ⇄const UNSUPPORTED_CHARSET :: integer 2019\Drupal\mysql\Driver\Database\mysql\Connection::UNSUPPORTED_CHARSET
- ⇄const UNKNOWN_CHARSET :: integer 1115\Drupal\mysql\Driver\Database\mysql\Connection::UNKNOWN_CHARSET
- ⇄const SQLSTATE_SYNTAX_ERROR :: integer 42000\Drupal\mysql\Driver\Database\mysql\Connection::SQLSTATE_SYNTAX_ERROR
- ⇄const MIN_MAX_ALLOWED_PACKET :: integer 1024\Drupal\mysql\Driver\Database\mysql\Connection::MIN_MAX_ALLOWED_PACKET
- ⇄const DATABASE_NOT_FOUND :: integer 1049
- ⧉protected checksumProvider -> Drupal\Core\Cache\DatabaseCacheTagsChecksum (4)
- Properties (4)
- Available methods (13)
- Static class properties
- ⧉protected connection -> Drupal\mysql\Driver\Database\mysql\Connection (24) Depth Limit
- protected invalidatedTags -> array (0)
- protected delayedTags -> array (0)
- ⧉protected tagCache -> array (7) Depth Limit
- ⧉public __construct(Drupal\Core\Database\Connection $connection) Constructs a DatabaseCacheTagsChecksum object.
/** * Constructs a DatabaseCacheTagsChecksum object. * * @param \Drupal\Core\Database\Connection $connection * The database connection. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:28
- ⧉public rootTransactionEndCallback($success) Callback to be invoked just after a database transaction gets committed.
/** * Callback to be invoked just after a database transaction gets committed. * * Executes all delayed tag invalidations. * * @param bool $success * Whether or not the transaction was successful. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php:43
- ⧉public invalidateTags(array $tags) Implements \Drupal\Core\Cache\CacheTagsInvalidatorInterface::invalidateTags()
/** * Implements \Drupal\Core\Cache\CacheTagsInvalidatorInterface::invalidateTags() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php:53
- ⧉public getCurrentChecksum(array $tags) Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::getCurrentChecksum()
/** * Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::getCurrentChecksum() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php:83
- ⧉public schemaDefinition() Defines the schema for the {cachetags} table.
/** * Defines the schema for the {cachetags} table. * * @internal */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:97
- ⧉public isValid($checksum, array $tags) Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::isValid()
/** * Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::isValid() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php:105
- ⧉public getDatabaseConnection() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:147
- ⧉public reset() Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::reset()
/** * Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::reset() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php:149
- ⧉protected doInvalidateTags(array $tags) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:35
- ⧉protected getTagInvalidationCounts(array $tags) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:58
- ⧉protected ensureTableExists() Check if the cache tags table exists and create it if not.
/** * Check if the cache tags table exists and create it if not. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:75
- ⧉protected calculateChecksum(array $tags): int Calculates the current checksum for a given set of tags.
/** * Calculates the current checksum for a given set of tags. * * @param string[] $tags * The array of tags to calculate the checksum for. * * @return int * The calculated checksum. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php:128
- ⧉protected catchException(Exception $e) Act on an exception when cache might be stale.
/** * Act on an exception when cache might be stale. * * If the {cachetags} table does not yet exist, that's fine but if the table * exists and yet the query failed, then the cache is stale and the * exception needs to propagate. * * @param \Exception $e * The exception. * * @throws \Exception * * @deprecated in drupal:9.3.0 and is removed from drupal:10.0.0. There is no * replacement. * * @see https://www.drupal.org/node/3243014 */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:137
- ⇄const INVALID_CHECKSUM_WHILE_IN_TRANSACTION :: integer -1\Drupal\Core\Cache\DatabaseCacheTagsChecksum::INVALID_CHECKSUM_WHILE_IN_TRANSACTION
- ⇄const INVALID_CHECKSUM_WHILE_IN_TRANSACTION :: integer -1
- ⧉public __construct(Drupal\Core\Database\Connection $connection, Drupal\Core\Cache\CacheTagsChecksumInterface $checksum_provider, $bin, $max_rows = null) Constructs a DatabaseBackend object.
/** * Constructs a DatabaseBackend object. * * @param \Drupal\Core\Database\Connection $connection * The database connection. * @param \Drupal\Core\Cache\CacheTagsChecksumInterface $checksum_provider * The cache tags checksum provider. * @param string $bin * The cache bin for which the object is created. * @param int $max_rows * (optional) The maximum number of rows that are allowed in this cache bin * table. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:77
- ⧉public get($cid, $allow_invalid = false) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:90
- ⧉public getMultiple(&$cids, $allow_invalid = false) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:99
- ⧉public set($cid, $data, $expire = -1, array $tags = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:176
- ⧉public setMultiple(array $items) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:189
- ⧉public delete($cid) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:279
- ⧉public deleteMultiple(array $cids) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:286
- ⧉public deleteAll() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:309
- ⧉public invalidate($cid) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:326
- ⧉public invalidateMultiple(array $cids) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:333
- ⧉public invalidateAll() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:352
- ⧉public garbageCollection() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:366
- ⧉public removeBin() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:399
- ⧉public schemaDefinition() Defines the schema for the {cache_*} bin tables.
/** * Defines the schema for the {cache_*} bin tables. * * @internal */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:478
- ⧉public getMaxRows(): int The maximum number of rows that this cache bin table is allowed to store.
/** * The maximum number of rows that this cache bin table is allowed to store. * * @return int */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:544
- ⧉protected prepareItem($cache, $allow_invalid): mixed|false Prepares a cached item.
/** * Prepares a cached item. * * Checks that items are either permanent or did not expire, and unserializes * data as appropriate. * * @param object $cache * An item loaded from self::get() or self::getMultiple(). * @param bool $allow_invalid * If FALSE, the method returns FALSE if the cache item is not valid. * * @return mixed|false * The item with data unserialized as appropriate and a property indicating * whether the item is valid, or FALSE if there is no valid item to load. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:146
- ⧉protected doSetMultiple(array $items) Stores multiple items in the persistent cache.
/** * Stores multiple items in the persistent cache. * * @param array $items * An array of cache items, keyed by cid. * * @see \Drupal\Core\Cache\CacheBackendInterface::setMultiple() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:217
- ⧉protected ensureBinExists() Check if the cache bin exists and create it if not.
/** * Check if the cache bin exists and create it if not. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:411
- ⧉protected catchException(Exception $e, $table_name = null) Act on an exception when cache might be stale.
/** * Act on an exception when cache might be stale. * * If the table does not yet exist, that's fine, but if the table exists and * yet the query failed, then the cache is stale and the exception needs to * propagate. * * @param $e * The exception. * @param string|null $table_name * The table name. Defaults to $this->bin. * * @throws \Exception */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:443
- ⧉protected normalizeCid($cid): string Normalizes a cache ID in order to comply with database limitations.
/** * Normalizes a cache ID in order to comply with database limitations. * * @param string $cid * The passed in cache ID. * * @return string * An ASCII-encoded cache ID that is at most 255 characters long. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:458
- ⇄const DEFAULT_MAX_ROWS :: integer 5000\Drupal\Core\Cache\DatabaseBackend::DEFAULT_MAX_ROWS
- ⇄const MAXIMUM_NONE :: integer -1\Drupal\Core\Cache\DatabaseBackend::MAXIMUM_NONE
- ⇄const CACHE_PERMANENT :: integer -1\Drupal\Core\Cache\DatabaseBackend::CACHE_PERMANENT
- ⇄const DEFAULT_MAX_ROWS :: integer 5000
- protected cacheNeedsWriting -> boolean false
- ⧉protected alterFunctions -> array (3)
- ⧉language_types_info => array (2)
- 0 => string (34) "language_language_types_info_alter"
- 1 => string (45) "content_translation_language_types_info_alter"
- entity_view_mode => array (0)
- node_build_defaults,entity_build_defaults => array (0)
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- protected includeFileKeys -> array (0)
- ⧉public __construct($root, array $module_list, Drupal\Core\Cache\CacheBackendInterface $cache_backend) Constructs a ModuleHandler object.
/** * Constructs a ModuleHandler object. * * @param string $root * The app root. * @param array $module_list * An associative array whose keys are the names of installed modules and * whose values are Extension class parameters. This is normally the * %container.modules% parameter being set up by DrupalKernel. * @param \Drupal\Core\Cache\CacheBackendInterface $cache_backend * Cache backend for storing module hook implementation information. * * @see \Drupal\Core\DrupalKernel * @see \Drupal\Core\CoreServiceProvider */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:110
- ⧉public load($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:122
- ⧉public loadAll() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:138
- ⧉public reload() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:150
- ⧉public isLoaded() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:158
- ⧉public getModuleList() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:165
- ⧉public getModule($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:172
- ⧉public setModuleList(array $module_list = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:182
- ⧉public addModule($name, $path) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:192
- ⧉public addProfile($name, $path) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:199
- ⧉public buildModuleDependencies(array $modules) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:223
- ⧉public moduleExists($module) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:246
- ⧉public loadAllIncludes($type, $name = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:253
- ⧉public loadInclude($module, $type, $name = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:262
- ⧉public getHookInfo() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:290
- ⧉public getImplementations($hook) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:327
- ⧉public writeCache() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:336
- ⧉public resetImplementations() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:346
- ⧉public hasImplementations(string $hook, $modules = null): bool {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:368
- ⧉public implementsHook($module, $hook) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:394
- ⧉public invokeAllWith(string $hook, callable $callback): void {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:402
- ⧉public invoke($module, $hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:412
- ⧉public invokeAll($hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:423
- ⧉public invokeDeprecated($description, $module, $hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:440
- ⧉public invokeAllDeprecated($description, $hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:449
- ⧉public alter($type, &$data, &$context1 = null, &$context2 = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:477
- ⧉public alterDeprecated($description, $type, &$data, &$context1 = null, &$context2 = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:569
- ⧉public getModuleDirectories() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:725
- ⧉public getName($module) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:736
- ⧉protected add($type, $name, $path) Adds a module or profile to the list of currently active modules.
/** * Adds a module or profile to the list of currently active modules. * * @param string $type * The extension type; either 'module' or 'profile'. * @param string $name * The module name; e.g., 'node'. * @param string $path * The module path; e.g., 'core/modules/node'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:213
- ⧉protected buildHookInfo() Builds hook_hook_info() information.
/** * Builds hook_hook_info() information. * * @see \Drupal\Core\Extension\ModuleHandler::getHookInfo() */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:308
- ⧉protected getImplementationInfo($hook): mixed[] Provides information about modules' implementations of a hook.
/** * Provides information about modules' implementations of a hook. * * @param string $hook * The name of the hook (e.g. "help" or "menu"). * * @return mixed[] * An array whose keys are the names of the modules which are implementing * this hook and whose values are either a string identifying a file in * which the implementation is to be found, or FALSE, if the implementation * is in the module file. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:600
- ⧉protected buildImplementationInfo($hook): mixed[] Builds hook implementation information for a given hook name.
/** * Builds hook implementation information for a given hook name. * * @param string $hook * The name of the hook (e.g. "help" or "menu"). * * @return mixed[] * An array whose keys are the names of the modules which are implementing * this hook and whose values are either a string identifying a file in * which the implementation is to be found, or FALSE, if the implementation * is in the module file. * * @throws \RuntimeException * Exception thrown when an invalid implementation is added by * hook_module_implements_alter(). * * @see \Drupal\Core\Extension\ModuleHandler::getImplementationInfo() */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:646
- ⧉protected verifyImplementations(&$implementations, $hook): bool Verifies an array of implementations loaded from cache.
/** * Verifies an array of implementations loaded from cache. * * Verification is done by including the lazy-loaded $module.$group.inc file, * and checking function_exists(). * * @param string[] $implementations * Implementation "group" by module name. * @param string $hook * The hook name. * * @return bool * TRUE, if all implementations exist. * FALSE, if one or more implementations don't exist and need to be removed * from the cache. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:697
- ⧉private triggerDeprecationError($description, $hook) Triggers an E_USER_DEPRECATED error if any module implements the hook.
/** * Triggers an E_USER_DEPRECATED error if any module implements the hook. * * @param string $description * Helpful text describing what to do instead of implementing this hook. * @param string $hook * The name of the hook. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:463
- ⧉protected stringTranslation -> Drupal\Core\StringTranslation\TranslationManager (3)
- Properties (3)
- Available methods (10)
- ⧉protected translators -> array (2)
- ⧉30 => array (1)
- ⧉0 => Drupal\Core\StringTranslation\Translator\CustomStrings (4) Depth Limit
- ⧉0 => array (1)
- ⧉0 => Drupal\locale\LocaleTranslation (10) Depth Limit
- protected sortedTranslators -> null
- protected defaultLangcode -> string (2) "cs"
- ⧉public __construct(Drupal\Core\Language\LanguageDefault $default_language) Constructs a TranslationManager object.
/** * Constructs a TranslationManager object. * * @param \Drupal\Core\Language\LanguageDefault $default_language * The default language. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:52
- ⧉public addTranslator(Drupal\Core\StringTranslation\Translator\TranslatorInterface $translator, $priority0): $this Appends a translation system to the translation chain.
/** * Appends a translation system to the translation chain. * * @param \Drupal\Core\StringTranslation\Translator\TranslatorInterface $translator * The translation interface to be appended to the translation chain. * @param int $priority * The priority of the logger being added. * * @return $this */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:66
- ⧉public getStringTranslation($langcode, $string, $context) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:87
- ⧉public translate($string, array $args = array(), array $options = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:104
- ⧉public translateString(Drupal\Core\StringTranslation\TranslatableMarkup $translated_string) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:111
- ⧉public formatPlural($count, $singular, $plural, array $args = array(), array $options = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:147
- ⧉public setDefaultLangcode($langcode) Sets the default langcode.
/** * Sets the default langcode. * * @param string $langcode * A language code. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:157
- ⧉public reset() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:164
- ⧉protected sortTranslators(): \Drupal\Core\StringTranslation\Translator\TranslatorInterface[] Sorts translators according to priority.
/** * Sorts translators according to priority. * * @return \Drupal\Core\StringTranslation\Translator\TranslatorInterface[] * A sorted array of translator objects. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:79
- ⧉protected doTranslate($string, array $options = array()): string Translates a string to the current language or to a given language.
/** * Translates a string to the current language or to a given language. * * @param string $string * A string containing the English text to translate. * @param array $options * An associative array of additional options, with the following elements: * - 'langcode': The language code to translate to a language other than * what is used to display the page. * - 'context': The context the source string belongs to. * * @return string * The translated string. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:129
- protected _serviceIds -> array (0)
- protected _entityStorages -> array (0)
- protected entityTypeId -> string (4) "node"
- ⧉protected entityType -> Drupal\Core\Entity\ContentEntityType (40)
- Properties (40)
- Available methods (81)
- Static class properties (2)
- protected id -> string (4) "node"
- protected class -> string (23) "Drupal\node\Entity\Node"
- protected provider -> string (4) "node"
- protected static_cache -> boolean true
- protected render_cache -> boolean true
- protected persistent_cache -> boolean true
- ⧉protected entity_keys -> array (12)
- id => string (3) "nid"
- revision => string (3) "vid"
- bundle => string (4) "type"
- label => string (5) "title"
- langcode => string (8) "langcode"
- uuid => string (4) "uuid"
- status => string (6) "status"
- published => string (6) "status"
- uid => string (3) "uid"
- owner => string (3) "uid"
- default_langcode => string (16) "default_langcode"
- revision_translation_affected => string (29) "revision_translation_affected"
- protected originalClass -> string (23) "Drupal\node\Entity\Node"
- ⧉protected handlers -> array (10)
- storage => string (23) "Drupal\node\NodeStorage"
- storage_schema => string (29) "Drupal\node\NodeStorageSchema"
- view_builder => string (27) "Drupal\node\NodeViewBuilder"
- access => string (36) "Drupal\node\NodeAccessControlHandler"
- views_data => string (25) "Drupal\node\NodeViewsData"
- ⧉form => array (5)
- default => string (20) "Drupal\node\NodeForm"
- delete => string (31) "Drupal\node\Form\NodeDeleteForm"
- edit => string (20) "Drupal\node\NodeForm"
- delete-multiple-confirm => string (31) "Drupal\node\Form\DeleteMultiple"
- content_translation_deletion => string (61) "\Drupal\content_translation\Form\ContentTranslationDeleteForm"
- ⧉route_provider => array (1)
- html => string (36) "Drupal\node\Entity\NodeRouteProvider"
- list_builder => string (27) "Drupal\node\NodeListBuilder"
- translation => string (34) "Drupal\node\NodeTranslationHandler"
- inline_form => string (46) "\Drupal\inline_entity_form\Form\NodeInlineForm"
- protected admin_permission -> null
- protected permission_granularity -> string (6) "bundle"
- ⧉protected links -> array (16)
- canonical => string (12) "/node/{node}"
- delete-form => string (19) "/node/{node}/delete"
- delete-multiple-form => string (26) "/admin/content/node/delete"
- edit-form => string (17) "/node/{node}/edit"
- version-history => string (22) "/node/{node}/revisions"
- revision => string (43) "/node/{node}/revisions/{node_revision}/view"
- create => string (5) "/node"
- devel-load => string (18) "/devel/node/{node}"
- devel-load-with-references => string (39) "/devel/load-with-references/node/{node}"
- devel-render => string (25) "/devel/render/node/{node}"
- devel-definition => string (29) "/devel/definition/node/{node}"
- token-devel => string (24) "/devel/token/node/{node}"
- drupal:content-translation-overview => string (25) "/node/{node}/translations"
- drupal:content-translation-add => string (47) "/node/{node}/translations/add/{source}/{target}"
- drupal:content-translation-edit => string (41) "/node/{node}/translations/edit/{language}"
- drupal:content-translation-delete => string (43) "/node/{node}/translations/delete/{language}"
- protected bundle_entity_type -> string (9) "node_type"
- protected bundle_of -> null
- ⧉protected bundle_label -> Drupal\Core\StringTranslation\TranslatableMarkup (5)
- Properties (5)
- Available methods (14)
- protected string -> string (12) "Content type"
- protected arguments -> array (0)
- protected translatedMarkup -> null
- protected options -> array (0)
- protected stringTranslation -> null
- ⧉public __toString(): string Implements the magic __toString() method.
/** * Implements the magic __toString() method. */ Defined in <ROOT>/core/lib/Drupal/Component/Utility/ToStringTrait.php:13
- ⧉public __construct($string, array $arguments = array(), array $options = array(), ?Drupal\Core\StringTranslation\TranslationInterface $string_translation = null) Constructs a new class instance.
/** * Constructs a new class instance. * * When possible, use the * \Drupal\Core\StringTranslation\StringTranslationTrait $this->t(). Otherwise * create a new \Drupal\Core\StringTranslation\TranslatableMarkup object * directly. * * Calling the trait's t() method or instantiating a new TranslatableMarkup * object serves two purposes: * - At run-time it translates user-visible text into the appropriate * language. * - Static analyzers detect calls to t() and new TranslatableMarkup, and add * the first argument (the string to be translated) to the database of * strings that need translation. These strings are expected to be in * English, so the first argument should always be in English. * To allow the site to be localized, it is important that all human-readable * text that will be displayed on the site or sent to a user is made available * in one of the ways supported by the * @link https://www.drupal.org/node/322729 Localization API @endlink. * See the @link https://www.drupal.org/node/322729 Localization API @endlink * pages for more information, including recommendations on how to break up or * not break up strings for translation. * * @section sec_translating_vars Translating Variables * $string should always be an English literal string. * * $string should never contain a variable, such as: * @code * new TranslatableMarkup($text) * @endcode * There are several reasons for this: * - Using a variable for $string that is user input is a security risk. * - Using a variable for $string that has even guaranteed safe text (for * example, user interface text provided literally in code), will not be * picked up by the localization static text processor. (The parameter could * be a variable if the entire string in $text has been passed into t() or * new TranslatableMarkup() elsewhere as the first argument, but that * strategy is not recommended.) * * It is especially important never to call new TranslatableMarkup($user_text) * or t($user_text) where $user_text is some text that a user entered -- doing * that can lead to cross-site scripting and other security problems. However, * you can use variable substitution in your string, to put variable text such * as user names or link URLs into translated text. Variable substitution * looks like this: * @code * new TranslatableMarkup("@name's blog", array('@name' => $account->getDisplayName())); * @endcode * Basically, you can put placeholders like @name into your string, and the * method will substitute the sanitized values at translation time. (See the * Localization API pages referenced above and the documentation of * \Drupal\Component\Render\FormattableMarkup::placeholderFormat() * for details about how to safely and correctly define variables in your * string.) Translators can then rearrange the string as necessary for the * language (e.g., in Spanish, it might be "blog de @name"). * * @param string $string * A string containing the English text to translate. * @param array $arguments * (optional) An associative array of replacements to make after * translation. Based on the first character of the key, the value is * escaped and/or themed. See * \Drupal\Component\Render\FormattableMarkup::placeholderFormat() for * details. * @param array $options * (optional) An associative array of additional options, with the following * elements: * - 'langcode' (defaults to the current language): A language code, to * translate to a language other than what is used to display the page. * - 'context' (defaults to the empty context): The context the source * string belongs to. * @param \Drupal\Core\StringTranslation\TranslationInterface $string_translation * (optional) The string translation service. * * @throws \InvalidArgumentException * Exception thrown when $string is not a string. * * @see \Drupal\Component\Render\FormattableMarkup::placeholderFormat() * @see \Drupal\Core\StringTranslation\StringTranslationTrait::t() * * @ingroup sanitization */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:129
- ⧉public getUntranslatedString(): string Gets the untranslated string value stored in this translated string.
/** * Gets the untranslated string value stored in this translated string. * * @return string * The string stored in this wrapper. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:145
- ⧉public getOption($name): mixed Gets a specific option from this translated string.
/** * Gets a specific option from this translated string. * * @param string $name * Option name. * * @return mixed * The value of this option or empty string of option is not set. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:158
- ⧉public getOptions(): mixed[] Gets all options from this translated string.
/** * Gets all options from this translated string. * * @return mixed[] * The array of options. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:168
- ⧉public getArguments(): mixed[] Gets all arguments from this translated string.
/** * Gets all arguments from this translated string. * * @return mixed[] * The array of arguments. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:178
- ⧉public render(): string Renders the object as a string.
/** * Renders the object as a string. * * @return string * The translated string. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:188
- ⧉public __sleep() Magic __sleep() method to avoid serializing the string translator.
/** * Magic __sleep() method to avoid serializing the string translator. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:203
- ⧉public count(): int Returns the string length.
/** * Returns the string length. * * @return int * The length of the string. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:228
- ⧉public jsonSerialize(): string Returns a representation of the object for use in JSON serialization.
/** * Returns a representation of the object for use in JSON serialization. * * @return string * The safe string content. */ Inherited from Drupal\Component\Render\FormattableMarkup Defined in <ROOT>/core/lib/Drupal/Component/Render/FormattableMarkup.php:120
- ⧉protected _die() For test purposes, wrap die() in an overridable method.
/** * For test purposes, wrap die() in an overridable method. */ Defined in <ROOT>/core/lib/Drupal/Component/Utility/ToStringTrait.php:31
- ⧉protected getStringTranslation(): \Drupal\Core\StringTranslation\TranslationInterface Gets the string translation service.
/** * Gets the string translation service. * * @return \Drupal\Core\StringTranslation\TranslationInterface * The string translation service. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:213
- ⧉protected static placeholderFormat($string, array $args): string Replaces placeholders in a string with values.
/** * Replaces placeholders in a string with values. * * @param string $string * A string containing placeholders. The string itself is expected to be * safe and correct HTML. Any unsafe content must be in $args and * inserted via placeholders. * @param array $args * An associative array of replacements. Each array key should be the same * as a placeholder in $string. The corresponding value should be a string * or an object that implements \Drupal\Component\Render\MarkupInterface. * Null args[] values are deprecated in Drupal 9.5 and will fail in * Drupal 11.0. The value replaces the placeholder in $string. Sanitization * and formatting will be done before replacement. The type of sanitization * and formatting depends on the first character of the key: * - @variable: When the placeholder replacement value is: * - A string, the replaced value in the returned string will be sanitized * using \Drupal\Component\Utility\Html::escape(). * - A MarkupInterface object, the replaced value in the returned string * will not be sanitized. * - A MarkupInterface object cast to a string, the replaced value in the * returned string be forcibly sanitized using * \Drupal\Component\Utility\Html::escape(). * @code * $this->placeholderFormat('This will force HTML-escaping of the replacement value: @text', ['@text' => (string) $safe_string_interface_object)); * @endcode * Use this placeholder as the default choice for anything displayed on * the site, but not within HTML attributes, JavaScript, or CSS. Doing so * is a security risk. * - %variable: Use when the replacement value is to be wrapped in <em> * tags. * A call like: * @code * $string = "%output_text"; * $arguments = ['%output_text' => 'text output here.']; * $this->placeholderFormat($string, $arguments); * @endcode * makes the following HTML code: * @code * <em class="placeholder">text output here.</em> * @endcode * As with @variable, do not use this within HTML attributes, JavaScript, * or CSS. Doing so is a security risk. * - :variable: Return value is escaped with * \Drupal\Component\Utility\Html::escape() and filtered for dangerous * protocols using UrlHelper::stripDangerousProtocols(). Use this when * using the "href" attribute, ensuring the attribute value is always * wrapped in quotes: * @code * // Secure (with quotes): * $this->placeholderFormat('<a href=":url">@variable</a>', [':url' => $url, '@variable' => $variable]); * // Insecure (without quotes): * $this->placeholderFormat('<a href=:url>@variable</a>', [':url' => $url, '@variable' => $variable]); * @endcode * When ":variable" comes from arbitrary user input, the result is secure, * but not guaranteed to be a valid URL (which means the resulting output * could fail HTML validation). To guarantee a valid URL, use * Url::fromUri($user_input)->toString() (which either throws an exception * or returns a well-formed URL) before passing the result into a * ":variable" placeholder. * * @return string * A formatted HTML string with the placeholders replaced. * * @ingroup sanitization * * @see \Drupal\Core\StringTranslation\TranslatableMarkup * @see \Drupal\Core\StringTranslation\PluralTranslatableMarkup * @see \Drupal\Component\Utility\Html::escape() * @see \Drupal\Component\Utility\UrlHelper::stripDangerousProtocols() * @see \Drupal\Core\Url::fromUri() */ Inherited from Drupal\Component\Render\FormattableMarkup Defined in <ROOT>/core/lib/Drupal/Component/Render/FormattableMarkup.php:196
- ⧉protected static placeholderEscape($value): string Escapes a placeholder replacement value if needed.
/** * Escapes a placeholder replacement value if needed. * * @param string|\Drupal\Component\Render\MarkupInterface $value * A placeholder replacement value. * * @return string * The properly escaped replacement value. */ Inherited from Drupal\Component\Render\FormattableMarkup Defined in <ROOT>/core/lib/Drupal/Component/Render/FormattableMarkup.php:269
- protected base_table -> string (4) "node"
- protected revision_data_table -> string (19) "node_field_revision"
- protected revision_table -> string (13) "node_revision"
- protected data_table -> string (15) "node_field_data"
- protected internal -> boolean false
- protected translatable -> boolean true
- protected show_revision_ui -> boolean true
- ⧉protected label -> Drupal\Core\StringTranslation\TranslatableMarkup (5)
- Properties (5)
- Available methods (14)
- protected string -> string (7) "Content"
- protected arguments -> array (0)
- protected translatedMarkup -> null
- protected options -> array (0)
- protected stringTranslation -> null
- ⧉public __toString(): string Implements the magic __toString() method.
/** * Implements the magic __toString() method. */ Defined in <ROOT>/core/lib/Drupal/Component/Utility/ToStringTrait.php:13
- ⧉public __construct($string, array $arguments = array(), array $options = array(), ?Drupal\Core\StringTranslation\TranslationInterface $string_translation = null) Constructs a new class instance.
/** * Constructs a new class instance. * * When possible, use the * \Drupal\Core\StringTranslation\StringTranslationTrait $this->t(). Otherwise * create a new \Drupal\Core\StringTranslation\TranslatableMarkup object * directly. * * Calling the trait's t() method or instantiating a new TranslatableMarkup * object serves two purposes: * - At run-time it translates user-visible text into the appropriate * language. * - Static analyzers detect calls to t() and new TranslatableMarkup, and add * the first argument (the string to be translated) to the database of * strings that need translation. These strings are expected to be in * English, so the first argument should always be in English. * To allow the site to be localized, it is important that all human-readable * text that will be displayed on the site or sent to a user is made available * in one of the ways supported by the * @link https://www.drupal.org/node/322729 Localization API @endlink. * See the @link https://www.drupal.org/node/322729 Localization API @endlink * pages for more information, including recommendations on how to break up or * not break up strings for translation. * * @section sec_translating_vars Translating Variables * $string should always be an English literal string. * * $string should never contain a variable, such as: * @code * new TranslatableMarkup($text) * @endcode * There are several reasons for this: * - Using a variable for $string that is user input is a security risk. * - Using a variable for $string that has even guaranteed safe text (for * example, user interface text provided literally in code), will not be * picked up by the localization static text processor. (The parameter could * be a variable if the entire string in $text has been passed into t() or * new TranslatableMarkup() elsewhere as the first argument, but that * strategy is not recommended.) * * It is especially important never to call new TranslatableMarkup($user_text) * or t($user_text) where $user_text is some text that a user entered -- doing * that can lead to cross-site scripting and other security problems. However, * you can use variable substitution in your string, to put variable text such * as user names or link URLs into translated text. Variable substitution * looks like this: * @code * new TranslatableMarkup("@name's blog", array('@name' => $account->getDisplayName())); * @endcode * Basically, you can put placeholders like @name into your string, and the * method will substitute the sanitized values at translation time. (See the * Localization API pages referenced above and the documentation of * \Drupal\Component\Render\FormattableMarkup::placeholderFormat() * for details about how to safely and correctly define variables in your * string.) Translators can then rearrange the string as necessary for the * language (e.g., in Spanish, it might be "blog de @name"). * * @param string $string * A string containing the English text to translate. * @param array $arguments * (optional) An associative array of replacements to make after * translation. Based on the first character of the key, the value is * escaped and/or themed. See * \Drupal\Component\Render\FormattableMarkup::placeholderFormat() for * details. * @param array $options * (optional) An associative array of additional options, with the following * elements: * - 'langcode' (defaults to the current language): A language code, to * translate to a language other than what is used to display the page. * - 'context' (defaults to the empty context): The context the source * string belongs to. * @param \Drupal\Core\StringTranslation\TranslationInterface $string_translation * (optional) The string translation service. * * @throws \InvalidArgumentException * Exception thrown when $string is not a string. * * @see \Drupal\Component\Render\FormattableMarkup::placeholderFormat() * @see \Drupal\Core\StringTranslation\StringTranslationTrait::t() * * @ingroup sanitization */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:129
- ⧉public getUntranslatedString(): string Gets the untranslated string value stored in this translated string.
/** * Gets the untranslated string value stored in this translated string. * * @return string * The string stored in this wrapper. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:145
- ⧉public getOption($name): mixed Gets a specific option from this translated string.
/** * Gets a specific option from this translated string. * * @param string $name * Option name. * * @return mixed * The value of this option or empty string of option is not set. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:158
- ⧉public getOptions(): mixed[] Gets all options from this translated string.
/** * Gets all options from this translated string. * * @return mixed[] * The array of options. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:168
- ⧉public getArguments(): mixed[] Gets all arguments from this translated string.
/** * Gets all arguments from this translated string. * * @return mixed[] * The array of arguments. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:178
- ⧉public render(): string Renders the object as a string.
/** * Renders the object as a string. * * @return string * The translated string. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:188
- ⧉public __sleep() Magic __sleep() method to avoid serializing the string translator.
/** * Magic __sleep() method to avoid serializing the string translator. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:203
- ⧉public count(): int Returns the string length.
/** * Returns the string length. * * @return int * The length of the string. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:228
- ⧉public jsonSerialize(): string Returns a representation of the object for use in JSON serialization.
/** * Returns a representation of the object for use in JSON serialization. * * @return string * The safe string content. */ Inherited from Drupal\Component\Render\FormattableMarkup Defined in <ROOT>/core/lib/Drupal/Component/Render/FormattableMarkup.php:120
- ⧉protected _die() For test purposes, wrap die() in an overridable method.
/** * For test purposes, wrap die() in an overridable method. */ Defined in <ROOT>/core/lib/Drupal/Component/Utility/ToStringTrait.php:31
- ⧉protected getStringTranslation(): \Drupal\Core\StringTranslation\TranslationInterface Gets the string translation service.
/** * Gets the string translation service. * * @return \Drupal\Core\StringTranslation\TranslationInterface * The string translation service. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:213
- ⧉protected static placeholderFormat($string, array $args): string Replaces placeholders in a string with values.
/** * Replaces placeholders in a string with values. * * @param string $string * A string containing placeholders. The string itself is expected to be * safe and correct HTML. Any unsafe content must be in $args and * inserted via placeholders. * @param array $args * An associative array of replacements. Each array key should be the same * as a placeholder in $string. The corresponding value should be a string * or an object that implements \Drupal\Component\Render\MarkupInterface. * Null args[] values are deprecated in Drupal 9.5 and will fail in * Drupal 11.0. The value replaces the placeholder in $string. Sanitization * and formatting will be done before replacement. The type of sanitization * and formatting depends on the first character of the key: * - @variable: When the placeholder replacement value is: * - A string, the replaced value in the returned string will be sanitized * using \Drupal\Component\Utility\Html::escape(). * - A MarkupInterface object, the replaced value in the returned string * will not be sanitized. * - A MarkupInterface object cast to a string, the replaced value in the * returned string be forcibly sanitized using * \Drupal\Component\Utility\Html::escape(). * @code * $this->placeholderFormat('This will force HTML-escaping of the replacement value: @text', ['@text' => (string) $safe_string_interface_object)); * @endcode * Use this placeholder as the default choice for anything displayed on * the site, but not within HTML attributes, JavaScript, or CSS. Doing so * is a security risk. * - %variable: Use when the replacement value is to be wrapped in <em> * tags. * A call like: * @code * $string = "%output_text"; * $arguments = ['%output_text' => 'text output here.']; * $this->placeholderFormat($string, $arguments); * @endcode * makes the following HTML code: * @code * <em class="placeholder">text output here.</em> * @endcode * As with @variable, do not use this within HTML attributes, JavaScript, * or CSS. Doing so is a security risk. * - :variable: Return value is escaped with * \Drupal\Component\Utility\Html::escape() and filtered for dangerous * protocols using UrlHelper::stripDangerousProtocols(). Use this when * using the "href" attribute, ensuring the attribute value is always * wrapped in quotes: * @code * // Secure (with quotes): * $this->placeholderFormat('<a href=":url">@variable</a>', [':url' => $url, '@variable' => $variable]); * // Insecure (without quotes): * $this->placeholderFormat('<a href=:url>@variable</a>', [':url' => $url, '@variable' => $variable]); * @endcode * When ":variable" comes from arbitrary user input, the result is secure, * but not guaranteed to be a valid URL (which means the resulting output * could fail HTML validation). To guarantee a valid URL, use * Url::fromUri($user_input)->toString() (which either throws an exception * or returns a well-formed URL) before passing the result into a * ":variable" placeholder. * * @return string * A formatted HTML string with the placeholders replaced. * * @ingroup sanitization * * @see \Drupal\Core\StringTranslation\TranslatableMarkup * @see \Drupal\Core\StringTranslation\PluralTranslatableMarkup * @see \Drupal\Component\Utility\Html::escape() * @see \Drupal\Component\Utility\UrlHelper::stripDangerousProtocols() * @see \Drupal\Core\Url::fromUri() */ Inherited from Drupal\Component\Render\FormattableMarkup Defined in <ROOT>/core/lib/Drupal/Component/Render/FormattableMarkup.php:196
- ⧉protected static placeholderEscape($value): string Escapes a placeholder replacement value if needed.
/** * Escapes a placeholder replacement value if needed. * * @param string|\Drupal\Component\Render\MarkupInterface $value * A placeholder replacement value. * * @return string * The properly escaped replacement value. */ Inherited from Drupal\Component\Render\FormattableMarkup Defined in <ROOT>/core/lib/Drupal/Component/Render/FormattableMarkup.php:269
- ⧉protected label_collection -> Drupal\Core\StringTranslation\TranslatableMarkup (5)
- Properties (5)
- Available methods (14)
- protected string -> string (7) "Content"
- protected arguments -> array (0)
- protected translatedMarkup -> null
- protected options -> array (0)
- protected stringTranslation -> null
- ⧉public __toString(): string Implements the magic __toString() method.
/** * Implements the magic __toString() method. */ Defined in <ROOT>/core/lib/Drupal/Component/Utility/ToStringTrait.php:13
- ⧉public __construct($string, array $arguments = array(), array $options = array(), ?Drupal\Core\StringTranslation\TranslationInterface $string_translation = null) Constructs a new class instance.
/** * Constructs a new class instance. * * When possible, use the * \Drupal\Core\StringTranslation\StringTranslationTrait $this->t(). Otherwise * create a new \Drupal\Core\StringTranslation\TranslatableMarkup object * directly. * * Calling the trait's t() method or instantiating a new TranslatableMarkup * object serves two purposes: * - At run-time it translates user-visible text into the appropriate * language. * - Static analyzers detect calls to t() and new TranslatableMarkup, and add * the first argument (the string to be translated) to the database of * strings that need translation. These strings are expected to be in * English, so the first argument should always be in English. * To allow the site to be localized, it is important that all human-readable * text that will be displayed on the site or sent to a user is made available * in one of the ways supported by the * @link https://www.drupal.org/node/322729 Localization API @endlink. * See the @link https://www.drupal.org/node/322729 Localization API @endlink * pages for more information, including recommendations on how to break up or * not break up strings for translation. * * @section sec_translating_vars Translating Variables * $string should always be an English literal string. * * $string should never contain a variable, such as: * @code * new TranslatableMarkup($text) * @endcode * There are several reasons for this: * - Using a variable for $string that is user input is a security risk. * - Using a variable for $string that has even guaranteed safe text (for * example, user interface text provided literally in code), will not be * picked up by the localization static text processor. (The parameter could * be a variable if the entire string in $text has been passed into t() or * new TranslatableMarkup() elsewhere as the first argument, but that * strategy is not recommended.) * * It is especially important never to call new TranslatableMarkup($user_text) * or t($user_text) where $user_text is some text that a user entered -- doing * that can lead to cross-site scripting and other security problems. However, * you can use variable substitution in your string, to put variable text such * as user names or link URLs into translated text. Variable substitution * looks like this: * @code * new TranslatableMarkup("@name's blog", array('@name' => $account->getDisplayName())); * @endcode * Basically, you can put placeholders like @name into your string, and the * method will substitute the sanitized values at translation time. (See the * Localization API pages referenced above and the documentation of * \Drupal\Component\Render\FormattableMarkup::placeholderFormat() * for details about how to safely and correctly define variables in your * string.) Translators can then rearrange the string as necessary for the * language (e.g., in Spanish, it might be "blog de @name"). * * @param string $string * A string containing the English text to translate. * @param array $arguments * (optional) An associative array of replacements to make after * translation. Based on the first character of the key, the value is * escaped and/or themed. See * \Drupal\Component\Render\FormattableMarkup::placeholderFormat() for * details. * @param array $options * (optional) An associative array of additional options, with the following * elements: * - 'langcode' (defaults to the current language): A language code, to * translate to a language other than what is used to display the page. * - 'context' (defaults to the empty context): The context the source * string belongs to. * @param \Drupal\Core\StringTranslation\TranslationInterface $string_translation * (optional) The string translation service. * * @throws \InvalidArgumentException * Exception thrown when $string is not a string. * * @see \Drupal\Component\Render\FormattableMarkup::placeholderFormat() * @see \Drupal\Core\StringTranslation\StringTranslationTrait::t() * * @ingroup sanitization */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:129
- ⧉public getUntranslatedString(): string Gets the untranslated string value stored in this translated string.
/** * Gets the untranslated string value stored in this translated string. * * @return string * The string stored in this wrapper. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:145
- ⧉public getOption($name): mixed Gets a specific option from this translated string.
/** * Gets a specific option from this translated string. * * @param string $name * Option name. * * @return mixed * The value of this option or empty string of option is not set. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:158
- ⧉public getOptions(): mixed[] Gets all options from this translated string.
/** * Gets all options from this translated string. * * @return mixed[] * The array of options. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:168
- ⧉public getArguments(): mixed[] Gets all arguments from this translated string.
/** * Gets all arguments from this translated string. * * @return mixed[] * The array of arguments. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:178
- ⧉public render(): string Renders the object as a string.
/** * Renders the object as a string. * * @return string * The translated string. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:188
- ⧉public __sleep() Magic __sleep() method to avoid serializing the string translator.
/** * Magic __sleep() method to avoid serializing the string translator. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:203
- ⧉public count(): int Returns the string length.
/** * Returns the string length. * * @return int * The length of the string. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:228
- ⧉public jsonSerialize(): string Returns a representation of the object for use in JSON serialization.
/** * Returns a representation of the object for use in JSON serialization. * * @return string * The safe string content. */ Inherited from Drupal\Component\Render\FormattableMarkup Defined in <ROOT>/core/lib/Drupal/Component/Render/FormattableMarkup.php:120
- ⧉protected _die() For test purposes, wrap die() in an overridable method.
/** * For test purposes, wrap die() in an overridable method. */ Defined in <ROOT>/core/lib/Drupal/Component/Utility/ToStringTrait.php:31
- ⧉protected getStringTranslation(): \Drupal\Core\StringTranslation\TranslationInterface Gets the string translation service.
/** * Gets the string translation service. * * @return \Drupal\Core\StringTranslation\TranslationInterface * The string translation service. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:213
- ⧉protected static placeholderFormat($string, array $args): string Replaces placeholders in a string with values.
/** * Replaces placeholders in a string with values. * * @param string $string * A string containing placeholders. The string itself is expected to be * safe and correct HTML. Any unsafe content must be in $args and * inserted via placeholders. * @param array $args * An associative array of replacements. Each array key should be the same * as a placeholder in $string. The corresponding value should be a string * or an object that implements \Drupal\Component\Render\MarkupInterface. * Null args[] values are deprecated in Drupal 9.5 and will fail in * Drupal 11.0. The value replaces the placeholder in $string. Sanitization * and formatting will be done before replacement. The type of sanitization * and formatting depends on the first character of the key: * - @variable: When the placeholder replacement value is: * - A string, the replaced value in the returned string will be sanitized * using \Drupal\Component\Utility\Html::escape(). * - A MarkupInterface object, the replaced value in the returned string * will not be sanitized. * - A MarkupInterface object cast to a string, the replaced value in the * returned string be forcibly sanitized using * \Drupal\Component\Utility\Html::escape(). * @code * $this->placeholderFormat('This will force HTML-escaping of the replacement value: @text', ['@text' => (string) $safe_string_interface_object)); * @endcode * Use this placeholder as the default choice for anything displayed on * the site, but not within HTML attributes, JavaScript, or CSS. Doing so * is a security risk. * - %variable: Use when the replacement value is to be wrapped in <em> * tags. * A call like: * @code * $string = "%output_text"; * $arguments = ['%output_text' => 'text output here.']; * $this->placeholderFormat($string, $arguments); * @endcode * makes the following HTML code: * @code * <em class="placeholder">text output here.</em> * @endcode * As with @variable, do not use this within HTML attributes, JavaScript, * or CSS. Doing so is a security risk. * - :variable: Return value is escaped with * \Drupal\Component\Utility\Html::escape() and filtered for dangerous * protocols using UrlHelper::stripDangerousProtocols(). Use this when * using the "href" attribute, ensuring the attribute value is always * wrapped in quotes: * @code * // Secure (with quotes): * $this->placeholderFormat('<a href=":url">@variable</a>', [':url' => $url, '@variable' => $variable]); * // Insecure (without quotes): * $this->placeholderFormat('<a href=:url>@variable</a>', [':url' => $url, '@variable' => $variable]); * @endcode * When ":variable" comes from arbitrary user input, the result is secure, * but not guaranteed to be a valid URL (which means the resulting output * could fail HTML validation). To guarantee a valid URL, use * Url::fromUri($user_input)->toString() (which either throws an exception * or returns a well-formed URL) before passing the result into a * ":variable" placeholder. * * @return string * A formatted HTML string with the placeholders replaced. * * @ingroup sanitization * * @see \Drupal\Core\StringTranslation\TranslatableMarkup * @see \Drupal\Core\StringTranslation\PluralTranslatableMarkup * @see \Drupal\Component\Utility\Html::escape() * @see \Drupal\Component\Utility\UrlHelper::stripDangerousProtocols() * @see \Drupal\Core\Url::fromUri() */ Inherited from Drupal\Component\Render\FormattableMarkup Defined in <ROOT>/core/lib/Drupal/Component/Render/FormattableMarkup.php:196
- ⧉protected static placeholderEscape($value): string Escapes a placeholder replacement value if needed.
/** * Escapes a placeholder replacement value if needed. * * @param string|\Drupal\Component\Render\MarkupInterface $value * A placeholder replacement value. * * @return string * The properly escaped replacement value. */ Inherited from Drupal\Component\Render\FormattableMarkup Defined in <ROOT>/core/lib/Drupal/Component/Render/FormattableMarkup.php:269
- ⧉protected label_singular -> Drupal\Core\StringTranslation\TranslatableMarkup (5)
- Properties (5)
- Available methods (14)
- protected string -> string (12) "content item"
- protected arguments -> array (0)
- protected translatedMarkup -> null
- protected options -> array (0)
- protected stringTranslation -> null
- ⧉public __toString(): string Implements the magic __toString() method.
/** * Implements the magic __toString() method. */ Defined in <ROOT>/core/lib/Drupal/Component/Utility/ToStringTrait.php:13
- ⧉public __construct($string, array $arguments = array(), array $options = array(), ?Drupal\Core\StringTranslation\TranslationInterface $string_translation = null) Constructs a new class instance.
/** * Constructs a new class instance. * * When possible, use the * \Drupal\Core\StringTranslation\StringTranslationTrait $this->t(). Otherwise * create a new \Drupal\Core\StringTranslation\TranslatableMarkup object * directly. * * Calling the trait's t() method or instantiating a new TranslatableMarkup * object serves two purposes: * - At run-time it translates user-visible text into the appropriate * language. * - Static analyzers detect calls to t() and new TranslatableMarkup, and add * the first argument (the string to be translated) to the database of * strings that need translation. These strings are expected to be in * English, so the first argument should always be in English. * To allow the site to be localized, it is important that all human-readable * text that will be displayed on the site or sent to a user is made available * in one of the ways supported by the * @link https://www.drupal.org/node/322729 Localization API @endlink. * See the @link https://www.drupal.org/node/322729 Localization API @endlink * pages for more information, including recommendations on how to break up or * not break up strings for translation. * * @section sec_translating_vars Translating Variables * $string should always be an English literal string. * * $string should never contain a variable, such as: * @code * new TranslatableMarkup($text) * @endcode * There are several reasons for this: * - Using a variable for $string that is user input is a security risk. * - Using a variable for $string that has even guaranteed safe text (for * example, user interface text provided literally in code), will not be * picked up by the localization static text processor. (The parameter could * be a variable if the entire string in $text has been passed into t() or * new TranslatableMarkup() elsewhere as the first argument, but that * strategy is not recommended.) * * It is especially important never to call new TranslatableMarkup($user_text) * or t($user_text) where $user_text is some text that a user entered -- doing * that can lead to cross-site scripting and other security problems. However, * you can use variable substitution in your string, to put variable text such * as user names or link URLs into translated text. Variable substitution * looks like this: * @code * new TranslatableMarkup("@name's blog", array('@name' => $account->getDisplayName())); * @endcode * Basically, you can put placeholders like @name into your string, and the * method will substitute the sanitized values at translation time. (See the * Localization API pages referenced above and the documentation of * \Drupal\Component\Render\FormattableMarkup::placeholderFormat() * for details about how to safely and correctly define variables in your * string.) Translators can then rearrange the string as necessary for the * language (e.g., in Spanish, it might be "blog de @name"). * * @param string $string * A string containing the English text to translate. * @param array $arguments * (optional) An associative array of replacements to make after * translation. Based on the first character of the key, the value is * escaped and/or themed. See * \Drupal\Component\Render\FormattableMarkup::placeholderFormat() for * details. * @param array $options * (optional) An associative array of additional options, with the following * elements: * - 'langcode' (defaults to the current language): A language code, to * translate to a language other than what is used to display the page. * - 'context' (defaults to the empty context): The context the source * string belongs to. * @param \Drupal\Core\StringTranslation\TranslationInterface $string_translation * (optional) The string translation service. * * @throws \InvalidArgumentException * Exception thrown when $string is not a string. * * @see \Drupal\Component\Render\FormattableMarkup::placeholderFormat() * @see \Drupal\Core\StringTranslation\StringTranslationTrait::t() * * @ingroup sanitization */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:129
- ⧉public getUntranslatedString(): string Gets the untranslated string value stored in this translated string.
/** * Gets the untranslated string value stored in this translated string. * * @return string * The string stored in this wrapper. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:145
- ⧉public getOption($name): mixed Gets a specific option from this translated string.
/** * Gets a specific option from this translated string. * * @param string $name * Option name. * * @return mixed * The value of this option or empty string of option is not set. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:158
- ⧉public getOptions(): mixed[] Gets all options from this translated string.
/** * Gets all options from this translated string. * * @return mixed[] * The array of options. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:168
- ⧉public getArguments(): mixed[] Gets all arguments from this translated string.
/** * Gets all arguments from this translated string. * * @return mixed[] * The array of arguments. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:178
- ⧉public render(): string Renders the object as a string.
/** * Renders the object as a string. * * @return string * The translated string. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:188
- ⧉public __sleep() Magic __sleep() method to avoid serializing the string translator.
/** * Magic __sleep() method to avoid serializing the string translator. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:203
- ⧉public count(): int Returns the string length.
/** * Returns the string length. * * @return int * The length of the string. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:228
- ⧉public jsonSerialize(): string Returns a representation of the object for use in JSON serialization.
/** * Returns a representation of the object for use in JSON serialization. * * @return string * The safe string content. */ Inherited from Drupal\Component\Render\FormattableMarkup Defined in <ROOT>/core/lib/Drupal/Component/Render/FormattableMarkup.php:120
- ⧉protected _die() For test purposes, wrap die() in an overridable method.
/** * For test purposes, wrap die() in an overridable method. */ Defined in <ROOT>/core/lib/Drupal/Component/Utility/ToStringTrait.php:31
- ⧉protected getStringTranslation(): \Drupal\Core\StringTranslation\TranslationInterface Gets the string translation service.
/** * Gets the string translation service. * * @return \Drupal\Core\StringTranslation\TranslationInterface * The string translation service. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:213
- ⧉protected static placeholderFormat($string, array $args): string Replaces placeholders in a string with values.
/** * Replaces placeholders in a string with values. * * @param string $string * A string containing placeholders. The string itself is expected to be * safe and correct HTML. Any unsafe content must be in $args and * inserted via placeholders. * @param array $args * An associative array of replacements. Each array key should be the same * as a placeholder in $string. The corresponding value should be a string * or an object that implements \Drupal\Component\Render\MarkupInterface. * Null args[] values are deprecated in Drupal 9.5 and will fail in * Drupal 11.0. The value replaces the placeholder in $string. Sanitization * and formatting will be done before replacement. The type of sanitization * and formatting depends on the first character of the key: * - @variable: When the placeholder replacement value is: * - A string, the replaced value in the returned string will be sanitized * using \Drupal\Component\Utility\Html::escape(). * - A MarkupInterface object, the replaced value in the returned string * will not be sanitized. * - A MarkupInterface object cast to a string, the replaced value in the * returned string be forcibly sanitized using * \Drupal\Component\Utility\Html::escape(). * @code * $this->placeholderFormat('This will force HTML-escaping of the replacement value: @text', ['@text' => (string) $safe_string_interface_object)); * @endcode * Use this placeholder as the default choice for anything displayed on * the site, but not within HTML attributes, JavaScript, or CSS. Doing so * is a security risk. * - %variable: Use when the replacement value is to be wrapped in <em> * tags. * A call like: * @code * $string = "%output_text"; * $arguments = ['%output_text' => 'text output here.']; * $this->placeholderFormat($string, $arguments); * @endcode * makes the following HTML code: * @code * <em class="placeholder">text output here.</em> * @endcode * As with @variable, do not use this within HTML attributes, JavaScript, * or CSS. Doing so is a security risk. * - :variable: Return value is escaped with * \Drupal\Component\Utility\Html::escape() and filtered for dangerous * protocols using UrlHelper::stripDangerousProtocols(). Use this when * using the "href" attribute, ensuring the attribute value is always * wrapped in quotes: * @code * // Secure (with quotes): * $this->placeholderFormat('<a href=":url">@variable</a>', [':url' => $url, '@variable' => $variable]); * // Insecure (without quotes): * $this->placeholderFormat('<a href=:url>@variable</a>', [':url' => $url, '@variable' => $variable]); * @endcode * When ":variable" comes from arbitrary user input, the result is secure, * but not guaranteed to be a valid URL (which means the resulting output * could fail HTML validation). To guarantee a valid URL, use * Url::fromUri($user_input)->toString() (which either throws an exception * or returns a well-formed URL) before passing the result into a * ":variable" placeholder. * * @return string * A formatted HTML string with the placeholders replaced. * * @ingroup sanitization * * @see \Drupal\Core\StringTranslation\TranslatableMarkup * @see \Drupal\Core\StringTranslation\PluralTranslatableMarkup * @see \Drupal\Component\Utility\Html::escape() * @see \Drupal\Component\Utility\UrlHelper::stripDangerousProtocols() * @see \Drupal\Core\Url::fromUri() */ Inherited from Drupal\Component\Render\FormattableMarkup Defined in <ROOT>/core/lib/Drupal/Component/Render/FormattableMarkup.php:196
- ⧉protected static placeholderEscape($value): string Escapes a placeholder replacement value if needed.
/** * Escapes a placeholder replacement value if needed. * * @param string|\Drupal\Component\Render\MarkupInterface $value * A placeholder replacement value. * * @return string * The properly escaped replacement value. */ Inherited from Drupal\Component\Render\FormattableMarkup Defined in <ROOT>/core/lib/Drupal/Component/Render/FormattableMarkup.php:269
- ⧉protected label_plural -> Drupal\Core\StringTranslation\TranslatableMarkup (5)
- Properties (5)
- Available methods (14)
- protected string -> string (13) "content items"
- protected arguments -> array (0)
- protected translatedMarkup -> null
- protected options -> array (0)
- protected stringTranslation -> null
- ⧉public __toString(): string Implements the magic __toString() method.
/** * Implements the magic __toString() method. */ Defined in <ROOT>/core/lib/Drupal/Component/Utility/ToStringTrait.php:13
- ⧉public __construct($string, array $arguments = array(), array $options = array(), ?Drupal\Core\StringTranslation\TranslationInterface $string_translation = null) Constructs a new class instance.
/** * Constructs a new class instance. * * When possible, use the * \Drupal\Core\StringTranslation\StringTranslationTrait $this->t(). Otherwise * create a new \Drupal\Core\StringTranslation\TranslatableMarkup object * directly. * * Calling the trait's t() method or instantiating a new TranslatableMarkup * object serves two purposes: * - At run-time it translates user-visible text into the appropriate * language. * - Static analyzers detect calls to t() and new TranslatableMarkup, and add * the first argument (the string to be translated) to the database of * strings that need translation. These strings are expected to be in * English, so the first argument should always be in English. * To allow the site to be localized, it is important that all human-readable * text that will be displayed on the site or sent to a user is made available * in one of the ways supported by the * @link https://www.drupal.org/node/322729 Localization API @endlink. * See the @link https://www.drupal.org/node/322729 Localization API @endlink * pages for more information, including recommendations on how to break up or * not break up strings for translation. * * @section sec_translating_vars Translating Variables * $string should always be an English literal string. * * $string should never contain a variable, such as: * @code * new TranslatableMarkup($text) * @endcode * There are several reasons for this: * - Using a variable for $string that is user input is a security risk. * - Using a variable for $string that has even guaranteed safe text (for * example, user interface text provided literally in code), will not be * picked up by the localization static text processor. (The parameter could * be a variable if the entire string in $text has been passed into t() or * new TranslatableMarkup() elsewhere as the first argument, but that * strategy is not recommended.) * * It is especially important never to call new TranslatableMarkup($user_text) * or t($user_text) where $user_text is some text that a user entered -- doing * that can lead to cross-site scripting and other security problems. However, * you can use variable substitution in your string, to put variable text such * as user names or link URLs into translated text. Variable substitution * looks like this: * @code * new TranslatableMarkup("@name's blog", array('@name' => $account->getDisplayName())); * @endcode * Basically, you can put placeholders like @name into your string, and the * method will substitute the sanitized values at translation time. (See the * Localization API pages referenced above and the documentation of * \Drupal\Component\Render\FormattableMarkup::placeholderFormat() * for details about how to safely and correctly define variables in your * string.) Translators can then rearrange the string as necessary for the * language (e.g., in Spanish, it might be "blog de @name"). * * @param string $string * A string containing the English text to translate. * @param array $arguments * (optional) An associative array of replacements to make after * translation. Based on the first character of the key, the value is * escaped and/or themed. See * \Drupal\Component\Render\FormattableMarkup::placeholderFormat() for * details. * @param array $options * (optional) An associative array of additional options, with the following * elements: * - 'langcode' (defaults to the current language): A language code, to * translate to a language other than what is used to display the page. * - 'context' (defaults to the empty context): The context the source * string belongs to. * @param \Drupal\Core\StringTranslation\TranslationInterface $string_translation * (optional) The string translation service. * * @throws \InvalidArgumentException * Exception thrown when $string is not a string. * * @see \Drupal\Component\Render\FormattableMarkup::placeholderFormat() * @see \Drupal\Core\StringTranslation\StringTranslationTrait::t() * * @ingroup sanitization */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:129
- ⧉public getUntranslatedString(): string Gets the untranslated string value stored in this translated string.
/** * Gets the untranslated string value stored in this translated string. * * @return string * The string stored in this wrapper. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:145
- ⧉public getOption($name): mixed Gets a specific option from this translated string.
/** * Gets a specific option from this translated string. * * @param string $name * Option name. * * @return mixed * The value of this option or empty string of option is not set. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:158
- ⧉public getOptions(): mixed[] Gets all options from this translated string.
/** * Gets all options from this translated string. * * @return mixed[] * The array of options. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:168
- ⧉public getArguments(): mixed[] Gets all arguments from this translated string.
/** * Gets all arguments from this translated string. * * @return mixed[] * The array of arguments. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:178
- ⧉public render(): string Renders the object as a string.
/** * Renders the object as a string. * * @return string * The translated string. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:188
- ⧉public __sleep() Magic __sleep() method to avoid serializing the string translator.
/** * Magic __sleep() method to avoid serializing the string translator. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:203
- ⧉public count(): int Returns the string length.
/** * Returns the string length. * * @return int * The length of the string. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:228
- ⧉public jsonSerialize(): string Returns a representation of the object for use in JSON serialization.
/** * Returns a representation of the object for use in JSON serialization. * * @return string * The safe string content. */ Inherited from Drupal\Component\Render\FormattableMarkup Defined in <ROOT>/core/lib/Drupal/Component/Render/FormattableMarkup.php:120
- ⧉protected _die() For test purposes, wrap die() in an overridable method.
/** * For test purposes, wrap die() in an overridable method. */ Defined in <ROOT>/core/lib/Drupal/Component/Utility/ToStringTrait.php:31
- ⧉protected getStringTranslation(): \Drupal\Core\StringTranslation\TranslationInterface Gets the string translation service.
/** * Gets the string translation service. * * @return \Drupal\Core\StringTranslation\TranslationInterface * The string translation service. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:213
- ⧉protected static placeholderFormat($string, array $args): string Replaces placeholders in a string with values.
/** * Replaces placeholders in a string with values. * * @param string $string * A string containing placeholders. The string itself is expected to be * safe and correct HTML. Any unsafe content must be in $args and * inserted via placeholders. * @param array $args * An associative array of replacements. Each array key should be the same * as a placeholder in $string. The corresponding value should be a string * or an object that implements \Drupal\Component\Render\MarkupInterface. * Null args[] values are deprecated in Drupal 9.5 and will fail in * Drupal 11.0. The value replaces the placeholder in $string. Sanitization * and formatting will be done before replacement. The type of sanitization * and formatting depends on the first character of the key: * - @variable: When the placeholder replacement value is: * - A string, the replaced value in the returned string will be sanitized * using \Drupal\Component\Utility\Html::escape(). * - A MarkupInterface object, the replaced value in the returned string * will not be sanitized. * - A MarkupInterface object cast to a string, the replaced value in the * returned string be forcibly sanitized using * \Drupal\Component\Utility\Html::escape(). * @code * $this->placeholderFormat('This will force HTML-escaping of the replacement value: @text', ['@text' => (string) $safe_string_interface_object)); * @endcode * Use this placeholder as the default choice for anything displayed on * the site, but not within HTML attributes, JavaScript, or CSS. Doing so * is a security risk. * - %variable: Use when the replacement value is to be wrapped in <em> * tags. * A call like: * @code * $string = "%output_text"; * $arguments = ['%output_text' => 'text output here.']; * $this->placeholderFormat($string, $arguments); * @endcode * makes the following HTML code: * @code * <em class="placeholder">text output here.</em> * @endcode * As with @variable, do not use this within HTML attributes, JavaScript, * or CSS. Doing so is a security risk. * - :variable: Return value is escaped with * \Drupal\Component\Utility\Html::escape() and filtered for dangerous * protocols using UrlHelper::stripDangerousProtocols(). Use this when * using the "href" attribute, ensuring the attribute value is always * wrapped in quotes: * @code * // Secure (with quotes): * $this->placeholderFormat('<a href=":url">@variable</a>', [':url' => $url, '@variable' => $variable]); * // Insecure (without quotes): * $this->placeholderFormat('<a href=:url>@variable</a>', [':url' => $url, '@variable' => $variable]); * @endcode * When ":variable" comes from arbitrary user input, the result is secure, * but not guaranteed to be a valid URL (which means the resulting output * could fail HTML validation). To guarantee a valid URL, use * Url::fromUri($user_input)->toString() (which either throws an exception * or returns a well-formed URL) before passing the result into a * ":variable" placeholder. * * @return string * A formatted HTML string with the placeholders replaced. * * @ingroup sanitization * * @see \Drupal\Core\StringTranslation\TranslatableMarkup * @see \Drupal\Core\StringTranslation\PluralTranslatableMarkup * @see \Drupal\Component\Utility\Html::escape() * @see \Drupal\Component\Utility\UrlHelper::stripDangerousProtocols() * @see \Drupal\Core\Url::fromUri() */ Inherited from Drupal\Component\Render\FormattableMarkup Defined in <ROOT>/core/lib/Drupal/Component/Render/FormattableMarkup.php:196
- ⧉protected static placeholderEscape($value): string Escapes a placeholder replacement value if needed.
/** * Escapes a placeholder replacement value if needed. * * @param string|\Drupal\Component\Render\MarkupInterface $value * A placeholder replacement value. * * @return string * The properly escaped replacement value. */ Inherited from Drupal\Component\Render\FormattableMarkup Defined in <ROOT>/core/lib/Drupal/Component/Render/FormattableMarkup.php:269
- ⧉protected label_count -> array (3)
- singular => string (19) "@count content item"
- plural => string (20) "@count content items"
- context => null
- protected uri_callback -> null
- protected group -> string (7) "content"
- ⧉protected group_label -> Drupal\Core\StringTranslation\TranslatableMarkup (5)
- Properties (5)
- Available methods (14)
- protected string -> string (7) "Content"
- protected arguments -> array (0)
- protected translatedMarkup -> null
- ⧉protected options -> array (1)
- context => string (17) "Entity type group"
- protected stringTranslation -> null
- ⧉public __toString(): string Implements the magic __toString() method.
/** * Implements the magic __toString() method. */ Defined in <ROOT>/core/lib/Drupal/Component/Utility/ToStringTrait.php:13
- ⧉public __construct($string, array $arguments = array(), array $options = array(), ?Drupal\Core\StringTranslation\TranslationInterface $string_translation = null) Constructs a new class instance.
/** * Constructs a new class instance. * * When possible, use the * \Drupal\Core\StringTranslation\StringTranslationTrait $this->t(). Otherwise * create a new \Drupal\Core\StringTranslation\TranslatableMarkup object * directly. * * Calling the trait's t() method or instantiating a new TranslatableMarkup * object serves two purposes: * - At run-time it translates user-visible text into the appropriate * language. * - Static analyzers detect calls to t() and new TranslatableMarkup, and add * the first argument (the string to be translated) to the database of * strings that need translation. These strings are expected to be in * English, so the first argument should always be in English. * To allow the site to be localized, it is important that all human-readable * text that will be displayed on the site or sent to a user is made available * in one of the ways supported by the * @link https://www.drupal.org/node/322729 Localization API @endlink. * See the @link https://www.drupal.org/node/322729 Localization API @endlink * pages for more information, including recommendations on how to break up or * not break up strings for translation. * * @section sec_translating_vars Translating Variables * $string should always be an English literal string. * * $string should never contain a variable, such as: * @code * new TranslatableMarkup($text) * @endcode * There are several reasons for this: * - Using a variable for $string that is user input is a security risk. * - Using a variable for $string that has even guaranteed safe text (for * example, user interface text provided literally in code), will not be * picked up by the localization static text processor. (The parameter could * be a variable if the entire string in $text has been passed into t() or * new TranslatableMarkup() elsewhere as the first argument, but that * strategy is not recommended.) * * It is especially important never to call new TranslatableMarkup($user_text) * or t($user_text) where $user_text is some text that a user entered -- doing * that can lead to cross-site scripting and other security problems. However, * you can use variable substitution in your string, to put variable text such * as user names or link URLs into translated text. Variable substitution * looks like this: * @code * new TranslatableMarkup("@name's blog", array('@name' => $account->getDisplayName())); * @endcode * Basically, you can put placeholders like @name into your string, and the * method will substitute the sanitized values at translation time. (See the * Localization API pages referenced above and the documentation of * \Drupal\Component\Render\FormattableMarkup::placeholderFormat() * for details about how to safely and correctly define variables in your * string.) Translators can then rearrange the string as necessary for the * language (e.g., in Spanish, it might be "blog de @name"). * * @param string $string * A string containing the English text to translate. * @param array $arguments * (optional) An associative array of replacements to make after * translation. Based on the first character of the key, the value is * escaped and/or themed. See * \Drupal\Component\Render\FormattableMarkup::placeholderFormat() for * details. * @param array $options * (optional) An associative array of additional options, with the following * elements: * - 'langcode' (defaults to the current language): A language code, to * translate to a language other than what is used to display the page. * - 'context' (defaults to the empty context): The context the source * string belongs to. * @param \Drupal\Core\StringTranslation\TranslationInterface $string_translation * (optional) The string translation service. * * @throws \InvalidArgumentException * Exception thrown when $string is not a string. * * @see \Drupal\Component\Render\FormattableMarkup::placeholderFormat() * @see \Drupal\Core\StringTranslation\StringTranslationTrait::t() * * @ingroup sanitization */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:129
- ⧉public getUntranslatedString(): string Gets the untranslated string value stored in this translated string.
/** * Gets the untranslated string value stored in this translated string. * * @return string * The string stored in this wrapper. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:145
- ⧉public getOption($name): mixed Gets a specific option from this translated string.
/** * Gets a specific option from this translated string. * * @param string $name * Option name. * * @return mixed * The value of this option or empty string of option is not set. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:158
- ⧉public getOptions(): mixed[] Gets all options from this translated string.
/** * Gets all options from this translated string. * * @return mixed[] * The array of options. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:168
- ⧉public getArguments(): mixed[] Gets all arguments from this translated string.
/** * Gets all arguments from this translated string. * * @return mixed[] * The array of arguments. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:178
- ⧉public render(): string Renders the object as a string.
/** * Renders the object as a string. * * @return string * The translated string. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:188
- ⧉public __sleep() Magic __sleep() method to avoid serializing the string translator.
/** * Magic __sleep() method to avoid serializing the string translator. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:203
- ⧉public count(): int Returns the string length.
/** * Returns the string length. * * @return int * The length of the string. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:228
- ⧉public jsonSerialize(): string Returns a representation of the object for use in JSON serialization.
/** * Returns a representation of the object for use in JSON serialization. * * @return string * The safe string content. */ Inherited from Drupal\Component\Render\FormattableMarkup Defined in <ROOT>/core/lib/Drupal/Component/Render/FormattableMarkup.php:120
- ⧉protected _die() For test purposes, wrap die() in an overridable method.
/** * For test purposes, wrap die() in an overridable method. */ Defined in <ROOT>/core/lib/Drupal/Component/Utility/ToStringTrait.php:31
- ⧉protected getStringTranslation(): \Drupal\Core\StringTranslation\TranslationInterface Gets the string translation service.
/** * Gets the string translation service. * * @return \Drupal\Core\StringTranslation\TranslationInterface * The string translation service. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:213
- ⧉protected static placeholderFormat($string, array $args): string Replaces placeholders in a string with values.
/** * Replaces placeholders in a string with values. * * @param string $string * A string containing placeholders. The string itself is expected to be * safe and correct HTML. Any unsafe content must be in $args and * inserted via placeholders. * @param array $args * An associative array of replacements. Each array key should be the same * as a placeholder in $string. The corresponding value should be a string * or an object that implements \Drupal\Component\Render\MarkupInterface. * Null args[] values are deprecated in Drupal 9.5 and will fail in * Drupal 11.0. The value replaces the placeholder in $string. Sanitization * and formatting will be done before replacement. The type of sanitization * and formatting depends on the first character of the key: * - @variable: When the placeholder replacement value is: * - A string, the replaced value in the returned string will be sanitized * using \Drupal\Component\Utility\Html::escape(). * - A MarkupInterface object, the replaced value in the returned string * will not be sanitized. * - A MarkupInterface object cast to a string, the replaced value in the * returned string be forcibly sanitized using * \Drupal\Component\Utility\Html::escape(). * @code * $this->placeholderFormat('This will force HTML-escaping of the replacement value: @text', ['@text' => (string) $safe_string_interface_object)); * @endcode * Use this placeholder as the default choice for anything displayed on * the site, but not within HTML attributes, JavaScript, or CSS. Doing so * is a security risk. * - %variable: Use when the replacement value is to be wrapped in <em> * tags. * A call like: * @code * $string = "%output_text"; * $arguments = ['%output_text' => 'text output here.']; * $this->placeholderFormat($string, $arguments); * @endcode * makes the following HTML code: * @code * <em class="placeholder">text output here.</em> * @endcode * As with @variable, do not use this within HTML attributes, JavaScript, * or CSS. Doing so is a security risk. * - :variable: Return value is escaped with * \Drupal\Component\Utility\Html::escape() and filtered for dangerous * protocols using UrlHelper::stripDangerousProtocols(). Use this when * using the "href" attribute, ensuring the attribute value is always * wrapped in quotes: * @code * // Secure (with quotes): * $this->placeholderFormat('<a href=":url">@variable</a>', [':url' => $url, '@variable' => $variable]); * // Insecure (without quotes): * $this->placeholderFormat('<a href=:url>@variable</a>', [':url' => $url, '@variable' => $variable]); * @endcode * When ":variable" comes from arbitrary user input, the result is secure, * but not guaranteed to be a valid URL (which means the resulting output * could fail HTML validation). To guarantee a valid URL, use * Url::fromUri($user_input)->toString() (which either throws an exception * or returns a well-formed URL) before passing the result into a * ":variable" placeholder. * * @return string * A formatted HTML string with the placeholders replaced. * * @ingroup sanitization * * @see \Drupal\Core\StringTranslation\TranslatableMarkup * @see \Drupal\Core\StringTranslation\PluralTranslatableMarkup * @see \Drupal\Component\Utility\Html::escape() * @see \Drupal\Component\Utility\UrlHelper::stripDangerousProtocols() * @see \Drupal\Core\Url::fromUri() */ Inherited from Drupal\Component\Render\FormattableMarkup Defined in <ROOT>/core/lib/Drupal/Component/Render/FormattableMarkup.php:196
- ⧉protected static placeholderEscape($value): string Escapes a placeholder replacement value if needed.
/** * Escapes a placeholder replacement value if needed. * * @param string|\Drupal\Component\Render\MarkupInterface $value * A placeholder replacement value. * * @return string * The properly escaped replacement value. */ Inherited from Drupal\Component\Render\FormattableMarkup Defined in <ROOT>/core/lib/Drupal/Component/Render/FormattableMarkup.php:269
- protected field_ui_base_route -> string (26) "entity.node_type.edit_form"
- protected common_reference_target -> boolean true
- ⧉protected list_cache_contexts -> array (1)
- 0 => string (21) "user.node_grants:view"
- ⧉protected list_cache_tags -> array (1)
- 0 => string (9) "node_list"
- ⧉protected constraints -> array (4)
- EntityChanged => null
- EntityUntranslatableFields => null
- MenuSettings => array (0)
- ContentTranslationSynchronizedFields => null
- ⧉protected additional -> array (3)
- token_type => string (4) "node"
- content_translation_metadata => string (60) "Drupal\content_translation\ContentTranslationMetadataWrapper"
- ⧉translation => array (1)
- ⧉content_translation => array (1) Depth Limit
- protected _serviceIds -> array (0)
- protected _entityStorages -> array (0)
- protected stringTranslation -> null
- ⧉protected revision_metadata_keys -> array (4)
- revision_user => string (12) "revision_uid"
- revision_created => string (18) "revision_timestamp"
- revision_log_message => string (12) "revision_log"
- revision_default => string (16) "revision_default"
- ⧉public __construct($definition) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityType.php:20
- ⧉public getConfigDependencyKey() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityType.php:36
- ⧉public getRevisionMetadataKeys() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityType.php:59
- ⧉public getRevisionMetadataKey($key) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityType.php:66
- ⧉public hasRevisionMetadataKey($key) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityType.php:74
- ⧉public setRevisionMetadataKey($key, $field_name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityType.php:82
- ⧉public __sleep() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:33
- ⧉public __wakeup() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:74
- ⧉public setStringTranslation(Drupal\Core\StringTranslation\TranslationInterface $translation): $this Sets the string translation service to use.
/** * Sets the string translation service to use. * * @param \Drupal\Core\StringTranslation\TranslationInterface $translation * The string translation service. * * @return $this */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/StringTranslationTrait.php:118
- ⧉public get($property) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:341
- ⧉public set($property, $value) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:354
- ⧉public isInternal() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:367
- ⧉public isStaticallyCacheable() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:374
- ⧉public isRenderCacheable() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:381
- ⧉public isPersistentlyCacheable() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:388
- ⧉public getKeys() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:395
- ⧉public getKey($key) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:402
- ⧉public hasKey($key) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:410
- ⧉public getOriginalClass() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:418
- ⧉public setClass($class) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:425
- ⧉public entityClassImplements($interface) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:438
- ⧉public isSubclassOf($class) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:445
- ⧉public getHandlerClasses() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:453
- ⧉public getHandlerClass($handler_type, $nested = false) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:460
- ⧉public setHandlerClass($handler_type, $value) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:471
- ⧉public hasHandlerClass($handler_type, $nested = false) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:479
- ⧉public getStorageClass() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:494
- ⧉public setStorageClass($class) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:501
- ⧉public getFormClass($operation) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:520
- ⧉public setFormClass($operation, $class) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:527
- ⧉public hasFormClasses() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:535
- ⧉public hasRouteProviders() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:542
- ⧉public getListBuilderClass() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:549
- ⧉public setListBuilderClass($class) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:556
- ⧉public hasListBuilderClass() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:564
- ⧉public getViewBuilderClass() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:571
- ⧉public setViewBuilderClass($class) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:578
- ⧉public hasViewBuilderClass() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:586
- ⧉public getRouteProviderClasses() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:593
- ⧉public getAccessControlClass() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:600
- ⧉public setAccessClass($class) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:607
- ⧉public getAdminPermission() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:615
- ⧉public getPermissionGranularity() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:622
- ⧉public getLinkTemplates() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:629
- ⧉public getLinkTemplate($key) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:636
- ⧉public hasLinkTemplate($key) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:644
- ⧉public setLinkTemplate($key, $path) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:652
- ⧉public getBundleEntityType() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:664
- ⧉public getBundleOf() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:671
- ⧉public getBundleLabel() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:678
- ⧉public getBaseTable() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:693
- ⧉public showRevisionUi() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:700
- ⧉public isTranslatable() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:707
- ⧉public isRevisionable() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:714
- ⧉public getRevisionDataTable() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:722
- ⧉public getRevisionTable() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:729
- ⧉public getDataTable() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:736
- ⧉public getLabel() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:743
- ⧉public getCollectionLabel() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:750
- ⧉public getSingularLabel() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:761
- ⧉public getPluralLabel() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:772
- ⧉public getCountLabel($count) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:783
- ⧉public getUriCallback() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:797
- ⧉public setUriCallback($callback) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:804
- ⧉public getGroup() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:812
- ⧉public getGroupLabel() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:819
- ⧉public getListCacheContexts() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:826
- ⧉public getListCacheTags() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:833
- ⧉public isCommonReferenceTarget() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:850
- ⧉public getConstraints() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:857
- ⧉public setConstraints(array $constraints) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:864
- ⧉public addConstraint($constraint_name, $options = null) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:872
- ⧉public getBundleConfigDependency($bundle) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:880
- ⧉public id() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Component\Plugin\Definition\PluginDefinition Defined in <ROOT>/core/lib/Drupal/Component/Plugin/Definition/PluginDefinition.php:35
- ⧉public getClass() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Component\Plugin\Definition\PluginDefinition Defined in <ROOT>/core/lib/Drupal/Component/Plugin/Definition/PluginDefinition.php:50
- ⧉public getProvider() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Component\Plugin\Definition\PluginDefinition Defined in <ROOT>/core/lib/Drupal/Component/Plugin/Definition/PluginDefinition.php:57
- ⧉protected checkStorageClass($class) {@inheritdoc}
/** * {@inheritdoc} * * @throws \InvalidArgumentException * If the provided class does not implement * \Drupal\Core\Entity\ContentEntityStorageInterface. * * @see \Drupal\Core\Entity\ContentEntityStorageInterface */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityType.php:49
- ⧉protected t($string, array $args = array(), array $options = array()): \Drupal\Core\StringTranslation\TranslatableMarkup Translates a string to the current language or to a given language.
/** * Translates a string to the current language or to a given language. * * See \Drupal\Core\StringTranslation\TranslatableMarkup::__construct() for * important security information and usage guidelines. * * In order for strings to be localized, make them available in one of the * ways supported by the * @link https://www.drupal.org/node/322729 Localization API @endlink. When * possible, use the \Drupal\Core\StringTranslation\StringTranslationTrait * $this->t(). Otherwise create a new * \Drupal\Core\StringTranslation\TranslatableMarkup object. * * @param string $string * A string containing the English text to translate. * @param array $args * (optional) An associative array of replacements to make after * translation. Based on the first character of the key, the value is * escaped and/or themed. See * \Drupal\Component\Render\FormattableMarkup::placeholderFormat() for * details. * @param array $options * (optional) An associative array of additional options, with the following * elements: * - 'langcode' (defaults to the current language): A language code, to * translate to a language other than what is used to display the page. * - 'context' (defaults to the empty context): The context the source * string belongs to. See the * @link i18n Internationalization topic @endlink for more information * about string contexts. * * @return \Drupal\Core\StringTranslation\TranslatableMarkup * An object that, when cast to a string, returns the translated string. * * @see \Drupal\Component\Render\FormattableMarkup::placeholderFormat() * @see \Drupal\Core\StringTranslation\TranslatableMarkup::__construct() * * @ingroup sanitization */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/StringTranslationTrait.php:70
- ⧉protected formatPlural($count, $singular, $plural, array $args = array(), array $options = array()) Formats a string containing a count of items.
/** * Formats a string containing a count of items. * * @see \Drupal\Core\StringTranslation\TranslationInterface::formatPlural() */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/StringTranslationTrait.php:79
- ⧉protected getNumberOfPlurals($langcode = null) Returns the number of plurals supported by a given language.
/** * Returns the number of plurals supported by a given language. * * @see \Drupal\locale\PluralFormulaInterface::getNumberOfPlurals() */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/StringTranslationTrait.php:88
- ⧉protected getStringTranslation(): \Drupal\Core\StringTranslation\TranslationInterface Gets the string translation service.
/** * Gets the string translation service. * * @return \Drupal\Core\StringTranslation\TranslationInterface * The string translation service. */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/StringTranslationTrait.php:102
- ⇄const ID_MAX_LENGTH :: integer 32\Drupal\Core\Entity\ContentEntityType::ID_MAX_LENGTH
- ⇄const BUNDLE_MAX_LENGTH :: integer 32\Drupal\Core\Entity\ContentEntityType::BUNDLE_MAX_LENGTH
- ⇄const ID_MAX_LENGTH :: integer 32
- ⧉protected entityRepository -> Drupal\Core\Entity\EntityRepository (3)
- Properties (3)
- Available methods (11)
- Static class properties
- ⧉protected entityTypeManager -> Drupal\Core\Entity\EntityTypeManager (21)
- Properties (21)
- Available methods (37)
- ⧉protected discovery -> Drupal\Core\Plugin\Discovery\AnnotatedClassDiscovery (8)
- Properties (8)
- Available methods (9)
- protected pluginNamespaces -> array (0)
- protected pluginDefinitionAnnotationName -> string (40) "Drupal\Core\Entity\Annotation\EntityType"
- protected annotationReader -> null
- protected annotationNamespaces -> array (0)
- ⧉protected fileCache -> Drupal\Component\FileCache\FileCache (3) Depth Limit
- protected directorySuffix -> string (7) "/Entity"
- protected namespaceSuffix -> string (7) "\Entity"
- ⧉protected rootNamespacesIterator -> ArrayObject (0) Depth Limit
- ⧉public __construct($subdir, Traversable $root_namespaces, $plugin_definition_annotation_name = 'Drupal\\Component\\Annotation\\Plugin', array $annotation_namespaces = array()) Constructs an AnnotatedClassDiscovery object.
/** * Constructs an AnnotatedClassDiscovery object. * * @param string $subdir * Either the plugin's subdirectory, for example 'Plugin/views/filter', or * empty string if plugins are located at the top level of the namespace. * @param \Traversable $root_namespaces * An object that implements \Traversable which contains the root paths * keyed by the corresponding namespace to look for plugin implementations. * If $subdir is not an empty string, it will be appended to each namespace. * @param string $plugin_definition_annotation_name * (optional) The name of the annotation that contains the plugin definition. * Defaults to 'Drupal\Component\Annotation\Plugin'. * @param string[] $annotation_namespaces * (optional) Additional namespaces to scan for annotation definitions. */ Defined in <ROOT>/core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php:56
- ⧉public getDefinition($plugin_id, $exception_on_invalid = true) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery Defined in <ROOT>/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php:20
- ⧉public hasDefinition($plugin_id) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery Defined in <ROOT>/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php:59
- ⧉public getDefinitions() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery Defined in <ROOT>/core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotatedClassDiscovery.php:107
- ⧉protected getAnnotationReader() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php:74
- ⧉protected prepareAnnotationDefinition(Drupal\Component\Annotation\AnnotationInterface $annotation, $class) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php:88
- ⧉protected getProviderFromNamespace($namespace): string|null Extracts the provider name from a Drupal namespace.
/** * Extracts the provider name from a Drupal namespace. * * @param string $namespace * The namespace to extract the provider from. * * @return string|null * The matching provider name, or NULL otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php:105
- ⧉protected getPluginNamespaces() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php:118
- ⧉protected doGetDefinition(array $definitions, $plugin_id, $exception_on_invalid): array|null Gets a specific plugin definition.
/** * Gets a specific plugin definition. * * @param array $definitions * An array of the available plugin definitions. * @param string $plugin_id * A plugin id. * @param bool $exception_on_invalid * If TRUE, an invalid plugin ID will cause an exception to be thrown; if * FALSE, NULL will be returned. * * @return array|null * A plugin definition, or NULL if the plugin ID is invalid and * $exception_on_invalid is TRUE. * * @throws \Drupal\Component\Plugin\Exception\PluginNotFoundException * Thrown if $plugin_id is invalid and $exception_on_invalid is TRUE. */ Inherited from Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery Defined in <ROOT>/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php:43
- protected factory -> null
- protected mapper -> null
- protected cacheKey -> string (11) "entity_type"
- ⧉protected cacheTags -> array (1)
- 0 => string (12) "entity_types"
- protected alterHook -> string (11) "entity_type"
- protected subdir -> string (6) "Entity"
- ⧉protected moduleHandler -> Drupal\Core\Extension\ModuleHandler (11)
- Properties (11)
- Available methods (35)
- ⧉protected loadedFiles -> array (157) Depth Limit
- ⧉protected moduleList -> array (157) Depth Limit
- protected loaded -> boolean true
- ⧉protected implementations -> array (682) Depth Limit
- ⧉protected verified -> array (10) Depth Limit
- protected hookInfo -> null
- ⧉protected cacheBackend -> Drupal\Core\Cache\DatabaseBackend (4) Depth Limit
- protected cacheNeedsWriting -> boolean false
- ⧉protected alterFunctions -> array (3) Depth Limit
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- protected includeFileKeys -> array (0)
- ⧉public __construct($root, array $module_list, Drupal\Core\Cache\CacheBackendInterface $cache_backend) Constructs a ModuleHandler object.
/** * Constructs a ModuleHandler object. * * @param string $root * The app root. * @param array $module_list * An associative array whose keys are the names of installed modules and * whose values are Extension class parameters. This is normally the * %container.modules% parameter being set up by DrupalKernel. * @param \Drupal\Core\Cache\CacheBackendInterface $cache_backend * Cache backend for storing module hook implementation information. * * @see \Drupal\Core\DrupalKernel * @see \Drupal\Core\CoreServiceProvider */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:110
- ⧉public load($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:122
- ⧉public loadAll() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:138
- ⧉public reload() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:150
- ⧉public isLoaded() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:158
- ⧉public getModuleList() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:165
- ⧉public getModule($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:172
- ⧉public setModuleList(array $module_list = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:182
- ⧉public addModule($name, $path) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:192
- ⧉public addProfile($name, $path) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:199
- ⧉public buildModuleDependencies(array $modules) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:223
- ⧉public moduleExists($module) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:246
- ⧉public loadAllIncludes($type, $name = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:253
- ⧉public loadInclude($module, $type, $name = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:262
- ⧉public getHookInfo() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:290
- ⧉public getImplementations($hook) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:327
- ⧉public writeCache() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:336
- ⧉public resetImplementations() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:346
- ⧉public hasImplementations(string $hook, $modules = null): bool {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:368
- ⧉public implementsHook($module, $hook) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:394
- ⧉public invokeAllWith(string $hook, callable $callback): void {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:402
- ⧉public invoke($module, $hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:412
- ⧉public invokeAll($hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:423
- ⧉public invokeDeprecated($description, $module, $hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:440
- ⧉public invokeAllDeprecated($description, $hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:449
- ⧉public alter($type, &$data, &$context1 = null, &$context2 = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:477
- ⧉public alterDeprecated($description, $type, &$data, &$context1 = null, &$context2 = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:569
- ⧉public getModuleDirectories() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:725
- ⧉public getName($module) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:736
- ⧉protected add($type, $name, $path) Adds a module or profile to the list of currently active modules.
/** * Adds a module or profile to the list of currently active modules. * * @param string $type * The extension type; either 'module' or 'profile'. * @param string $name * The module name; e.g., 'node'. * @param string $path * The module path; e.g., 'core/modules/node'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:213
- ⧉protected buildHookInfo() Builds hook_hook_info() information.
/** * Builds hook_hook_info() information. * * @see \Drupal\Core\Extension\ModuleHandler::getHookInfo() */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:308
- ⧉protected getImplementationInfo($hook): mixed[] Provides information about modules' implementations of a hook.
/** * Provides information about modules' implementations of a hook. * * @param string $hook * The name of the hook (e.g. "help" or "menu"). * * @return mixed[] * An array whose keys are the names of the modules which are implementing * this hook and whose values are either a string identifying a file in * which the implementation is to be found, or FALSE, if the implementation * is in the module file. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:600
- ⧉protected buildImplementationInfo($hook): mixed[] Builds hook implementation information for a given hook name.
/** * Builds hook implementation information for a given hook name. * * @param string $hook * The name of the hook (e.g. "help" or "menu"). * * @return mixed[] * An array whose keys are the names of the modules which are implementing * this hook and whose values are either a string identifying a file in * which the implementation is to be found, or FALSE, if the implementation * is in the module file. * * @throws \RuntimeException * Exception thrown when an invalid implementation is added by * hook_module_implements_alter(). * * @see \Drupal\Core\Extension\ModuleHandler::getImplementationInfo() */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:646
- ⧉protected verifyImplementations(&$implementations, $hook): bool Verifies an array of implementations loaded from cache.
/** * Verifies an array of implementations loaded from cache. * * Verification is done by including the lazy-loaded $module.$group.inc file, * and checking function_exists(). * * @param string[] $implementations * Implementation "group" by module name. * @param string $hook * The hook name. * * @return bool * TRUE, if all implementations exist. * FALSE, if one or more implementations don't exist and need to be removed * from the cache. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:697
- ⧉private triggerDeprecationError($description, $hook) Triggers an E_USER_DEPRECATED error if any module implements the hook.
/** * Triggers an E_USER_DEPRECATED error if any module implements the hook. * * @param string $description * Helpful text describing what to do instead of implementing this hook. * @param string $hook * The name of the hook. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:463
- protected defaults -> array (0)
- protected pluginDefinitionAnnotationName -> string (34) "Drupal\Component\Annotation\Plugin"
- protected pluginInterface -> string (34) "Drupal\Core\Entity\EntityInterface"
- ⧉protected namespaces -> ArrayObject (0)
- Available methods (25)
- Static class properties (2)
- public __construct(object|array $array = array(), int $flags0, string $iteratorClass = 'ArrayIterator')
- public offsetExists(?mixed $key)
- public offsetGet(?mixed $key)
- public offsetUnset(?mixed $key)
- public append(?mixed $value)
- public getArrayCopy()
- public count()
- public getFlags()
- public setFlags(int $flags)
- public asort(int $flags0)
- public ksort(int $flags0)
- public uasort(callable $callback)
- public uksort(callable $callback)
- public natsort()
- public natcasesort()
- public unserialize(string $data)
- public serialize()
- public __serialize()
- public __unserialize(array $data)
- public getIterator()
- public getIteratorClass()
- public __debugInfo()
- ⇄const STD_PROP_LIST :: integer 1\ArrayObject::STD_PROP_LIST
- ⇄const ARRAY_AS_PROPS :: integer 2\ArrayObject::ARRAY_AS_PROPS
- ⇄const STD_PROP_LIST :: integer 1
- protected additionalAnnotationNamespaces -> array (0)
- ⧉protected definitions -> array (57)
- ⧉block => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉block_content_type => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉block_content => Drupal\Core\Entity\ContentEntityType (40) Depth Limit
- ⧉comment_type => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉comment => Drupal\Core\Entity\ContentEntityType (40) Depth Limit
- ⧉config_split => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉contact_form => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉contact_message => Drupal\Core\Entity\ContentEntityType (40) Depth Limit
- ⧉editor => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉embed_button => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉entity_browser => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉entity_embed_fake_entity => Drupal\Core\Entity\ContentEntityType (40) Depth Limit
- ⧉field_config => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉field_storage_config => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉file => Drupal\Core\Entity\ContentEntityType (40) Depth Limit
- ⧉filter_format => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉image_style => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉imce_profile => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉configurable_language => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉language_content_settings => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉linkit_profile => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉media_type => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉media => Drupal\Core\Entity\ContentEntityType (40) Depth Limit
- ⧉menu_link_content => Drupal\Core\Entity\ContentEntityType (40) Depth Limit
- ⧉migration_group => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉migration => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉node_type => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉node => Drupal\Core\Entity\ContentEntityType (40) Depth Limit
- ⧉path_alias => Drupal\Core\Entity\ContentEntityType (40) Depth Limit
- ⧉redirect => Drupal\Core\Entity\ContentEntityType (40) Depth Limit
- ⧉search_page => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉shortcut => Drupal\Core\Entity\ContentEntityType (40) Depth Limit
- ⧉shortcut_set => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉menu => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉action => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉taxonomy_term => Drupal\Core\Entity\ContentEntityType (40) Depth Limit
- ⧉taxonomy_vocabulary => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉tour => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉user => Drupal\Core\Entity\ContentEntityType (40) Depth Limit
- ⧉user_role => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉webform_options => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉webform_submission => Drupal\Core\Entity\ContentEntityType (40) Depth Limit
- ⧉webform => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉webform_access_type => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉webform_access_group => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉webform_options_custom => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉pathauto_pattern => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉view => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉paragraphs_type => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉paragraph => Drupal\Core\Entity\ContentEntityType (40) Depth Limit
- ⧉cookie_category => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉date_format => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉base_field_override => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉entity_view_mode => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉entity_form_mode => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉entity_view_display => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉entity_form_display => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉protected cacheBackend -> Drupal\Core\Cache\DatabaseBackend (4)
- Properties (4)
- Available methods (20)
- Static class properties (3)
- protected maxRows -> integer 5000
- protected bin -> string (15) "cache_discovery"
- ⧉protected connection -> Drupal\mysql\Driver\Database\mysql\Connection (24) Depth Limit
- ⧉protected checksumProvider -> Drupal\Core\Cache\DatabaseCacheTagsChecksum (4) Depth Limit
- ⧉public __construct(Drupal\Core\Database\Connection $connection, Drupal\Core\Cache\CacheTagsChecksumInterface $checksum_provider, $bin, $max_rows = null) Constructs a DatabaseBackend object.
/** * Constructs a DatabaseBackend object. * * @param \Drupal\Core\Database\Connection $connection * The database connection. * @param \Drupal\Core\Cache\CacheTagsChecksumInterface $checksum_provider * The cache tags checksum provider. * @param string $bin * The cache bin for which the object is created. * @param int $max_rows * (optional) The maximum number of rows that are allowed in this cache bin * table. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:77
- ⧉public get($cid, $allow_invalid = false) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:90
- ⧉public getMultiple(&$cids, $allow_invalid = false) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:99
- ⧉public set($cid, $data, $expire = -1, array $tags = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:176
- ⧉public setMultiple(array $items) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:189
- ⧉public delete($cid) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:279
- ⧉public deleteMultiple(array $cids) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:286
- ⧉public deleteAll() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:309
- ⧉public invalidate($cid) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:326
- ⧉public invalidateMultiple(array $cids) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:333
- ⧉public invalidateAll() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:352
- ⧉public garbageCollection() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:366
- ⧉public removeBin() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:399
- ⧉public schemaDefinition() Defines the schema for the {cache_*} bin tables.
/** * Defines the schema for the {cache_*} bin tables. * * @internal */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:478
- ⧉public getMaxRows(): int The maximum number of rows that this cache bin table is allowed to store.
/** * The maximum number of rows that this cache bin table is allowed to store. * * @return int */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:544
- ⧉protected prepareItem($cache, $allow_invalid): mixed|false Prepares a cached item.
/** * Prepares a cached item. * * Checks that items are either permanent or did not expire, and unserializes * data as appropriate. * * @param object $cache * An item loaded from self::get() or self::getMultiple(). * @param bool $allow_invalid * If FALSE, the method returns FALSE if the cache item is not valid. * * @return mixed|false * The item with data unserialized as appropriate and a property indicating * whether the item is valid, or FALSE if there is no valid item to load. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:146
- ⧉protected doSetMultiple(array $items) Stores multiple items in the persistent cache.
/** * Stores multiple items in the persistent cache. * * @param array $items * An array of cache items, keyed by cid. * * @see \Drupal\Core\Cache\CacheBackendInterface::setMultiple() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:217
- ⧉protected ensureBinExists() Check if the cache bin exists and create it if not.
/** * Check if the cache bin exists and create it if not. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:411
- ⧉protected catchException(Exception $e, $table_name = null) Act on an exception when cache might be stale.
/** * Act on an exception when cache might be stale. * * If the table does not yet exist, that's fine, but if the table exists and * yet the query failed, then the cache is stale and the exception needs to * propagate. * * @param $e * The exception. * @param string|null $table_name * The table name. Defaults to $this->bin. * * @throws \Exception */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:443
- ⧉protected normalizeCid($cid): string Normalizes a cache ID in order to comply with database limitations.
/** * Normalizes a cache ID in order to comply with database limitations. * * @param string $cid * The passed in cache ID. * * @return string * An ASCII-encoded cache ID that is at most 255 characters long. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:458
- ⇄const DEFAULT_MAX_ROWS :: integer 5000\Drupal\Core\Cache\DatabaseBackend::DEFAULT_MAX_ROWS
- ⇄const MAXIMUM_NONE :: integer -1\Drupal\Core\Cache\DatabaseBackend::MAXIMUM_NONE
- ⇄const CACHE_PERMANENT :: integer -1\Drupal\Core\Cache\DatabaseBackend::CACHE_PERMANENT
- ⇄const DEFAULT_MAX_ROWS :: integer 5000
- protected useCaches -> boolean true
- ⧉protected handlers -> array (2)
- ⧉storage => array (3) Depth Limit
- ⧉view_builder => array (1) Depth Limit
- ⧉protected stringTranslation -> Drupal\Core\StringTranslation\TranslationManager (3)
- Properties (3)
- Available methods (10)
- ⧉protected translators -> array (2) Depth Limit
- protected sortedTranslators -> null
- protected defaultLangcode -> string (2) "cs"
- ⧉public __construct(Drupal\Core\Language\LanguageDefault $default_language) Constructs a TranslationManager object.
/** * Constructs a TranslationManager object. * * @param \Drupal\Core\Language\LanguageDefault $default_language * The default language. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:52
- ⧉public addTranslator(Drupal\Core\StringTranslation\Translator\TranslatorInterface $translator, $priority0): $this Appends a translation system to the translation chain.
/** * Appends a translation system to the translation chain. * * @param \Drupal\Core\StringTranslation\Translator\TranslatorInterface $translator * The translation interface to be appended to the translation chain. * @param int $priority * The priority of the logger being added. * * @return $this */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:66
- ⧉public getStringTranslation($langcode, $string, $context) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:87
- ⧉public translate($string, array $args = array(), array $options = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:104
- ⧉public translateString(Drupal\Core\StringTranslation\TranslatableMarkup $translated_string) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:111
- ⧉public formatPlural($count, $singular, $plural, array $args = array(), array $options = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:147
- ⧉public setDefaultLangcode($langcode) Sets the default langcode.
/** * Sets the default langcode. * * @param string $langcode * A language code. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:157
- ⧉public reset() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:164
- ⧉protected sortTranslators(): \Drupal\Core\StringTranslation\Translator\TranslatorInterface[] Sorts translators according to priority.
/** * Sorts translators according to priority. * * @return \Drupal\Core\StringTranslation\Translator\TranslatorInterface[] * A sorted array of translator objects. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:79
- ⧉protected doTranslate($string, array $options = array()): string Translates a string to the current language or to a given language.
/** * Translates a string to the current language or to a given language. * * @param string $string * A string containing the English text to translate. * @param array $options * An associative array of additional options, with the following elements: * - 'langcode': The language code to translate to a language other than * what is used to display the page. * - 'context': The context the source string belongs to. * * @return string * The translated string. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:129
- ⧉protected classResolver -> Drupal\Core\DependencyInjection\ClassResolver (3)
- Properties (3)
- Available methods (4)
- protected _serviceIds -> array (0)
- protected _entityStorages -> array (0)
- ⧉protected container -> Drupal\Core\DependencyInjection\Container Blacklisted
- ⧉public getInstanceFromDefinition($definition) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/ClassResolver.php:18
- ⧉public setContainer(?Symfony\Component\DependencyInjection\ContainerInterface $container = null)
Defined in .../symfony/dependency-injection/ContainerAwareTrait.php:26
- ⧉public __sleep() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:33
- ⧉public __wakeup() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:74
- ⧉protected entityLastInstalledSchemaRepository -> Drupal\Core\Entity\EntityLastInstalledSchemaRepository (3)
- Properties (3)
- Available methods (9)
- ⧉protected keyValueFactory -> Drupal\Core\KeyValueStore\KeyValueFactory (3) Depth Limit
- ⧉protected cacheBackend -> Drupal\Core\Cache\DatabaseBackend (4) Depth Limit
- ⧉protected entityTypeDefinitions -> array (57) Depth Limit
- ⧉public __construct(Drupal\Core\KeyValueStore\KeyValueFactoryInterface $key_value_factory, ?Drupal\Core\Cache\CacheBackendInterface $cache = null) Constructs a new EntityLastInstalledSchemaRepository.
/** * Constructs a new EntityLastInstalledSchemaRepository. * * @param \Drupal\Core\KeyValueStore\KeyValueFactoryInterface $key_value_factory * The key-value factory. * @param \Drupal\Core\Cache\CacheBackendInterface $cache * The cache backend. */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php:44
- ⧉public getLastInstalledDefinition($entity_type_id) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php:56
- ⧉public getLastInstalledDefinitions() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php:63
- ⧉public setLastInstalledDefinition(Drupal\Core\Entity\EntityTypeInterface $entity_type) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php:95
- ⧉public deleteLastInstalledDefinition($entity_type_id) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php:106
- ⧉public getLastInstalledFieldStorageDefinitions($entity_type_id) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php:120
- ⧉public setLastInstalledFieldStorageDefinitions($entity_type_id, array $storage_definitions) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php:132
- ⧉public setLastInstalledFieldStorageDefinition(Drupal\Core\Field\FieldStorageDefinitionInterface $storage_definition) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php:140
- ⧉public deleteLastInstalledFieldStorageDefinition(Drupal\Core\Field\FieldStorageDefinitionInterface $storage_definition) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php:150
- ⧉protected container -> Drupal\Core\DependencyInjection\Container Blacklisted
- ⧉public setContainer(?Symfony\Component\DependencyInjection\ContainerInterface $container = null)
Defined in .../symfony/dependency-injection/ContainerAwareTrait.php:26
- ⧉public __construct(Traversable $namespaces, Drupal\Core\Extension\ModuleHandlerInterface $module_handler, Drupal\Core\Cache\CacheBackendInterface $cache, Drupal\Core\StringTranslation\TranslationInterface $string_translation, Drupal\Core\DependencyInjection\ClassResolverInterface $class_resolver, Drupal\Core\Entity\EntityLastInstalledSchemaRepositoryInterface $entity_last_installed_schema_repository) Constructs a new Entity plugin manager.
/** * Constructs a new Entity plugin manager. * * @param \Traversable $namespaces * An object that implements \Traversable which contains the root paths * keyed by the corresponding namespace to look for plugin implementations, * @param \Drupal\Core\Extension\ModuleHandlerInterface $module_handler * The module handler. * @param \Drupal\Core\Cache\CacheBackendInterface $cache * The cache backend to use. * @param \Drupal\Core\StringTranslation\TranslationInterface $string_translation * The string translation. * @param \Drupal\Core\DependencyInjection\ClassResolverInterface $class_resolver * The class resolver. * @param \Drupal\Core\Entity\EntityLastInstalledSchemaRepositoryInterface $entity_last_installed_schema_repository * The entity last installed schema repository. */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:85
- ⧉public processDefinition(&$definition, $plugin_id) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:100
- ⧉public getDefinition($entity_type_id, $exception_on_invalid = true) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:131
- ⧉public getActiveDefinition($entity_type_id): \Drupal\Core\Entity\EntityTypeInterface Gets the active definition for a content entity type.
/** * Gets the active definition for a content entity type. * * @param string $entity_type_id * The entity type ID. * * @return \Drupal\Core\Entity\EntityTypeInterface * The active entity type definition. * * @internal */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:153
- ⧉public clearCachedDefinitions() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:161
- ⧉public useCaches($use_caches = false) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:169
- ⧉public hasHandler($entity_type_id, $handler_type) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:180
- ⧉public getStorage($entity_type_id) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:191
- ⧉public getListBuilder($entity_type_id) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:198
- ⧉public getFormObject($entity_type_id, $operation) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:205
- ⧉public getRouteProviders($entity_type_id) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:222
- ⧉public getViewBuilder($entity_type_id) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:237
- ⧉public getAccessControlHandler($entity_type_id) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:244
- ⧉public getHandler($entity_type_id, $handler_type) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:251
- ⧉public createHandlerInstance($class, ?Drupal\Core\Entity\EntityTypeInterface $definition = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:267
- ⧉public hasDefinition($plugin_id) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php:59
- ⧉public setCacheBackend(Drupal\Core\Cache\CacheBackendInterface $cache_backend, $cache_key, array $cache_tags = array()) Initialize the cache backend.
/** * Initialize the cache backend. * * Plugin definitions are cached using the provided cache backend. * * @param \Drupal\Core\Cache\CacheBackendInterface $cache_backend * Cache backend instance to use. * @param string $cache_key * Cache key prefix to use. * @param array $cache_tags * (optional) When providing a list of cache tags, the cached plugin * definitions are tagged with the provided cache tags. These cache tags can * then be used to clear the corresponding cached plugin definitions. Note * that this should be used with care! For clearing all cached plugin * definitions of a plugin manager, call that plugin manager's * clearCachedDefinitions() method. Only use cache tags when cached plugin * definitions should be cleared along with other, related cache entries. */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:157
- ⧉public getDefinitions() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:178
- ⧉public getCacheContexts() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:357
- ⧉public getCacheTags() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:364
- ⧉public getCacheMaxAge() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:371
- ⧉public createInstance($plugin_id, array $configuration = array()) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Component\Plugin\PluginManagerBase Defined in <ROOT>/core/lib/Drupal/Component/Plugin/PluginManagerBase.php:71
- ⧉public getInstance(array $options) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Component\Plugin\PluginManagerBase Defined in <ROOT>/core/lib/Drupal/Component/Plugin/PluginManagerBase.php:106
- ⧉protected findDefinitions() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:115
- ⧉protected cacheGet($cid): object|false Fetches from the cache backend, respecting the use caches flag.
/** * Fetches from the cache backend, respecting the use caches flag. * * @param string $cid * The cache ID of the data to retrieve. * * @return object|false * The cache item or FALSE on failure. * * @see \Drupal\Core\Cache\CacheBackendInterface::get() */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Cache/UseCacheBackendTrait.php:35
- ⧉protected doGetDefinition(array $definitions, $plugin_id, $exception_on_invalid): array|null Gets a specific plugin definition.
/** * Gets a specific plugin definition. * * @param array $definitions * An array of the available plugin definitions. * @param string $plugin_id * A plugin id. * @param bool $exception_on_invalid * If TRUE, an invalid plugin ID will cause an exception to be thrown; if * FALSE, NULL will be returned. * * @return array|null * A plugin definition, or NULL if the plugin ID is invalid and * $exception_on_invalid is TRUE. * * @throws \Drupal\Component\Plugin\Exception\PluginNotFoundException * Thrown if $plugin_id is invalid and $exception_on_invalid is TRUE. */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php:43
- ⧉protected cacheSet($cid, $data, $expire = -1, array $tags = array()) Stores data in the persistent cache, respecting the use caches flag.
/** * Stores data in the persistent cache, respecting the use caches flag. * * @param string $cid * The cache ID of the data to store. * @param mixed $data * The data to store in the cache. * Some storage engines only allow objects up to a maximum of 1MB in size to * be stored by default. When caching large arrays or similar, take care to * ensure $data does not exceed this size. * @param int $expire * One of the following values: * - CacheBackendInterface::CACHE_PERMANENT: Indicates that the item should * not be removed unless it is deleted explicitly. * - A Unix timestamp: Indicates that the item will be considered invalid * after this time, i.e. it will not be returned by get() unless * $allow_invalid has been set to TRUE. When the item has expired, it may * be permanently deleted by the garbage collector at any time. * @param array $tags * An array of tags to be stored with the cache item. These should normally * identify objects used to build the cache item, which should trigger * cache invalidation when updated. For example if a cached item represents * a node, both the node ID and the author's user ID might be passed in as * tags. For example array('node' => array(123), 'user' => array(92)). * * @see \Drupal\Core\Cache\CacheBackendInterface::set() */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Cache/UseCacheBackendTrait.php:69
- ⧉protected alterInfo($alter_hook) Sets the alter hook name.
/** * Sets the alter hook name. * * @param string $alter_hook * Name of the alter hook; for example, to invoke * hook_mymodule_data_alter() pass in "mymodule_data". */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:171
- ⧉protected getCachedDefinitions(): array|null Returns the cached plugin definitions of the decorated discovery class.
/** * Returns the cached plugin definitions of the decorated discovery class. * * @return array|null * On success this will return an array of plugin definitions. On failure * this should return NULL, indicating to other methods that this has not * yet been defined. Success with no values should return as an empty array * and would actually be returned by the getDefinitions() method. */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:212
- ⧉protected setCachedDefinitions($definitions) Sets a cache of plugin definitions for the decorated discovery class.
/** * Sets a cache of plugin definitions for the decorated discovery class. * * @param array $definitions * List of definitions to store in cache. */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:225
- ⧉protected getDiscovery() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:266
- ⧉protected getFactory() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:277
- ⧉protected extractProviderFromDefinition($plugin_definition): string|null Extracts the provider from a plugin definition.
/** * Extracts the provider from a plugin definition. * * @param mixed $plugin_definition * The plugin definition. Usually either an array or an instance of * \Drupal\Component\Plugin\Definition\PluginDefinitionInterface * * @return string|null * The provider string, if it exists. NULL otherwise. */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:317
- ⧉protected alterDefinitions(&$definitions) Invokes the hook to alter the definitions if the alter hook is set.
/** * Invokes the hook to alter the definitions if the alter hook is set. * * @param $definitions * The discovered plugin definitions. */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:338
- ⧉protected providerExists($provider): bool Determines if the provider of a definition exists.
/** * Determines if the provider of a definition exists. * * @return bool * TRUE if provider exists, FALSE otherwise. */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:350
- ⧉protected handlePluginNotFound($plugin_id, array $configuration): object Allows plugin managers to specify custom behavior if a plugin is not found.
/** * Allows plugin managers to specify custom behavior if a plugin is not found. * * @param string $plugin_id * The ID of the missing requested plugin. * @param array $configuration * An array of configuration relevant to the plugin instance. * * @return object * A fallback plugin instance. */ Inherited from Drupal\Component\Plugin\PluginManagerBase Defined in <ROOT>/core/lib/Drupal/Component/Plugin/PluginManagerBase.php:98
- ⧉protected languageManager -> Drupal\language\ConfigurableLanguageManager (16)
- Properties (16)
- Available methods (34)
- ⧉protected languages -> array (1)
- ⧉cs => array (2) Depth Limit
- ⧉protected defaultLanguage -> Drupal\Core\Language\LanguageDefault (1)
- Properties
- Available methods (3)
- ⧉protected language -> Drupal\Core\Language\Language (5) Depth Limit
- ⧉public __construct(array $values) Constructs the default language object.
/** * Constructs the default language object. * * @param array $values * The properties used to construct the default language. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageDefault.php:30
- ⧉public get(): \Drupal\Core\Language\LanguageInterface Gets the default language.
/** * Gets the default language. * * @return \Drupal\Core\Language\LanguageInterface * The default language. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageDefault.php:40
- ⧉public set(Drupal\Core\Language\LanguageInterface $language) Sets the default language.
/** * Sets the default language. * * @param \Drupal\Core\Language\LanguageInterface $language * The default language. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageDefault.php:50
- ⧉protected definedLanguageTypesInfo -> array (3)
- ⧉language_interface => array (3) Depth Limit
- ⧉language_content => array (3) Depth Limit
- ⧉language_url => array (1) Depth Limit
- protected _serviceIds -> array (0)
- protected _entityStorages -> array (0)
- ⧉protected configFactory -> Drupal\Core\Config\ConfigFactory (5)
- Properties (5)
- Available methods (20)
- ⧉protected storage -> Drupal\Core\Config\CachedStorage (5) Depth Limit
- ⧉protected eventDispatcher -> Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher (3) Depth Limit
- ⧉protected cache -> array (15) Depth Limit
- ⧉protected typedConfigManager -> Drupal\Core\Config\TypedConfigManager (24) Depth Limit
- ⧉protected configFactoryOverrides -> array (2) Depth Limit
- ⧉public __construct(Drupal\Core\Config\StorageInterface $storage, Symfony\Contracts\EventDispatcher\EventDispatcherInterface $event_dispatcher, Drupal\Core\Config\TypedConfigManagerInterface $typed_config) Constructs the Config factory.
/** * Constructs the Config factory. * * @param \Drupal\Core\Config\StorageInterface $storage * The configuration storage engine. * @param \Symfony\Contracts\EventDispatcher\EventDispatcherInterface $event_dispatcher * An event dispatcher instance to use for configuration events. * @param \Drupal\Core\Config\TypedConfigManagerInterface $typed_config * The typed configuration manager. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:72
- ⧉public getEditable($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:81
- ⧉public get($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:88
- ⧉public loadMultiple(array $names) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:135
- ⧉public reset($name = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:231
- ⧉public rename($old_name, $new_name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:252
- ⧉public getCacheKeys() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:270
- ⧉public clearStaticCache() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:319
- ⧉public listAll($prefix = '') {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:327
- ⧉public onConfigSave(Drupal\Core\Config\ConfigCrudEvent $event) Updates stale static cache entries when configuration is saved.
/** * Updates stale static cache entries when configuration is saved. * * @param ConfigCrudEvent $event * The configuration event. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:337
- ⧉public onConfigDelete(Drupal\Core\Config\ConfigCrudEvent $event) Removes stale static cache entries when configuration is deleted.
/** * Removes stale static cache entries when configuration is deleted. * * @param \Drupal\Core\Config\ConfigCrudEvent $event * The configuration event. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:366
- ⧉public addOverride(Drupal\Core\Config\ConfigFactoryOverrideInterface $config_factory_override) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:394
- ⧉protected doGet($name, $immutable = true): \Drupal\Core\Config\Config|\Drupal\Core\Config\ImmutableConfig Returns a configuration object for a given name.
/** * Returns a configuration object for a given name. * * @param string $name * The name of the configuration object to construct. * @param bool $immutable * (optional) Create an immutable configuration object. Defaults to TRUE. * * @return \Drupal\Core\Config\Config|\Drupal\Core\Config\ImmutableConfig * A configuration object. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:103
- ⧉protected doLoadMultiple(array $names, $immutable = true): \Drupal\Core\Config\Config[]|\Drupal\Core\Config\ImmutableConfig[] Returns a list of configuration objects for the given names.
/** * Returns a list of configuration objects for the given names. * * @param array $names * List of names of configuration objects. * @param bool $immutable * (optional) Create an immutable configuration objects. Defaults to TRUE. * * @return \Drupal\Core\Config\Config[]|\Drupal\Core\Config\ImmutableConfig[] * List of successfully loaded configuration objects, keyed by name. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:150
- ⧉protected loadOverrides(array $names): array Get arbitrary overrides for the named configuration objects from modules.
/** * Get arbitrary overrides for the named configuration objects from modules. * * @param array $names * The names of the configuration objects to get overrides for. * * @return array * An array of overrides keyed by the configuration object name. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:204
- ⧉protected propagateConfigOverrideCacheability($cache_key, $name) Propagates cacheability of config overrides to cached config objects.
/** * Propagates cacheability of config overrides to cached config objects. * * @param string $cache_key * The key of the cached config object to update. * @param string $name * The name of the configuration object to construct. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:222
- ⧉protected getConfigCacheKey($name, $immutable): string Gets the static cache key for a given config name.
/** * Gets the static cache key for a given config name. * * @param string $name * The name of the configuration object. * @param bool $immutable * Whether or not the object is mutable. * * @return string * The cache key. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:291
- ⧉protected getConfigCacheKeys($name): array Gets all the cache keys that match the provided config name.
/** * Gets all the cache keys that match the provided config name. * * @param string $name * The name of the configuration object. * * @return array * An array of cache keys that match the provided config name. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:308
- ⧉protected createConfigObject($name, $immutable): \Drupal\Core\Config\Config|\Drupal\Core\Config\ImmutableConfig Creates a configuration object.
/** * Creates a configuration object. * * @param string $name * Configuration object name. * @param bool $immutable * Determines whether a mutable or immutable config object is returned. * * @return \Drupal\Core\Config\Config|\Drupal\Core\Config\ImmutableConfig * The configuration object. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:409
- ⇄⧉public static getSubscribedEvents() {@inheritdoc}\Drupal\Core\Config\ConfigFactory::getSubscribedEvents()
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:385
- ⧉protected moduleHandler -> Drupal\Core\Extension\ModuleHandler (11)
- Properties (11)
- Available methods (35)
- ⧉protected loadedFiles -> array (157) Depth Limit
- ⧉protected moduleList -> array (157) Depth Limit
- protected loaded -> boolean true
- ⧉protected implementations -> array (682) Depth Limit
- ⧉protected verified -> array (10) Depth Limit
- protected hookInfo -> null
- ⧉protected cacheBackend -> Drupal\Core\Cache\DatabaseBackend (4) Depth Limit
- protected cacheNeedsWriting -> boolean false
- ⧉protected alterFunctions -> array (3) Depth Limit
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- protected includeFileKeys -> array (0)
- ⧉public __construct($root, array $module_list, Drupal\Core\Cache\CacheBackendInterface $cache_backend) Constructs a ModuleHandler object.
/** * Constructs a ModuleHandler object. * * @param string $root * The app root. * @param array $module_list * An associative array whose keys are the names of installed modules and * whose values are Extension class parameters. This is normally the * %container.modules% parameter being set up by DrupalKernel. * @param \Drupal\Core\Cache\CacheBackendInterface $cache_backend * Cache backend for storing module hook implementation information. * * @see \Drupal\Core\DrupalKernel * @see \Drupal\Core\CoreServiceProvider */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:110
- ⧉public load($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:122
- ⧉public loadAll() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:138
- ⧉public reload() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:150
- ⧉public isLoaded() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:158
- ⧉public getModuleList() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:165
- ⧉public getModule($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:172
- ⧉public setModuleList(array $module_list = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:182
- ⧉public addModule($name, $path) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:192
- ⧉public addProfile($name, $path) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:199
- ⧉public buildModuleDependencies(array $modules) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:223
- ⧉public moduleExists($module) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:246
- ⧉public loadAllIncludes($type, $name = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:253
- ⧉public loadInclude($module, $type, $name = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:262
- ⧉public getHookInfo() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:290
- ⧉public getImplementations($hook) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:327
- ⧉public writeCache() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:336
- ⧉public resetImplementations() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:346
- ⧉public hasImplementations(string $hook, $modules = null): bool {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:368
- ⧉public implementsHook($module, $hook) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:394
- ⧉public invokeAllWith(string $hook, callable $callback): void {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:402
- ⧉public invoke($module, $hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:412
- ⧉public invokeAll($hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:423
- ⧉public invokeDeprecated($description, $module, $hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:440
- ⧉public invokeAllDeprecated($description, $hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:449
- ⧉public alter($type, &$data, &$context1 = null, &$context2 = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:477
- ⧉public alterDeprecated($description, $type, &$data, &$context1 = null, &$context2 = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:569
- ⧉public getModuleDirectories() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:725
- ⧉public getName($module) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:736
- ⧉protected add($type, $name, $path) Adds a module or profile to the list of currently active modules.
/** * Adds a module or profile to the list of currently active modules. * * @param string $type * The extension type; either 'module' or 'profile'. * @param string $name * The module name; e.g., 'node'. * @param string $path * The module path; e.g., 'core/modules/node'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:213
- ⧉protected buildHookInfo() Builds hook_hook_info() information.
/** * Builds hook_hook_info() information. * * @see \Drupal\Core\Extension\ModuleHandler::getHookInfo() */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:308
- ⧉protected getImplementationInfo($hook): mixed[] Provides information about modules' implementations of a hook.
/** * Provides information about modules' implementations of a hook. * * @param string $hook * The name of the hook (e.g. "help" or "menu"). * * @return mixed[] * An array whose keys are the names of the modules which are implementing * this hook and whose values are either a string identifying a file in * which the implementation is to be found, or FALSE, if the implementation * is in the module file. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:600
- ⧉protected buildImplementationInfo($hook): mixed[] Builds hook implementation information for a given hook name.
/** * Builds hook implementation information for a given hook name. * * @param string $hook * The name of the hook (e.g. "help" or "menu"). * * @return mixed[] * An array whose keys are the names of the modules which are implementing * this hook and whose values are either a string identifying a file in * which the implementation is to be found, or FALSE, if the implementation * is in the module file. * * @throws \RuntimeException * Exception thrown when an invalid implementation is added by * hook_module_implements_alter(). * * @see \Drupal\Core\Extension\ModuleHandler::getImplementationInfo() */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:646
- ⧉protected verifyImplementations(&$implementations, $hook): bool Verifies an array of implementations loaded from cache.
/** * Verifies an array of implementations loaded from cache. * * Verification is done by including the lazy-loaded $module.$group.inc file, * and checking function_exists(). * * @param string[] $implementations * Implementation "group" by module name. * @param string $hook * The hook name. * * @return bool * TRUE, if all implementations exist. * FALSE, if one or more implementations don't exist and need to be removed * from the cache. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:697
- ⧉private triggerDeprecationError($description, $hook) Triggers an E_USER_DEPRECATED error if any module implements the hook.
/** * Triggers an E_USER_DEPRECATED error if any module implements the hook. * * @param string $description * Helpful text describing what to do instead of implementing this hook. * @param string $hook * The name of the hook. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:463
- ⧉protected configFactoryOverride -> Drupal\language\Config\LanguageConfigFactoryOverride (5)
- Properties (5)
- Available methods (19)
- ⧉protected baseStorage -> Drupal\Core\Config\CachedStorage (5) Depth Limit
- ⧉protected storages -> array (1) Depth Limit
- ⧉protected typedConfigManager -> Drupal\Core\Config\TypedConfigManager (24) Depth Limit
- ⧉protected eventDispatcher -> Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher (3) Depth Limit
- ⧉protected language -> Drupal\Core\Language\Language (5) Depth Limit
- ⧉public __construct(Drupal\Core\Config\StorageInterface $storage, Symfony\Contracts\EventDispatcher\EventDispatcherInterface $event_dispatcher, Drupal\Core\Config\TypedConfigManagerInterface $typed_config, Drupal\Core\Language\LanguageDefault $default_language) Constructs the LanguageConfigFactoryOverride object.
/** * Constructs the LanguageConfigFactoryOverride object. * * @param \Drupal\Core\Config\StorageInterface $storage * The configuration storage engine. * @param \Symfony\Contracts\EventDispatcher\EventDispatcherInterface $event_dispatcher * An event dispatcher instance to use for configuration events. * @param \Drupal\Core\Config\TypedConfigManagerInterface $typed_config * The typed configuration manager. * @param \Drupal\Core\Language\LanguageDefault $default_language * The default language. */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:74
- ⧉public loadOverrides($names) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:86
- ⧉public getOverride($langcode, $name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:97
- ⧉public getStorage($langcode) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:117
- ⧉public getCacheSuffix() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:127
- ⧉public getLanguage() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:134
- ⧉public setLanguage(?Drupal\Core\Language\LanguageInterface $language = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:141
- ⧉public installLanguageOverrides($langcode) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:149
- ⧉public createConfigObject($name, $collection = '') {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:158
- ⧉public addCollections(Drupal\Core\Config\ConfigCollectionInfo $collection_info) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:166
- ⧉public onConfigSave(Drupal\Core\Config\ConfigCrudEvent $event) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:175
- ⧉public onConfigRename(Drupal\Core\Config\ConfigRenameEvent $event) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:189
- ⧉public onConfigDelete(Drupal\Core\Config\ConfigCrudEvent $event) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:207
- ⧉public getCacheableMetadata($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:221
- ⧉protected createConfigCollectionName($langcode): string Creates a configuration collection name based on a language code.
/** * Creates a configuration collection name based on a language code. * * @param string $langcode * The language code. * * @return string * The configuration collection name for a language code. */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigCollectionNameTrait.php:19
- ⧉protected getLangcodeFromCollectionName($collection): string Converts a configuration collection name to a language code.
/** * Converts a configuration collection name to a language code. * * @param string $collection * The configuration collection name. * * @return string * The language code of the collection. * * @throws \InvalidArgumentException * Exception thrown if the provided collection name is not in the format * "language.LANGCODE". * * @see self::createConfigCollectionName() */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigCollectionNameTrait.php:38
- ⧉protected filterOverride(Drupal\Core\Config\Config $config, Drupal\Core\Config\StorableConfigBase $override) Filters data in the override based on what is currently in configuration.
/** * Filters data in the override based on what is currently in configuration. * * @param \Drupal\Core\Config\Config $config * Current configuration object. * @param \Drupal\Core\Config\StorableConfigBase $override * Override object corresponding to the configuration to filter data in. */ Inherited from Drupal\Core\Config\ConfigFactoryOverrideBase Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php:63
- ⧉protected filterNestedArray(array $original_data, array &$override_data): bool Filters data in nested arrays.
/** * Filters data in nested arrays. * * @param array $original_data * Original data array to filter against. * @param array $override_data * Override data to filter. * * @return bool * TRUE if $override_data was changed, FALSE otherwise. */ Inherited from Drupal\Core\Config\ConfigFactoryOverrideBase Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php:87
- ⇄⧉public static getSubscribedEvents() {@inheritdoc}\Drupal\Core\Config\ConfigFactoryOverrideBase::getSubscribedEvents()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Config\ConfigFactoryOverrideBase Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php:47
- ⧉protected requestStack -> Drupal\Core\Http\RequestStack (1)
- Properties
- Available methods (6)
- ⧉private requests -> &array (2) Depth Limit
- ⧉public getMainRequest(): ?Symfony\Component\HttpFoundation\Request Gets the main request.
/** * Gets the main request. * * @return \Symfony\Component\HttpFoundation\Request|null * The main request. */ Defined in <ROOT>/core/lib/Drupal/Core/Http/RequestStack.php:21
- ⧉public getMasterRequest() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Http/RequestStack.php:33
- ⧉public push(Symfony\Component\HttpFoundation\Request $request) Pushes a Request on the stack.
/** * Pushes a Request on the stack. * * This method should generally not be called directly as the stack * management should be taken care of by the application itself. */ Inherited from Symfony\Component\HttpFoundation\RequestStack Defined in .../symfony/http-foundation/RequestStack.php:32
- ⧉public pop(): Request|null Pops the current request from the stack.
/** * Pops the current request from the stack. * * This operation lets the current request go out of scope. * * This method should generally not be called directly as the stack * management should be taken care of by the application itself. * * @return Request|null */ Inherited from Symfony\Component\HttpFoundation\RequestStack Defined in .../symfony/http-foundation/RequestStack.php:47
- ⧉public getCurrentRequest(): Request|null
/** * @return Request|null */ Inherited from Symfony\Component\HttpFoundation\RequestStack Defined in .../symfony/http-foundation/RequestStack.php:59
- ⧉public getParentRequest(): Request|null Returns the parent request of the current.
/** * Returns the parent request of the current. * * Be warned that making your code aware of the parent request * might make it un-compatible with other features of your framework * like ESI support. * * If current Request is the master request, it returns null. * * @return Request|null */ Inherited from Symfony\Component\HttpFoundation\RequestStack Defined in .../symfony/http-foundation/RequestStack.php:93
- ⧉protected negotiator -> Drupal\language\LanguageNegotiator (9)
- Properties (9)
- Available methods (16)
- Static class properties
- ⧉protected negotiatorManager -> Drupal\language\LanguageNegotiationMethodManager (17) Depth Limit
- ⧉protected languageManager -> Drupal\language\ConfigurableLanguageManager (16) Recursion
- ⧉protected configFactory -> Drupal\Core\Config\ConfigFactory (5) Depth Limit
- ⧉protected settings -> Drupal\Core\Site\Settings (1) Depth Limit
- ⧉protected requestStack -> Drupal\Core\Http\RequestStack (1) Depth Limit
- ⧉protected currentUser -> Drupal\Core\Session\AccountProxy (5) Depth Limit
- ⧉protected methods -> array (1) Depth Limit
- protected negotiatedLanguages -> array (0)
- protected loggerFactory -> null
- ⧉public setLoggerFactory(Drupal\Core\Logger\LoggerChannelFactoryInterface $logger_factory): $this Injects the logger channel factory.
/** * Injects the logger channel factory. * * @param \Drupal\Core\Logger\LoggerChannelFactoryInterface $logger_factory * The logger channel factory service. * * @return $this */ Defined in <ROOT>/core/lib/Drupal/Core/Logger/LoggerChannelTrait.php:52
- ⧉public __construct(Drupal\language\ConfigurableLanguageManagerInterface $language_manager, Drupal\Component\Plugin\PluginManagerInterface $negotiator_manager, Drupal\Core\Config\ConfigFactoryInterface $config_factory, Drupal\Core\Site\Settings $settings, Symfony\Component\HttpFoundation\RequestStack $requestStack) Constructs a new LanguageNegotiator object.
/** * Constructs a new LanguageNegotiator object. * * @param \Drupal\language\ConfigurableLanguageManagerInterface $language_manager * The language manager. * @param \Drupal\Component\Plugin\PluginManagerInterface $negotiator_manager * The language negotiation methods plugin manager. * @param \Drupal\Core\Config\ConfigFactoryInterface $config_factory * The configuration factory. * @param \Drupal\Core\Site\Settings $settings * The settings instance. * @param \Symfony\Component\HttpFoundation\RequestStack $requestStack * The request stack service. */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:90
- ⧉public initLanguageManager() Initializes the injected language manager with the negotiator.
/** * Initializes the injected language manager with the negotiator. * * This should be called right after instantiating the negotiator to make it * available to the language manager without introducing a circular * dependency. */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:105
- ⧉public reset() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:112
- ⧉public setCurrentUser(Drupal\Core\Session\AccountInterface $current_user) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:120
- ⧉public initializeType($type) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:128
- ⧉public getNegotiationMethods($type = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:207
- ⧉public getNegotiationMethodInstance($method_id) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:219
- ⧉public getPrimaryNegotiationMethod($type) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:233
- ⧉public isNegotiationMethodEnabled($method_id, $type = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:241
- ⧉public saveConfiguration($type, $enabled_methods) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:259
- ⧉public purgeConfiguration() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:291
- ⧉public updateConfiguration(array $types) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:306
- ⧉protected getLogger($channel): \Psr\Log\LoggerInterface Gets the logger for a specific channel.
/** * Gets the logger for a specific channel. * * @param string $channel * The name of the channel. Can be any string, but the general practice is * to use the name of the subsystem calling this. * * @return \Psr\Log\LoggerInterface * The logger for the given channel. * * @todo Require the use of injected services: * https://www.drupal.org/node/2733703 */ Defined in <ROOT>/core/lib/Drupal/Core/Logger/LoggerChannelTrait.php:37
- ⧉protected getEnabledNegotiators($type): array Gets enabled detection methods for the provided language type.
/** * Gets enabled detection methods for the provided language type. * * @param string $type * The language type. * * @return array * An array of enabled detection methods for the provided language type. */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:176
- ⧉protected negotiateLanguage($type, $method_id): \Drupal\Core\Language\LanguageInterface|null Performs language negotiation using the specified negotiation method.
/** * Performs language negotiation using the specified negotiation method. * * @param string $type * The language type to be initialized. * @param string $method_id * The string identifier of the language negotiation method to use to detect * language. * * @return \Drupal\Core\Language\LanguageInterface|null * Negotiated language object for given type and method, FALSE otherwise. */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:192
- ⇄const METHOD_ID :: string (16) "language-default"\Drupal\language\LanguageNegotiator::METHOD_ID
- ⇄const METHOD_ID :: string (16) "language-default"
- ⧉protected languageTypes -> array (5)
- ⧉_core => array (1) Depth Limit
- langcode => string (2) "cs"
- ⧉all => array (3) Depth Limit
- ⧉configurable => array (2) Depth Limit
- ⧉negotiation => array (3) Depth Limit
- ⧉protected languageTypesInfo -> array (3)
- ⧉language_interface => array (3) Depth Limit
- ⧉language_content => array (3) Depth Limit
- ⧉language_url => array (2) Depth Limit
- ⧉protected negotiatedLanguages -> array (3)
- ⧉language_interface => Drupal\Core\Language\Language (5) Depth Limit
- ⧉language_url => Drupal\Core\Language\Language (5) Depth Limit
- ⧉language_content => Drupal\Core\Language\Language (5) Depth Limit
- ⧉protected negotiatedMethods -> array (3)
- language_interface => string (16) "language-default"
- language_url => string (21) "language-url-fallback"
- language_content => string (18) "language-interface"
- protected initialized -> boolean false
- protected initializing -> array (0)
- ⧉public __construct(Drupal\Core\Language\LanguageDefault $default_language, Drupal\Core\Config\ConfigFactoryInterface $config_factory, Drupal\Core\Extension\ModuleHandlerInterface $module_handler, Drupal\language\Config\LanguageConfigFactoryOverrideInterface $config_override, Symfony\Component\HttpFoundation\RequestStack $request_stack) Constructs a new ConfigurableLanguageManager object.
/** * Constructs a new ConfigurableLanguageManager object. * * @param \Drupal\Core\Language\LanguageDefault $default_language * The default language service. * @param \Drupal\Core\Config\ConfigFactoryInterface $config_factory * The configuration factory service. * @param \Drupal\Core\Extension\ModuleHandlerInterface $module_handler * The module handler service. * @param \Drupal\language\Config\LanguageConfigFactoryOverrideInterface $config_override * The language configuration override service. * @param \Symfony\Component\HttpFoundation\RequestStack $request_stack * The request stack object. */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:120
- ⧉public init() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:131
- ⧉public isMultilingual() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:143
- ⧉public getLanguageTypes() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:150
- ⧉public getDefinedLanguageTypes() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:158
- ⧉public getDefinedLanguageTypesInfo() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:179
- ⧉public saveLanguageTypesConfiguration(array $values) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:196
- ⧉public getCurrentLanguage($type = 'language_interface') {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:210
- ⧉public reset($type = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:241
- ⧉public getNegotiator() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:263
- ⧉public setNegotiator(Drupal\language\LanguageNegotiatorInterface $negotiator) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:270
- ⧉public getLanguages($flags = 1) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:279
- ⧉public getNativeLanguages() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:326
- ⧉public updateLockedLanguageWeights() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:344
- ⧉public getFallbackCandidates(array $context = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:366
- ⧉public getLanguageSwitchLinks($type, Drupal\Core\Url $url) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:405
- ⧉public setConfigOverrideLanguage(?Drupal\Core\Language\LanguageInterface $language = null): $this Sets the configuration override language.
/** * Sets the configuration override language. * * @param \Drupal\Core\Language\LanguageInterface $language * The language to override configuration with. * * @return $this */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:452
- ⧉public getConfigOverrideLanguage() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:460
- ⧉public getLanguageConfigOverride($langcode, $name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:467
- ⧉public getLanguageConfigOverrideStorage($langcode) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:474
- ⧉public getStandardLanguageListWithoutConfigured() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:481
- ⧉public getNegotiatedLanguageMethod($type = 'language_interface') {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:498
- ⧉public __sleep() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:33
- ⧉public __wakeup() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:74
- ⧉public getDefaultLanguage() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:121
- ⧉public getLanguage($langcode) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:155
- ⧉public getLanguageName($langcode) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:163
- ⧉public getDefaultLockedLanguages($weight0) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:179
- ⧉public isLanguageLocked($langcode) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:207
- ⧉protected loadLanguageTypesConfiguration(): array Retrieves language types from the configuration storage.
/** * Retrieves language types from the configuration storage. * * @return array * An array of language type names. */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:169
- ⧉protected filterLanguages(array $languages, $flags = 1): \Drupal\Core\Language\LanguageInterface[] Filters the full list of languages based on the value of the flag.
/** * Filters the full list of languages based on the value of the flag. * * The locked languages are removed by default. * * @param \Drupal\Core\Language\LanguageInterface[] $languages * Array with languages to be filtered. * @param int $flags * (optional) Specifies the state of the languages that have to be returned. * It can be: LanguageInterface::STATE_CONFIGURABLE, * LanguageInterface::STATE_LOCKED, or LanguageInterface::STATE_ALL. * * @return \Drupal\Core\Language\LanguageInterface[] * An associative array of languages, keyed by the language code. */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:401
- ⇄⧉public static rebuildServices() {@inheritdoc}\Drupal\language\ConfigurableLanguageManager::rebuildServices()
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:102
- ⇄⧉public static getStandardLanguageList() {@inheritdoc}\Drupal\Core\Language\LanguageManager::getStandardLanguageList()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:229
- ⇄⧉public static getUnitedNationsLanguageList(): array The 6 official languages used at the United Nations.\Drupal\Core\Language\LanguageManager::getUnitedNationsLanguageList()
/** * The 6 official languages used at the United Nations. * * This list is based on https://www.un.org/en/our-work/official-languages * and it uses the same format as getStandardLanguageList(). * * @return array * An array with language codes as keys, and English and native language * names as values. */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:348
- ⧉protected contextRepository -> Drupal\Core\Plugin\Context\LazyContextRepository (3)
- Properties (3)
- Available methods (3)
- ⧉protected contextProviderServiceIDs -> array (6)
- 0 => string (33) "language.current_language_context"
- 1 => string (23) "node.node_route_context"
- 2 => string (41) "taxonomy_term.taxonomy_term_route_context"
- 3 => string (25) "user.current_user_context"
- 4 => string (29) "webform.webform_route_context"
- 5 => string (40) "webform.webform_submission_route_context"
- ⧉protected container -> Drupal\Core\DependencyInjection\Container Blacklisted
- protected contexts -> array (0)
- ⧉public __construct(Symfony\Component\DependencyInjection\ContainerInterface $container, array $context_provider_service_ids) Constructs a LazyContextRepository object.
/** * Constructs a LazyContextRepository object. * * @param \Symfony\Component\DependencyInjection\ContainerInterface $container * The current service container. * @param string[] $context_provider_service_ids * The set of the available context provider service IDs. */ Defined in <ROOT>/core/lib/Drupal/Core/Plugin/Context/LazyContextRepository.php:42
- ⧉public getRuntimeContexts(array $context_ids) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Plugin/Context/LazyContextRepository.php:50
- ⧉public getAvailableContexts() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Plugin/Context/LazyContextRepository.php:94
- ⧉public __construct(Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager, Drupal\Core\Language\LanguageManagerInterface $language_manager, Drupal\Core\Plugin\Context\ContextRepositoryInterface $context_repository) Constructs a new EntityRepository.
/** * Constructs a new EntityRepository. * * @param \Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager * The entity type manager. * @param \Drupal\Core\Language\LanguageManagerInterface $language_manager * The language manager. * @param \Drupal\Core\Plugin\Context\ContextRepositoryInterface $context_repository * The context repository service. */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityRepository.php:47
- ⧉public loadEntityByUuid($entity_type_id, $uuid) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityRepository.php:56
- ⧉public loadEntityByConfigTarget($entity_type_id, $target) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityRepository.php:71
- ⧉public getTranslationFromContext(Drupal\Core\Entity\EntityInterface $entity, $langcode = null, $context = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityRepository.php:93
- ⧉public getActive($entity_type_id, $entity_id, ?array $contexts = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityRepository.php:129
- ⧉public getActiveMultiple($entity_type_id, array $entity_ids, ?array $contexts = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityRepository.php:136
- ⧉public getCanonical($entity_type_id, $entity_id, ?array $contexts = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityRepository.php:173
- ⧉public getCanonicalMultiple($entity_type_id, array $entity_ids, ?array $contexts = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityRepository.php:180
- ⧉protected getContentLanguageFromContexts(array $contexts): string|null Retrieves the current content language from the specified contexts.
/** * Retrieves the current content language from the specified contexts. * * @param \Drupal\Core\Plugin\Context\ContextInterface[] $contexts * An array of context items. * * @return string|null * A language code or NULL if no language context was provided. */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityRepository.php:218
- ⧉protected getLatestTranslationAffectedRevision(Drupal\Core\Entity\RevisionableInterface $entity, $langcode): \Drupal\Core\Entity\RevisionableInterface Returns the latest revision translation of the specified entity.
/** * Returns the latest revision translation of the specified entity. * * @param \Drupal\Core\Entity\RevisionableInterface $entity * The default revision of the entity being converted. * @param string $langcode * The language of the revision translation to be loaded. * * @return \Drupal\Core\Entity\RevisionableInterface * The latest translation-affecting revision for the specified entity, or * just the latest revision, if the specified entity is not translatable or * does not have a matching translation yet. */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityRepository.php:243
- ⧉protected loadRevision(Drupal\Core\Entity\RevisionableInterface $entity, $revision_id): \Drupal\Core\Entity\RevisionableInterface Loads the specified entity revision.
/** * Loads the specified entity revision. * * @param \Drupal\Core\Entity\RevisionableInterface $entity * The default revision of the entity being converted. * @param string $revision_id * The identifier of the revision to be loaded. * * @return \Drupal\Core\Entity\RevisionableInterface * An entity revision object. */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityRepository.php:289
- ⇄const CONTEXT_ID_LEGACY_CONTEXT_OPERATION :: string (43) "@entity.repository:legacy_context_operation"\Drupal\Core\Entity\EntityRepository::CONTEXT_ID_LEGACY_CONTEXT_OPERATION
- ⇄const CONTEXT_ID_LEGACY_CONTEXT_OPERATION :: string (43) "@entity.repository:legacy_context_operation"
- ⧉protected entityDisplayRepository -> Drupal\Core\Entity\EntityDisplayRepository (7)
- Properties (7)
- Available methods (23)
- Static class properties
- ⧉protected displayModeInfo -> array (1)
- ⧉view_mode => array (15)
- ⧉block => array (1) Depth Limit
- ⧉block_content => array (1) Depth Limit
- ⧉comment => array (2) Depth Limit
- ⧉config_split => array (1) Depth Limit
- ⧉contact_message => array (1) Depth Limit
- ⧉file => array (1) Depth Limit
- ⧉media => array (9) Depth Limit
- ⧉menu_link_content => array (1) Depth Limit
- ⧉node => array (8) Depth Limit
- ⧉paragraph => array (2) Depth Limit
- ⧉path_alias => array (1) Depth Limit
- ⧉shortcut => array (1) Depth Limit
- ⧉taxonomy_term => array (2) Depth Limit
- ⧉tour => array (1) Depth Limit
- ⧉user => array (3) Depth Limit
- ⧉protected languageManager -> Drupal\language\ConfigurableLanguageManager (16)
- Properties (16)
- Available methods (34)
- ⧉protected languages -> array (1)
- ⧉cs => array (2) Depth Limit
- ⧉protected defaultLanguage -> Drupal\Core\Language\LanguageDefault (1)
- Properties
- Available methods (3)
- ⧉protected language -> Drupal\Core\Language\Language (5) Depth Limit
- ⧉public __construct(array $values) Constructs the default language object.
/** * Constructs the default language object. * * @param array $values * The properties used to construct the default language. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageDefault.php:30
- ⧉public get(): \Drupal\Core\Language\LanguageInterface Gets the default language.
/** * Gets the default language. * * @return \Drupal\Core\Language\LanguageInterface * The default language. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageDefault.php:40
- ⧉public set(Drupal\Core\Language\LanguageInterface $language) Sets the default language.
/** * Sets the default language. * * @param \Drupal\Core\Language\LanguageInterface $language * The default language. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageDefault.php:50
- ⧉protected definedLanguageTypesInfo -> array (3)
- ⧉language_interface => array (3) Depth Limit
- ⧉language_content => array (3) Depth Limit
- ⧉language_url => array (1) Depth Limit
- protected _serviceIds -> array (0)
- protected _entityStorages -> array (0)
- ⧉protected configFactory -> Drupal\Core\Config\ConfigFactory (5)
- Properties (5)
- Available methods (20)
- ⧉protected storage -> Drupal\Core\Config\CachedStorage (5) Depth Limit
- ⧉protected eventDispatcher -> Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher (3) Depth Limit
- ⧉protected cache -> array (15) Depth Limit
- ⧉protected typedConfigManager -> Drupal\Core\Config\TypedConfigManager (24) Depth Limit
- ⧉protected configFactoryOverrides -> array (2) Depth Limit
- ⧉public __construct(Drupal\Core\Config\StorageInterface $storage, Symfony\Contracts\EventDispatcher\EventDispatcherInterface $event_dispatcher, Drupal\Core\Config\TypedConfigManagerInterface $typed_config) Constructs the Config factory.
/** * Constructs the Config factory. * * @param \Drupal\Core\Config\StorageInterface $storage * The configuration storage engine. * @param \Symfony\Contracts\EventDispatcher\EventDispatcherInterface $event_dispatcher * An event dispatcher instance to use for configuration events. * @param \Drupal\Core\Config\TypedConfigManagerInterface $typed_config * The typed configuration manager. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:72
- ⧉public getEditable($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:81
- ⧉public get($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:88
- ⧉public loadMultiple(array $names) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:135
- ⧉public reset($name = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:231
- ⧉public rename($old_name, $new_name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:252
- ⧉public getCacheKeys() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:270
- ⧉public clearStaticCache() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:319
- ⧉public listAll($prefix = '') {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:327
- ⧉public onConfigSave(Drupal\Core\Config\ConfigCrudEvent $event) Updates stale static cache entries when configuration is saved.
/** * Updates stale static cache entries when configuration is saved. * * @param ConfigCrudEvent $event * The configuration event. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:337
- ⧉public onConfigDelete(Drupal\Core\Config\ConfigCrudEvent $event) Removes stale static cache entries when configuration is deleted.
/** * Removes stale static cache entries when configuration is deleted. * * @param \Drupal\Core\Config\ConfigCrudEvent $event * The configuration event. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:366
- ⧉public addOverride(Drupal\Core\Config\ConfigFactoryOverrideInterface $config_factory_override) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:394
- ⧉protected doGet($name, $immutable = true): \Drupal\Core\Config\Config|\Drupal\Core\Config\ImmutableConfig Returns a configuration object for a given name.
/** * Returns a configuration object for a given name. * * @param string $name * The name of the configuration object to construct. * @param bool $immutable * (optional) Create an immutable configuration object. Defaults to TRUE. * * @return \Drupal\Core\Config\Config|\Drupal\Core\Config\ImmutableConfig * A configuration object. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:103
- ⧉protected doLoadMultiple(array $names, $immutable = true): \Drupal\Core\Config\Config[]|\Drupal\Core\Config\ImmutableConfig[] Returns a list of configuration objects for the given names.
/** * Returns a list of configuration objects for the given names. * * @param array $names * List of names of configuration objects. * @param bool $immutable * (optional) Create an immutable configuration objects. Defaults to TRUE. * * @return \Drupal\Core\Config\Config[]|\Drupal\Core\Config\ImmutableConfig[] * List of successfully loaded configuration objects, keyed by name. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:150
- ⧉protected loadOverrides(array $names): array Get arbitrary overrides for the named configuration objects from modules.
/** * Get arbitrary overrides for the named configuration objects from modules. * * @param array $names * The names of the configuration objects to get overrides for. * * @return array * An array of overrides keyed by the configuration object name. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:204
- ⧉protected propagateConfigOverrideCacheability($cache_key, $name) Propagates cacheability of config overrides to cached config objects.
/** * Propagates cacheability of config overrides to cached config objects. * * @param string $cache_key * The key of the cached config object to update. * @param string $name * The name of the configuration object to construct. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:222
- ⧉protected getConfigCacheKey($name, $immutable): string Gets the static cache key for a given config name.
/** * Gets the static cache key for a given config name. * * @param string $name * The name of the configuration object. * @param bool $immutable * Whether or not the object is mutable. * * @return string * The cache key. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:291
- ⧉protected getConfigCacheKeys($name): array Gets all the cache keys that match the provided config name.
/** * Gets all the cache keys that match the provided config name. * * @param string $name * The name of the configuration object. * * @return array * An array of cache keys that match the provided config name. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:308
- ⧉protected createConfigObject($name, $immutable): \Drupal\Core\Config\Config|\Drupal\Core\Config\ImmutableConfig Creates a configuration object.
/** * Creates a configuration object. * * @param string $name * Configuration object name. * @param bool $immutable * Determines whether a mutable or immutable config object is returned. * * @return \Drupal\Core\Config\Config|\Drupal\Core\Config\ImmutableConfig * The configuration object. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:409
- ⇄⧉public static getSubscribedEvents() {@inheritdoc}\Drupal\Core\Config\ConfigFactory::getSubscribedEvents()
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:385
- ⧉protected moduleHandler -> Drupal\Core\Extension\ModuleHandler (11)
- Properties (11)
- Available methods (35)
- ⧉protected loadedFiles -> array (157) Depth Limit
- ⧉protected moduleList -> array (157) Depth Limit
- protected loaded -> boolean true
- ⧉protected implementations -> array (682) Depth Limit
- ⧉protected verified -> array (10) Depth Limit
- protected hookInfo -> null
- ⧉protected cacheBackend -> Drupal\Core\Cache\DatabaseBackend (4) Depth Limit
- protected cacheNeedsWriting -> boolean false
- ⧉protected alterFunctions -> array (3) Depth Limit
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- protected includeFileKeys -> array (0)
- ⧉public __construct($root, array $module_list, Drupal\Core\Cache\CacheBackendInterface $cache_backend) Constructs a ModuleHandler object.
/** * Constructs a ModuleHandler object. * * @param string $root * The app root. * @param array $module_list * An associative array whose keys are the names of installed modules and * whose values are Extension class parameters. This is normally the * %container.modules% parameter being set up by DrupalKernel. * @param \Drupal\Core\Cache\CacheBackendInterface $cache_backend * Cache backend for storing module hook implementation information. * * @see \Drupal\Core\DrupalKernel * @see \Drupal\Core\CoreServiceProvider */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:110
- ⧉public load($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:122
- ⧉public loadAll() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:138
- ⧉public reload() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:150
- ⧉public isLoaded() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:158
- ⧉public getModuleList() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:165
- ⧉public getModule($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:172
- ⧉public setModuleList(array $module_list = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:182
- ⧉public addModule($name, $path) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:192
- ⧉public addProfile($name, $path) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:199
- ⧉public buildModuleDependencies(array $modules) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:223
- ⧉public moduleExists($module) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:246
- ⧉public loadAllIncludes($type, $name = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:253
- ⧉public loadInclude($module, $type, $name = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:262
- ⧉public getHookInfo() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:290
- ⧉public getImplementations($hook) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:327
- ⧉public writeCache() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:336
- ⧉public resetImplementations() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:346
- ⧉public hasImplementations(string $hook, $modules = null): bool {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:368
- ⧉public implementsHook($module, $hook) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:394
- ⧉public invokeAllWith(string $hook, callable $callback): void {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:402
- ⧉public invoke($module, $hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:412
- ⧉public invokeAll($hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:423
- ⧉public invokeDeprecated($description, $module, $hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:440
- ⧉public invokeAllDeprecated($description, $hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:449
- ⧉public alter($type, &$data, &$context1 = null, &$context2 = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:477
- ⧉public alterDeprecated($description, $type, &$data, &$context1 = null, &$context2 = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:569
- ⧉public getModuleDirectories() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:725
- ⧉public getName($module) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:736
- ⧉protected add($type, $name, $path) Adds a module or profile to the list of currently active modules.
/** * Adds a module or profile to the list of currently active modules. * * @param string $type * The extension type; either 'module' or 'profile'. * @param string $name * The module name; e.g., 'node'. * @param string $path * The module path; e.g., 'core/modules/node'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:213
- ⧉protected buildHookInfo() Builds hook_hook_info() information.
/** * Builds hook_hook_info() information. * * @see \Drupal\Core\Extension\ModuleHandler::getHookInfo() */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:308
- ⧉protected getImplementationInfo($hook): mixed[] Provides information about modules' implementations of a hook.
/** * Provides information about modules' implementations of a hook. * * @param string $hook * The name of the hook (e.g. "help" or "menu"). * * @return mixed[] * An array whose keys are the names of the modules which are implementing * this hook and whose values are either a string identifying a file in * which the implementation is to be found, or FALSE, if the implementation * is in the module file. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:600
- ⧉protected buildImplementationInfo($hook): mixed[] Builds hook implementation information for a given hook name.
/** * Builds hook implementation information for a given hook name. * * @param string $hook * The name of the hook (e.g. "help" or "menu"). * * @return mixed[] * An array whose keys are the names of the modules which are implementing * this hook and whose values are either a string identifying a file in * which the implementation is to be found, or FALSE, if the implementation * is in the module file. * * @throws \RuntimeException * Exception thrown when an invalid implementation is added by * hook_module_implements_alter(). * * @see \Drupal\Core\Extension\ModuleHandler::getImplementationInfo() */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:646
- ⧉protected verifyImplementations(&$implementations, $hook): bool Verifies an array of implementations loaded from cache.
/** * Verifies an array of implementations loaded from cache. * * Verification is done by including the lazy-loaded $module.$group.inc file, * and checking function_exists(). * * @param string[] $implementations * Implementation "group" by module name. * @param string $hook * The hook name. * * @return bool * TRUE, if all implementations exist. * FALSE, if one or more implementations don't exist and need to be removed * from the cache. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:697
- ⧉private triggerDeprecationError($description, $hook) Triggers an E_USER_DEPRECATED error if any module implements the hook.
/** * Triggers an E_USER_DEPRECATED error if any module implements the hook. * * @param string $description * Helpful text describing what to do instead of implementing this hook. * @param string $hook * The name of the hook. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:463
- ⧉protected configFactoryOverride -> Drupal\language\Config\LanguageConfigFactoryOverride (5)
- Properties (5)
- Available methods (19)
- ⧉protected baseStorage -> Drupal\Core\Config\CachedStorage (5) Depth Limit
- ⧉protected storages -> array (1) Depth Limit
- ⧉protected typedConfigManager -> Drupal\Core\Config\TypedConfigManager (24) Depth Limit
- ⧉protected eventDispatcher -> Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher (3) Depth Limit
- ⧉protected language -> Drupal\Core\Language\Language (5) Depth Limit
- ⧉public __construct(Drupal\Core\Config\StorageInterface $storage, Symfony\Contracts\EventDispatcher\EventDispatcherInterface $event_dispatcher, Drupal\Core\Config\TypedConfigManagerInterface $typed_config, Drupal\Core\Language\LanguageDefault $default_language) Constructs the LanguageConfigFactoryOverride object.
/** * Constructs the LanguageConfigFactoryOverride object. * * @param \Drupal\Core\Config\StorageInterface $storage * The configuration storage engine. * @param \Symfony\Contracts\EventDispatcher\EventDispatcherInterface $event_dispatcher * An event dispatcher instance to use for configuration events. * @param \Drupal\Core\Config\TypedConfigManagerInterface $typed_config * The typed configuration manager. * @param \Drupal\Core\Language\LanguageDefault $default_language * The default language. */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:74
- ⧉public loadOverrides($names) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:86
- ⧉public getOverride($langcode, $name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:97
- ⧉public getStorage($langcode) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:117
- ⧉public getCacheSuffix() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:127
- ⧉public getLanguage() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:134
- ⧉public setLanguage(?Drupal\Core\Language\LanguageInterface $language = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:141
- ⧉public installLanguageOverrides($langcode) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:149
- ⧉public createConfigObject($name, $collection = '') {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:158
- ⧉public addCollections(Drupal\Core\Config\ConfigCollectionInfo $collection_info) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:166
- ⧉public onConfigSave(Drupal\Core\Config\ConfigCrudEvent $event) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:175
- ⧉public onConfigRename(Drupal\Core\Config\ConfigRenameEvent $event) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:189
- ⧉public onConfigDelete(Drupal\Core\Config\ConfigCrudEvent $event) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:207
- ⧉public getCacheableMetadata($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:221
- ⧉protected createConfigCollectionName($langcode): string Creates a configuration collection name based on a language code.
/** * Creates a configuration collection name based on a language code. * * @param string $langcode * The language code. * * @return string * The configuration collection name for a language code. */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigCollectionNameTrait.php:19
- ⧉protected getLangcodeFromCollectionName($collection): string Converts a configuration collection name to a language code.
/** * Converts a configuration collection name to a language code. * * @param string $collection * The configuration collection name. * * @return string * The language code of the collection. * * @throws \InvalidArgumentException * Exception thrown if the provided collection name is not in the format * "language.LANGCODE". * * @see self::createConfigCollectionName() */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigCollectionNameTrait.php:38
- ⧉protected filterOverride(Drupal\Core\Config\Config $config, Drupal\Core\Config\StorableConfigBase $override) Filters data in the override based on what is currently in configuration.
/** * Filters data in the override based on what is currently in configuration. * * @param \Drupal\Core\Config\Config $config * Current configuration object. * @param \Drupal\Core\Config\StorableConfigBase $override * Override object corresponding to the configuration to filter data in. */ Inherited from Drupal\Core\Config\ConfigFactoryOverrideBase Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php:63
- ⧉protected filterNestedArray(array $original_data, array &$override_data): bool Filters data in nested arrays.
/** * Filters data in nested arrays. * * @param array $original_data * Original data array to filter against. * @param array $override_data * Override data to filter. * * @return bool * TRUE if $override_data was changed, FALSE otherwise. */ Inherited from Drupal\Core\Config\ConfigFactoryOverrideBase Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php:87
- ⇄⧉public static getSubscribedEvents() {@inheritdoc}\Drupal\Core\Config\ConfigFactoryOverrideBase::getSubscribedEvents()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Config\ConfigFactoryOverrideBase Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php:47
- ⧉protected requestStack -> Drupal\Core\Http\RequestStack (1)
- Properties
- Available methods (6)
- ⧉private requests -> array (2) Depth Limit
- ⧉public getMainRequest(): ?Symfony\Component\HttpFoundation\Request Gets the main request.
/** * Gets the main request. * * @return \Symfony\Component\HttpFoundation\Request|null * The main request. */ Defined in <ROOT>/core/lib/Drupal/Core/Http/RequestStack.php:21
- ⧉public getMasterRequest() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Http/RequestStack.php:33
- ⧉public push(Symfony\Component\HttpFoundation\Request $request) Pushes a Request on the stack.
/** * Pushes a Request on the stack. * * This method should generally not be called directly as the stack * management should be taken care of by the application itself. */ Inherited from Symfony\Component\HttpFoundation\RequestStack Defined in .../symfony/http-foundation/RequestStack.php:32
- ⧉public pop(): Request|null Pops the current request from the stack.
/** * Pops the current request from the stack. * * This operation lets the current request go out of scope. * * This method should generally not be called directly as the stack * management should be taken care of by the application itself. * * @return Request|null */ Inherited from Symfony\Component\HttpFoundation\RequestStack Defined in .../symfony/http-foundation/RequestStack.php:47
- ⧉public getCurrentRequest(): Request|null
/** * @return Request|null */ Inherited from Symfony\Component\HttpFoundation\RequestStack Defined in .../symfony/http-foundation/RequestStack.php:59
- ⧉public getParentRequest(): Request|null Returns the parent request of the current.
/** * Returns the parent request of the current. * * Be warned that making your code aware of the parent request * might make it un-compatible with other features of your framework * like ESI support. * * If current Request is the master request, it returns null. * * @return Request|null */ Inherited from Symfony\Component\HttpFoundation\RequestStack Defined in .../symfony/http-foundation/RequestStack.php:93
- ⧉protected negotiator -> Drupal\language\LanguageNegotiator (9)
- Properties (9)
- Available methods (16)
- Static class properties
- ⧉protected negotiatorManager -> Drupal\language\LanguageNegotiationMethodManager (17) Depth Limit
- ⧉protected languageManager -> Drupal\language\ConfigurableLanguageManager (16) Recursion
- ⧉protected configFactory -> Drupal\Core\Config\ConfigFactory (5) Depth Limit
- ⧉protected settings -> Drupal\Core\Site\Settings (1) Depth Limit
- ⧉protected requestStack -> Drupal\Core\Http\RequestStack (1) Depth Limit
- ⧉protected currentUser -> Drupal\Core\Session\AccountProxy (5) Depth Limit
- ⧉protected methods -> array (1) Depth Limit
- protected negotiatedLanguages -> array (0)
- protected loggerFactory -> null
- ⧉public setLoggerFactory(Drupal\Core\Logger\LoggerChannelFactoryInterface $logger_factory): $this Injects the logger channel factory.
/** * Injects the logger channel factory. * * @param \Drupal\Core\Logger\LoggerChannelFactoryInterface $logger_factory * The logger channel factory service. * * @return $this */ Defined in <ROOT>/core/lib/Drupal/Core/Logger/LoggerChannelTrait.php:52
- ⧉public __construct(Drupal\language\ConfigurableLanguageManagerInterface $language_manager, Drupal\Component\Plugin\PluginManagerInterface $negotiator_manager, Drupal\Core\Config\ConfigFactoryInterface $config_factory, Drupal\Core\Site\Settings $settings, Symfony\Component\HttpFoundation\RequestStack $requestStack) Constructs a new LanguageNegotiator object.
/** * Constructs a new LanguageNegotiator object. * * @param \Drupal\language\ConfigurableLanguageManagerInterface $language_manager * The language manager. * @param \Drupal\Component\Plugin\PluginManagerInterface $negotiator_manager * The language negotiation methods plugin manager. * @param \Drupal\Core\Config\ConfigFactoryInterface $config_factory * The configuration factory. * @param \Drupal\Core\Site\Settings $settings * The settings instance. * @param \Symfony\Component\HttpFoundation\RequestStack $requestStack * The request stack service. */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:90
- ⧉public initLanguageManager() Initializes the injected language manager with the negotiator.
/** * Initializes the injected language manager with the negotiator. * * This should be called right after instantiating the negotiator to make it * available to the language manager without introducing a circular * dependency. */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:105
- ⧉public reset() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:112
- ⧉public setCurrentUser(Drupal\Core\Session\AccountInterface $current_user) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:120
- ⧉public initializeType($type) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:128
- ⧉public getNegotiationMethods($type = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:207
- ⧉public getNegotiationMethodInstance($method_id) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:219
- ⧉public getPrimaryNegotiationMethod($type) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:233
- ⧉public isNegotiationMethodEnabled($method_id, $type = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:241
- ⧉public saveConfiguration($type, $enabled_methods) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:259
- ⧉public purgeConfiguration() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:291
- ⧉public updateConfiguration(array $types) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:306
- ⧉protected getLogger($channel): \Psr\Log\LoggerInterface Gets the logger for a specific channel.
/** * Gets the logger for a specific channel. * * @param string $channel * The name of the channel. Can be any string, but the general practice is * to use the name of the subsystem calling this. * * @return \Psr\Log\LoggerInterface * The logger for the given channel. * * @todo Require the use of injected services: * https://www.drupal.org/node/2733703 */ Defined in <ROOT>/core/lib/Drupal/Core/Logger/LoggerChannelTrait.php:37
- ⧉protected getEnabledNegotiators($type): array Gets enabled detection methods for the provided language type.
/** * Gets enabled detection methods for the provided language type. * * @param string $type * The language type. * * @return array * An array of enabled detection methods for the provided language type. */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:176
- ⧉protected negotiateLanguage($type, $method_id): \Drupal\Core\Language\LanguageInterface|null Performs language negotiation using the specified negotiation method.
/** * Performs language negotiation using the specified negotiation method. * * @param string $type * The language type to be initialized. * @param string $method_id * The string identifier of the language negotiation method to use to detect * language. * * @return \Drupal\Core\Language\LanguageInterface|null * Negotiated language object for given type and method, FALSE otherwise. */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:192
- ⇄const METHOD_ID :: string (16) "language-default"\Drupal\language\LanguageNegotiator::METHOD_ID
- ⇄const METHOD_ID :: string (16) "language-default"
- ⧉protected languageTypes -> array (5)
- ⧉_core => array (1) Depth Limit
- langcode => string (2) "cs"
- ⧉all => array (3) Depth Limit
- ⧉configurable => array (2) Depth Limit
- ⧉negotiation => array (3) Depth Limit
- ⧉protected languageTypesInfo -> array (3)
- ⧉language_interface => array (3) Depth Limit
- ⧉language_content => array (3) Depth Limit
- ⧉language_url => array (2) Depth Limit
- ⧉protected negotiatedLanguages -> array (3)
- ⧉language_interface => Drupal\Core\Language\Language (5) Depth Limit
- ⧉language_url => Drupal\Core\Language\Language (5) Depth Limit
- ⧉language_content => Drupal\Core\Language\Language (5) Depth Limit
- ⧉protected negotiatedMethods -> array (3)
- language_interface => string (16) "language-default"
- language_url => string (21) "language-url-fallback"
- language_content => string (18) "language-interface"
- protected initialized -> boolean false
- protected initializing -> array (0)
- ⧉public __construct(Drupal\Core\Language\LanguageDefault $default_language, Drupal\Core\Config\ConfigFactoryInterface $config_factory, Drupal\Core\Extension\ModuleHandlerInterface $module_handler, Drupal\language\Config\LanguageConfigFactoryOverrideInterface $config_override, Symfony\Component\HttpFoundation\RequestStack $request_stack) Constructs a new ConfigurableLanguageManager object.
/** * Constructs a new ConfigurableLanguageManager object. * * @param \Drupal\Core\Language\LanguageDefault $default_language * The default language service. * @param \Drupal\Core\Config\ConfigFactoryInterface $config_factory * The configuration factory service. * @param \Drupal\Core\Extension\ModuleHandlerInterface $module_handler * The module handler service. * @param \Drupal\language\Config\LanguageConfigFactoryOverrideInterface $config_override * The language configuration override service. * @param \Symfony\Component\HttpFoundation\RequestStack $request_stack * The request stack object. */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:120
- ⧉public init() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:131
- ⧉public isMultilingual() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:143
- ⧉public getLanguageTypes() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:150
- ⧉public getDefinedLanguageTypes() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:158
- ⧉public getDefinedLanguageTypesInfo() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:179
- ⧉public saveLanguageTypesConfiguration(array $values) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:196
- ⧉public getCurrentLanguage($type = 'language_interface') {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:210
- ⧉public reset($type = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:241
- ⧉public getNegotiator() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:263
- ⧉public setNegotiator(Drupal\language\LanguageNegotiatorInterface $negotiator) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:270
- ⧉public getLanguages($flags = 1) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:279
- ⧉public getNativeLanguages() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:326
- ⧉public updateLockedLanguageWeights() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:344
- ⧉public getFallbackCandidates(array $context = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:366
- ⧉public getLanguageSwitchLinks($type, Drupal\Core\Url $url) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:405
- ⧉public setConfigOverrideLanguage(?Drupal\Core\Language\LanguageInterface $language = null): $this Sets the configuration override language.
/** * Sets the configuration override language. * * @param \Drupal\Core\Language\LanguageInterface $language * The language to override configuration with. * * @return $this */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:452
- ⧉public getConfigOverrideLanguage() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:460
- ⧉public getLanguageConfigOverride($langcode, $name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:467
- ⧉public getLanguageConfigOverrideStorage($langcode) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:474
- ⧉public getStandardLanguageListWithoutConfigured() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:481
- ⧉public getNegotiatedLanguageMethod($type = 'language_interface') {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:498
- ⧉public __sleep() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:33
- ⧉public __wakeup() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:74
- ⧉public getDefaultLanguage() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:121
- ⧉public getLanguage($langcode) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:155
- ⧉public getLanguageName($langcode) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:163
- ⧉public getDefaultLockedLanguages($weight0) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:179
- ⧉public isLanguageLocked($langcode) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:207
- ⧉protected loadLanguageTypesConfiguration(): array Retrieves language types from the configuration storage.
/** * Retrieves language types from the configuration storage. * * @return array * An array of language type names. */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:169
- ⧉protected filterLanguages(array $languages, $flags = 1): \Drupal\Core\Language\LanguageInterface[] Filters the full list of languages based on the value of the flag.
/** * Filters the full list of languages based on the value of the flag. * * The locked languages are removed by default. * * @param \Drupal\Core\Language\LanguageInterface[] $languages * Array with languages to be filtered. * @param int $flags * (optional) Specifies the state of the languages that have to be returned. * It can be: LanguageInterface::STATE_CONFIGURABLE, * LanguageInterface::STATE_LOCKED, or LanguageInterface::STATE_ALL. * * @return \Drupal\Core\Language\LanguageInterface[] * An associative array of languages, keyed by the language code. */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:401
- ⇄⧉public static rebuildServices() {@inheritdoc}\Drupal\language\ConfigurableLanguageManager::rebuildServices()
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:102
- ⇄⧉public static getStandardLanguageList() {@inheritdoc}\Drupal\Core\Language\LanguageManager::getStandardLanguageList()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:229
- ⇄⧉public static getUnitedNationsLanguageList(): array The 6 official languages used at the United Nations.\Drupal\Core\Language\LanguageManager::getUnitedNationsLanguageList()
/** * The 6 official languages used at the United Nations. * * This list is based on https://www.un.org/en/our-work/official-languages * and it uses the same format as getStandardLanguageList(). * * @return array * An array with language codes as keys, and English and native language * names as values. */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:348
- ⧉protected entityTypeManager -> Drupal\Core\Entity\EntityTypeManager (21)
- Properties (21)
- Available methods (37)
- ⧉protected discovery -> Drupal\Core\Plugin\Discovery\AnnotatedClassDiscovery (8)
- Properties (8)
- Available methods (9)
- protected pluginNamespaces -> array (0)
- protected pluginDefinitionAnnotationName -> string (40) "Drupal\Core\Entity\Annotation\EntityType"
- protected annotationReader -> null
- protected annotationNamespaces -> array (0)
- ⧉protected fileCache -> Drupal\Component\FileCache\FileCache (3) Depth Limit
- protected directorySuffix -> string (7) "/Entity"
- protected namespaceSuffix -> string (7) "\Entity"
- ⧉protected rootNamespacesIterator -> ArrayObject (0) Depth Limit
- ⧉public __construct($subdir, Traversable $root_namespaces, $plugin_definition_annotation_name = 'Drupal\\Component\\Annotation\\Plugin', array $annotation_namespaces = array()) Constructs an AnnotatedClassDiscovery object.
/** * Constructs an AnnotatedClassDiscovery object. * * @param string $subdir * Either the plugin's subdirectory, for example 'Plugin/views/filter', or * empty string if plugins are located at the top level of the namespace. * @param \Traversable $root_namespaces * An object that implements \Traversable which contains the root paths * keyed by the corresponding namespace to look for plugin implementations. * If $subdir is not an empty string, it will be appended to each namespace. * @param string $plugin_definition_annotation_name * (optional) The name of the annotation that contains the plugin definition. * Defaults to 'Drupal\Component\Annotation\Plugin'. * @param string[] $annotation_namespaces * (optional) Additional namespaces to scan for annotation definitions. */ Defined in <ROOT>/core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php:56
- ⧉public getDefinition($plugin_id, $exception_on_invalid = true) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery Defined in <ROOT>/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php:20
- ⧉public hasDefinition($plugin_id) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery Defined in <ROOT>/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php:59
- ⧉public getDefinitions() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery Defined in <ROOT>/core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotatedClassDiscovery.php:107
- ⧉protected getAnnotationReader() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php:74
- ⧉protected prepareAnnotationDefinition(Drupal\Component\Annotation\AnnotationInterface $annotation, $class) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php:88
- ⧉protected getProviderFromNamespace($namespace): string|null Extracts the provider name from a Drupal namespace.
/** * Extracts the provider name from a Drupal namespace. * * @param string $namespace * The namespace to extract the provider from. * * @return string|null * The matching provider name, or NULL otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php:105
- ⧉protected getPluginNamespaces() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php:118
- ⧉protected doGetDefinition(array $definitions, $plugin_id, $exception_on_invalid): array|null Gets a specific plugin definition.
/** * Gets a specific plugin definition. * * @param array $definitions * An array of the available plugin definitions. * @param string $plugin_id * A plugin id. * @param bool $exception_on_invalid * If TRUE, an invalid plugin ID will cause an exception to be thrown; if * FALSE, NULL will be returned. * * @return array|null * A plugin definition, or NULL if the plugin ID is invalid and * $exception_on_invalid is TRUE. * * @throws \Drupal\Component\Plugin\Exception\PluginNotFoundException * Thrown if $plugin_id is invalid and $exception_on_invalid is TRUE. */ Inherited from Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery Defined in <ROOT>/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php:43
- protected factory -> null
- protected mapper -> null
- protected cacheKey -> string (11) "entity_type"
- ⧉protected cacheTags -> array (1)
- 0 => string (12) "entity_types"
- protected alterHook -> string (11) "entity_type"
- protected subdir -> string (6) "Entity"
- ⧉protected moduleHandler -> Drupal\Core\Extension\ModuleHandler (11)
- Properties (11)
- Available methods (35)
- ⧉protected loadedFiles -> array (157) Depth Limit
- ⧉protected moduleList -> array (157) Depth Limit
- protected loaded -> boolean true
- ⧉protected implementations -> array (682) Depth Limit
- ⧉protected verified -> array (10) Depth Limit
- protected hookInfo -> null
- ⧉protected cacheBackend -> Drupal\Core\Cache\DatabaseBackend (4) Depth Limit
- protected cacheNeedsWriting -> boolean false
- ⧉protected alterFunctions -> array (3) Depth Limit
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- protected includeFileKeys -> array (0)
- ⧉public __construct($root, array $module_list, Drupal\Core\Cache\CacheBackendInterface $cache_backend) Constructs a ModuleHandler object.
/** * Constructs a ModuleHandler object. * * @param string $root * The app root. * @param array $module_list * An associative array whose keys are the names of installed modules and * whose values are Extension class parameters. This is normally the * %container.modules% parameter being set up by DrupalKernel. * @param \Drupal\Core\Cache\CacheBackendInterface $cache_backend * Cache backend for storing module hook implementation information. * * @see \Drupal\Core\DrupalKernel * @see \Drupal\Core\CoreServiceProvider */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:110
- ⧉public load($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:122
- ⧉public loadAll() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:138
- ⧉public reload() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:150
- ⧉public isLoaded() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:158
- ⧉public getModuleList() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:165
- ⧉public getModule($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:172
- ⧉public setModuleList(array $module_list = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:182
- ⧉public addModule($name, $path) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:192
- ⧉public addProfile($name, $path) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:199
- ⧉public buildModuleDependencies(array $modules) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:223
- ⧉public moduleExists($module) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:246
- ⧉public loadAllIncludes($type, $name = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:253
- ⧉public loadInclude($module, $type, $name = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:262
- ⧉public getHookInfo() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:290
- ⧉public getImplementations($hook) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:327
- ⧉public writeCache() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:336
- ⧉public resetImplementations() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:346
- ⧉public hasImplementations(string $hook, $modules = null): bool {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:368
- ⧉public implementsHook($module, $hook) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:394
- ⧉public invokeAllWith(string $hook, callable $callback): void {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:402
- ⧉public invoke($module, $hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:412
- ⧉public invokeAll($hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:423
- ⧉public invokeDeprecated($description, $module, $hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:440
- ⧉public invokeAllDeprecated($description, $hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:449
- ⧉public alter($type, &$data, &$context1 = null, &$context2 = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:477
- ⧉public alterDeprecated($description, $type, &$data, &$context1 = null, &$context2 = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:569
- ⧉public getModuleDirectories() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:725
- ⧉public getName($module) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:736
- ⧉protected add($type, $name, $path) Adds a module or profile to the list of currently active modules.
/** * Adds a module or profile to the list of currently active modules. * * @param string $type * The extension type; either 'module' or 'profile'. * @param string $name * The module name; e.g., 'node'. * @param string $path * The module path; e.g., 'core/modules/node'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:213
- ⧉protected buildHookInfo() Builds hook_hook_info() information.
/** * Builds hook_hook_info() information. * * @see \Drupal\Core\Extension\ModuleHandler::getHookInfo() */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:308
- ⧉protected getImplementationInfo($hook): mixed[] Provides information about modules' implementations of a hook.
/** * Provides information about modules' implementations of a hook. * * @param string $hook * The name of the hook (e.g. "help" or "menu"). * * @return mixed[] * An array whose keys are the names of the modules which are implementing * this hook and whose values are either a string identifying a file in * which the implementation is to be found, or FALSE, if the implementation * is in the module file. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:600
- ⧉protected buildImplementationInfo($hook): mixed[] Builds hook implementation information for a given hook name.
/** * Builds hook implementation information for a given hook name. * * @param string $hook * The name of the hook (e.g. "help" or "menu"). * * @return mixed[] * An array whose keys are the names of the modules which are implementing * this hook and whose values are either a string identifying a file in * which the implementation is to be found, or FALSE, if the implementation * is in the module file. * * @throws \RuntimeException * Exception thrown when an invalid implementation is added by * hook_module_implements_alter(). * * @see \Drupal\Core\Extension\ModuleHandler::getImplementationInfo() */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:646
- ⧉protected verifyImplementations(&$implementations, $hook): bool Verifies an array of implementations loaded from cache.
/** * Verifies an array of implementations loaded from cache. * * Verification is done by including the lazy-loaded $module.$group.inc file, * and checking function_exists(). * * @param string[] $implementations * Implementation "group" by module name. * @param string $hook * The hook name. * * @return bool * TRUE, if all implementations exist. * FALSE, if one or more implementations don't exist and need to be removed * from the cache. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:697
- ⧉private triggerDeprecationError($description, $hook) Triggers an E_USER_DEPRECATED error if any module implements the hook.
/** * Triggers an E_USER_DEPRECATED error if any module implements the hook. * * @param string $description * Helpful text describing what to do instead of implementing this hook. * @param string $hook * The name of the hook. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:463
- protected defaults -> array (0)
- protected pluginDefinitionAnnotationName -> string (34) "Drupal\Component\Annotation\Plugin"
- protected pluginInterface -> string (34) "Drupal\Core\Entity\EntityInterface"
- ⧉protected namespaces -> ArrayObject (0)
- Available methods (25)
- Static class properties (2)
- public __construct(object|array $array = array(), int $flags0, string $iteratorClass = 'ArrayIterator')
- public offsetExists(?mixed $key)
- public offsetGet(?mixed $key)
- public offsetUnset(?mixed $key)
- public append(?mixed $value)
- public getArrayCopy()
- public count()
- public getFlags()
- public setFlags(int $flags)
- public asort(int $flags0)
- public ksort(int $flags0)
- public uasort(callable $callback)
- public uksort(callable $callback)
- public natsort()
- public natcasesort()
- public unserialize(string $data)
- public serialize()
- public __serialize()
- public __unserialize(array $data)
- public getIterator()
- public getIteratorClass()
- public __debugInfo()
- ⇄const STD_PROP_LIST :: integer 1\ArrayObject::STD_PROP_LIST
- ⇄const ARRAY_AS_PROPS :: integer 2\ArrayObject::ARRAY_AS_PROPS
- ⇄const STD_PROP_LIST :: integer 1
- protected additionalAnnotationNamespaces -> array (0)
- ⧉protected definitions -> array (57)
- ⧉block => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉block_content_type => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉block_content => Drupal\Core\Entity\ContentEntityType (40) Depth Limit
- ⧉comment_type => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉comment => Drupal\Core\Entity\ContentEntityType (40) Depth Limit
- ⧉config_split => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉contact_form => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉contact_message => Drupal\Core\Entity\ContentEntityType (40) Depth Limit
- ⧉editor => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉embed_button => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉entity_browser => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉entity_embed_fake_entity => Drupal\Core\Entity\ContentEntityType (40) Depth Limit
- ⧉field_config => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉field_storage_config => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉file => Drupal\Core\Entity\ContentEntityType (40) Depth Limit
- ⧉filter_format => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉image_style => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉imce_profile => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉configurable_language => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉language_content_settings => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉linkit_profile => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉media_type => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉media => Drupal\Core\Entity\ContentEntityType (40) Depth Limit
- ⧉menu_link_content => Drupal\Core\Entity\ContentEntityType (40) Depth Limit
- ⧉migration_group => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉migration => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉node_type => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉node => Drupal\Core\Entity\ContentEntityType (40) Depth Limit
- ⧉path_alias => Drupal\Core\Entity\ContentEntityType (40) Depth Limit
- ⧉redirect => Drupal\Core\Entity\ContentEntityType (40) Depth Limit
- ⧉search_page => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉shortcut => Drupal\Core\Entity\ContentEntityType (40) Depth Limit
- ⧉shortcut_set => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉menu => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉action => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉taxonomy_term => Drupal\Core\Entity\ContentEntityType (40) Depth Limit
- ⧉taxonomy_vocabulary => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉tour => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉user => Drupal\Core\Entity\ContentEntityType (40) Depth Limit
- ⧉user_role => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉webform_options => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉webform_submission => Drupal\Core\Entity\ContentEntityType (40) Depth Limit
- ⧉webform => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉webform_access_type => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉webform_access_group => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉webform_options_custom => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉pathauto_pattern => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉view => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉paragraphs_type => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉paragraph => Drupal\Core\Entity\ContentEntityType (40) Depth Limit
- ⧉cookie_category => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉date_format => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉base_field_override => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉entity_view_mode => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉entity_form_mode => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉entity_view_display => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉entity_form_display => Drupal\Core\Config\Entity\ConfigEntityType (43) Depth Limit
- ⧉protected cacheBackend -> Drupal\Core\Cache\DatabaseBackend (4)
- Properties (4)
- Available methods (20)
- Static class properties (3)
- protected maxRows -> integer 5000
- protected bin -> string (15) "cache_discovery"
- ⧉protected connection -> Drupal\mysql\Driver\Database\mysql\Connection (24) Depth Limit
- ⧉protected checksumProvider -> Drupal\Core\Cache\DatabaseCacheTagsChecksum (4) Depth Limit
- ⧉public __construct(Drupal\Core\Database\Connection $connection, Drupal\Core\Cache\CacheTagsChecksumInterface $checksum_provider, $bin, $max_rows = null) Constructs a DatabaseBackend object.
/** * Constructs a DatabaseBackend object. * * @param \Drupal\Core\Database\Connection $connection * The database connection. * @param \Drupal\Core\Cache\CacheTagsChecksumInterface $checksum_provider * The cache tags checksum provider. * @param string $bin * The cache bin for which the object is created. * @param int $max_rows * (optional) The maximum number of rows that are allowed in this cache bin * table. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:77
- ⧉public get($cid, $allow_invalid = false) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:90
- ⧉public getMultiple(&$cids, $allow_invalid = false) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:99
- ⧉public set($cid, $data, $expire = -1, array $tags = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:176
- ⧉public setMultiple(array $items) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:189
- ⧉public delete($cid) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:279
- ⧉public deleteMultiple(array $cids) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:286
- ⧉public deleteAll() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:309
- ⧉public invalidate($cid) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:326
- ⧉public invalidateMultiple(array $cids) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:333
- ⧉public invalidateAll() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:352
- ⧉public garbageCollection() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:366
- ⧉public removeBin() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:399
- ⧉public schemaDefinition() Defines the schema for the {cache_*} bin tables.
/** * Defines the schema for the {cache_*} bin tables. * * @internal */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:478
- ⧉public getMaxRows(): int The maximum number of rows that this cache bin table is allowed to store.
/** * The maximum number of rows that this cache bin table is allowed to store. * * @return int */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:544
- ⧉protected prepareItem($cache, $allow_invalid): mixed|false Prepares a cached item.
/** * Prepares a cached item. * * Checks that items are either permanent or did not expire, and unserializes * data as appropriate. * * @param object $cache * An item loaded from self::get() or self::getMultiple(). * @param bool $allow_invalid * If FALSE, the method returns FALSE if the cache item is not valid. * * @return mixed|false * The item with data unserialized as appropriate and a property indicating * whether the item is valid, or FALSE if there is no valid item to load. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:146
- ⧉protected doSetMultiple(array $items) Stores multiple items in the persistent cache.
/** * Stores multiple items in the persistent cache. * * @param array $items * An array of cache items, keyed by cid. * * @see \Drupal\Core\Cache\CacheBackendInterface::setMultiple() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:217
- ⧉protected ensureBinExists() Check if the cache bin exists and create it if not.
/** * Check if the cache bin exists and create it if not. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:411
- ⧉protected catchException(Exception $e, $table_name = null) Act on an exception when cache might be stale.
/** * Act on an exception when cache might be stale. * * If the table does not yet exist, that's fine, but if the table exists and * yet the query failed, then the cache is stale and the exception needs to * propagate. * * @param $e * The exception. * @param string|null $table_name * The table name. Defaults to $this->bin. * * @throws \Exception */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:443
- ⧉protected normalizeCid($cid): string Normalizes a cache ID in order to comply with database limitations.
/** * Normalizes a cache ID in order to comply with database limitations. * * @param string $cid * The passed in cache ID. * * @return string * An ASCII-encoded cache ID that is at most 255 characters long. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:458
- ⇄const DEFAULT_MAX_ROWS :: integer 5000\Drupal\Core\Cache\DatabaseBackend::DEFAULT_MAX_ROWS
- ⇄const MAXIMUM_NONE :: integer -1\Drupal\Core\Cache\DatabaseBackend::MAXIMUM_NONE
- ⇄const CACHE_PERMANENT :: integer -1\Drupal\Core\Cache\DatabaseBackend::CACHE_PERMANENT
- ⇄const DEFAULT_MAX_ROWS :: integer 5000
- protected useCaches -> boolean true
- ⧉protected handlers -> array (2)
- ⧉storage => array (3) Depth Limit
- ⧉view_builder => array (1) Depth Limit
- ⧉protected stringTranslation -> Drupal\Core\StringTranslation\TranslationManager (3)
- Properties (3)
- Available methods (10)
- ⧉protected translators -> array (2) Depth Limit
- protected sortedTranslators -> null
- protected defaultLangcode -> string (2) "cs"
- ⧉public __construct(Drupal\Core\Language\LanguageDefault $default_language) Constructs a TranslationManager object.
/** * Constructs a TranslationManager object. * * @param \Drupal\Core\Language\LanguageDefault $default_language * The default language. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:52
- ⧉public addTranslator(Drupal\Core\StringTranslation\Translator\TranslatorInterface $translator, $priority0): $this Appends a translation system to the translation chain.
/** * Appends a translation system to the translation chain. * * @param \Drupal\Core\StringTranslation\Translator\TranslatorInterface $translator * The translation interface to be appended to the translation chain. * @param int $priority * The priority of the logger being added. * * @return $this */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:66
- ⧉public getStringTranslation($langcode, $string, $context) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:87
- ⧉public translate($string, array $args = array(), array $options = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:104
- ⧉public translateString(Drupal\Core\StringTranslation\TranslatableMarkup $translated_string) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:111
- ⧉public formatPlural($count, $singular, $plural, array $args = array(), array $options = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:147
- ⧉public setDefaultLangcode($langcode) Sets the default langcode.
/** * Sets the default langcode. * * @param string $langcode * A language code. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:157
- ⧉public reset() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:164
- ⧉protected sortTranslators(): \Drupal\Core\StringTranslation\Translator\TranslatorInterface[] Sorts translators according to priority.
/** * Sorts translators according to priority. * * @return \Drupal\Core\StringTranslation\Translator\TranslatorInterface[] * A sorted array of translator objects. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:79
- ⧉protected doTranslate($string, array $options = array()): string Translates a string to the current language or to a given language.
/** * Translates a string to the current language or to a given language. * * @param string $string * A string containing the English text to translate. * @param array $options * An associative array of additional options, with the following elements: * - 'langcode': The language code to translate to a language other than * what is used to display the page. * - 'context': The context the source string belongs to. * * @return string * The translated string. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:129
- ⧉protected classResolver -> Drupal\Core\DependencyInjection\ClassResolver (3)
- Properties (3)
- Available methods (4)
- protected _serviceIds -> array (0)
- protected _entityStorages -> array (0)
- ⧉protected container -> Drupal\Core\DependencyInjection\Container Blacklisted
- ⧉public getInstanceFromDefinition($definition) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/ClassResolver.php:18
- ⧉public setContainer(?Symfony\Component\DependencyInjection\ContainerInterface $container = null)
Defined in .../symfony/dependency-injection/ContainerAwareTrait.php:26
- ⧉public __sleep() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:33
- ⧉public __wakeup() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:74
- ⧉protected entityLastInstalledSchemaRepository -> Drupal\Core\Entity\EntityLastInstalledSchemaRepository (3)
- Properties (3)
- Available methods (9)
- ⧉protected keyValueFactory -> Drupal\Core\KeyValueStore\KeyValueFactory (3) Depth Limit
- ⧉protected cacheBackend -> Drupal\Core\Cache\DatabaseBackend (4) Depth Limit
- ⧉protected entityTypeDefinitions -> array (57) Depth Limit
- ⧉public __construct(Drupal\Core\KeyValueStore\KeyValueFactoryInterface $key_value_factory, ?Drupal\Core\Cache\CacheBackendInterface $cache = null) Constructs a new EntityLastInstalledSchemaRepository.
/** * Constructs a new EntityLastInstalledSchemaRepository. * * @param \Drupal\Core\KeyValueStore\KeyValueFactoryInterface $key_value_factory * The key-value factory. * @param \Drupal\Core\Cache\CacheBackendInterface $cache * The cache backend. */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php:44
- ⧉public getLastInstalledDefinition($entity_type_id) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php:56
- ⧉public getLastInstalledDefinitions() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php:63
- ⧉public setLastInstalledDefinition(Drupal\Core\Entity\EntityTypeInterface $entity_type) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php:95
- ⧉public deleteLastInstalledDefinition($entity_type_id) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php:106
- ⧉public getLastInstalledFieldStorageDefinitions($entity_type_id) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php:120
- ⧉public setLastInstalledFieldStorageDefinitions($entity_type_id, array $storage_definitions) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php:132
- ⧉public setLastInstalledFieldStorageDefinition(Drupal\Core\Field\FieldStorageDefinitionInterface $storage_definition) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php:140
- ⧉public deleteLastInstalledFieldStorageDefinition(Drupal\Core\Field\FieldStorageDefinitionInterface $storage_definition) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php:150
- ⧉protected container -> Drupal\Core\DependencyInjection\Container Blacklisted
- ⧉public setContainer(?Symfony\Component\DependencyInjection\ContainerInterface $container = null)
Defined in .../symfony/dependency-injection/ContainerAwareTrait.php:26
- ⧉public __construct(Traversable $namespaces, Drupal\Core\Extension\ModuleHandlerInterface $module_handler, Drupal\Core\Cache\CacheBackendInterface $cache, Drupal\Core\StringTranslation\TranslationInterface $string_translation, Drupal\Core\DependencyInjection\ClassResolverInterface $class_resolver, Drupal\Core\Entity\EntityLastInstalledSchemaRepositoryInterface $entity_last_installed_schema_repository) Constructs a new Entity plugin manager.
/** * Constructs a new Entity plugin manager. * * @param \Traversable $namespaces * An object that implements \Traversable which contains the root paths * keyed by the corresponding namespace to look for plugin implementations, * @param \Drupal\Core\Extension\ModuleHandlerInterface $module_handler * The module handler. * @param \Drupal\Core\Cache\CacheBackendInterface $cache * The cache backend to use. * @param \Drupal\Core\StringTranslation\TranslationInterface $string_translation * The string translation. * @param \Drupal\Core\DependencyInjection\ClassResolverInterface $class_resolver * The class resolver. * @param \Drupal\Core\Entity\EntityLastInstalledSchemaRepositoryInterface $entity_last_installed_schema_repository * The entity last installed schema repository. */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:85
- ⧉public processDefinition(&$definition, $plugin_id) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:100
- ⧉public getDefinition($entity_type_id, $exception_on_invalid = true) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:131
- ⧉public getActiveDefinition($entity_type_id): \Drupal\Core\Entity\EntityTypeInterface Gets the active definition for a content entity type.
/** * Gets the active definition for a content entity type. * * @param string $entity_type_id * The entity type ID. * * @return \Drupal\Core\Entity\EntityTypeInterface * The active entity type definition. * * @internal */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:153
- ⧉public clearCachedDefinitions() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:161
- ⧉public useCaches($use_caches = false) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:169
- ⧉public hasHandler($entity_type_id, $handler_type) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:180
- ⧉public getStorage($entity_type_id) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:191
- ⧉public getListBuilder($entity_type_id) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:198
- ⧉public getFormObject($entity_type_id, $operation) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:205
- ⧉public getRouteProviders($entity_type_id) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:222
- ⧉public getViewBuilder($entity_type_id) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:237
- ⧉public getAccessControlHandler($entity_type_id) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:244
- ⧉public getHandler($entity_type_id, $handler_type) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:251
- ⧉public createHandlerInstance($class, ?Drupal\Core\Entity\EntityTypeInterface $definition = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:267
- ⧉public hasDefinition($plugin_id) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php:59
- ⧉public setCacheBackend(Drupal\Core\Cache\CacheBackendInterface $cache_backend, $cache_key, array $cache_tags = array()) Initialize the cache backend.
/** * Initialize the cache backend. * * Plugin definitions are cached using the provided cache backend. * * @param \Drupal\Core\Cache\CacheBackendInterface $cache_backend * Cache backend instance to use. * @param string $cache_key * Cache key prefix to use. * @param array $cache_tags * (optional) When providing a list of cache tags, the cached plugin * definitions are tagged with the provided cache tags. These cache tags can * then be used to clear the corresponding cached plugin definitions. Note * that this should be used with care! For clearing all cached plugin * definitions of a plugin manager, call that plugin manager's * clearCachedDefinitions() method. Only use cache tags when cached plugin * definitions should be cleared along with other, related cache entries. */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:157
- ⧉public getDefinitions() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:178
- ⧉public getCacheContexts() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:357
- ⧉public getCacheTags() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:364
- ⧉public getCacheMaxAge() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:371
- ⧉public createInstance($plugin_id, array $configuration = array()) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Component\Plugin\PluginManagerBase Defined in <ROOT>/core/lib/Drupal/Component/Plugin/PluginManagerBase.php:71
- ⧉public getInstance(array $options) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Component\Plugin\PluginManagerBase Defined in <ROOT>/core/lib/Drupal/Component/Plugin/PluginManagerBase.php:106
- ⧉protected findDefinitions() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:115
- ⧉protected cacheGet($cid): object|false Fetches from the cache backend, respecting the use caches flag.
/** * Fetches from the cache backend, respecting the use caches flag. * * @param string $cid * The cache ID of the data to retrieve. * * @return object|false * The cache item or FALSE on failure. * * @see \Drupal\Core\Cache\CacheBackendInterface::get() */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Cache/UseCacheBackendTrait.php:35
- ⧉protected doGetDefinition(array $definitions, $plugin_id, $exception_on_invalid): array|null Gets a specific plugin definition.
/** * Gets a specific plugin definition. * * @param array $definitions * An array of the available plugin definitions. * @param string $plugin_id * A plugin id. * @param bool $exception_on_invalid * If TRUE, an invalid plugin ID will cause an exception to be thrown; if * FALSE, NULL will be returned. * * @return array|null * A plugin definition, or NULL if the plugin ID is invalid and * $exception_on_invalid is TRUE. * * @throws \Drupal\Component\Plugin\Exception\PluginNotFoundException * Thrown if $plugin_id is invalid and $exception_on_invalid is TRUE. */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php:43
- ⧉protected cacheSet($cid, $data, $expire = -1, array $tags = array()) Stores data in the persistent cache, respecting the use caches flag.
/** * Stores data in the persistent cache, respecting the use caches flag. * * @param string $cid * The cache ID of the data to store. * @param mixed $data * The data to store in the cache. * Some storage engines only allow objects up to a maximum of 1MB in size to * be stored by default. When caching large arrays or similar, take care to * ensure $data does not exceed this size. * @param int $expire * One of the following values: * - CacheBackendInterface::CACHE_PERMANENT: Indicates that the item should * not be removed unless it is deleted explicitly. * - A Unix timestamp: Indicates that the item will be considered invalid * after this time, i.e. it will not be returned by get() unless * $allow_invalid has been set to TRUE. When the item has expired, it may * be permanently deleted by the garbage collector at any time. * @param array $tags * An array of tags to be stored with the cache item. These should normally * identify objects used to build the cache item, which should trigger * cache invalidation when updated. For example if a cached item represents * a node, both the node ID and the author's user ID might be passed in as * tags. For example array('node' => array(123), 'user' => array(92)). * * @see \Drupal\Core\Cache\CacheBackendInterface::set() */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Cache/UseCacheBackendTrait.php:69
- ⧉protected alterInfo($alter_hook) Sets the alter hook name.
/** * Sets the alter hook name. * * @param string $alter_hook * Name of the alter hook; for example, to invoke * hook_mymodule_data_alter() pass in "mymodule_data". */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:171
- ⧉protected getCachedDefinitions(): array|null Returns the cached plugin definitions of the decorated discovery class.
/** * Returns the cached plugin definitions of the decorated discovery class. * * @return array|null * On success this will return an array of plugin definitions. On failure * this should return NULL, indicating to other methods that this has not * yet been defined. Success with no values should return as an empty array * and would actually be returned by the getDefinitions() method. */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:212
- ⧉protected setCachedDefinitions($definitions) Sets a cache of plugin definitions for the decorated discovery class.
/** * Sets a cache of plugin definitions for the decorated discovery class. * * @param array $definitions * List of definitions to store in cache. */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:225
- ⧉protected getDiscovery() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:266
- ⧉protected getFactory() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:277
- ⧉protected extractProviderFromDefinition($plugin_definition): string|null Extracts the provider from a plugin definition.
/** * Extracts the provider from a plugin definition. * * @param mixed $plugin_definition * The plugin definition. Usually either an array or an instance of * \Drupal\Component\Plugin\Definition\PluginDefinitionInterface * * @return string|null * The provider string, if it exists. NULL otherwise. */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:317
- ⧉protected alterDefinitions(&$definitions) Invokes the hook to alter the definitions if the alter hook is set.
/** * Invokes the hook to alter the definitions if the alter hook is set. * * @param $definitions * The discovered plugin definitions. */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:338
- ⧉protected providerExists($provider): bool Determines if the provider of a definition exists.
/** * Determines if the provider of a definition exists. * * @return bool * TRUE if provider exists, FALSE otherwise. */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:350
- ⧉protected handlePluginNotFound($plugin_id, array $configuration): object Allows plugin managers to specify custom behavior if a plugin is not found.
/** * Allows plugin managers to specify custom behavior if a plugin is not found. * * @param string $plugin_id * The ID of the missing requested plugin. * @param array $configuration * An array of configuration relevant to the plugin instance. * * @return object * A fallback plugin instance. */ Inherited from Drupal\Component\Plugin\PluginManagerBase Defined in <ROOT>/core/lib/Drupal/Component/Plugin/PluginManagerBase.php:98
- ⧉protected moduleHandler -> Drupal\Core\Extension\ModuleHandler (11)
- Properties (11)
- Available methods (35)
- ⧉protected loadedFiles -> array (157)
- action => boolean true
- actions_permissions => boolean true
- admin_toolbar => boolean true
- anchor_link => boolean true
- automated_cron => boolean true
- bean_migrate => boolean true
- better_exposed_filters => boolean true
- big_pipe => boolean true
- block => boolean true
- block_content => boolean true
- block_content_permissions => boolean true
- breakpoint => boolean true
- ck5_extra_plugins => boolean true
- ckeditor5 => boolean true
- ckeditor5_font => boolean true
- ckeditor5_inline_style => boolean true
- comment => boolean true
- config => boolean true
- config_filter => boolean true
- config_ignore => boolean true
- config_inspector => boolean true
- config_split => boolean true
- config_translation => boolean true
- config_update => boolean true
- config_update_ui => boolean true
- contact => boolean true
- contextual => boolean true
- custom_media_library => boolean true
- date_all_day => boolean true
- datetime => boolean true
- datetime_range => boolean true
- dblog => boolean true
- devel => boolean true
- devel_entity_updates => boolean true
- devel_kint_extras => boolean true
- draggableviews => boolean true
- dropzonejs => boolean true
- dropzonejs_eb_widget => boolean true
- dynamic_page_cache => boolean true
- edit_panel => boolean true
- editor => boolean true
- editor_advanced_link => boolean true
- embed => boolean true
- entity_browser => boolean true
- entity_browser_entity_form => boolean true
- entity_embed => boolean true
- entity_reference_revisions => boolean true
- entity_usage => boolean true
- field => boolean true
- field_group => boolean true
- field_group_migrate => boolean true
- field_ui => boolean true
- file => boolean true
- filter => boolean true
- filter_html_inline_style => boolean true
- fitvids => boolean true
- gin_toolbar => boolean true
- glightbox => boolean true
- help => boolean true
- history => boolean true
- image => boolean true
- imce => boolean true
- inline_entity_form => boolean true
- inline_form_errors => boolean true
- jquery_ui => boolean true
- jquery_ui_datepicker => boolean true
- jquery_ui_slider => boolean true
- jquery_ui_touch_punch => boolean true
- language => boolean true
- link => boolean true
- linkit => boolean true
- locale => boolean true
- masquerade => boolean true
- media => boolean true
- media_library => boolean true
- media_library_edit => boolean true
- media_migration => boolean true
- media_migration_tools => boolean true
- menu_block => boolean true
- menu_firstchild => boolean true
- menu_link_content => boolean true
- menu_ui => boolean true
- migmag => boolean true
- migmag_process => boolean true
- migrate => boolean true
- migrate_conditions => boolean true
- migrate_devel => boolean true
- migrate_drupal => boolean true
- migrate_drupal_ui => boolean true
- migrate_file => boolean true
- migrate_plus => boolean true
- migrate_process_array => boolean true
- migrate_process_extra => boolean true
- migrate_process_skip => boolean true
- migrate_process_trim => boolean true
- migrate_sandbox => boolean true
- migrate_tools => boolean true
- migrate_upgrade => boolean true
- mysql => boolean true
- node => boolean true
- oidc => boolean true
- options => boolean true
- owlcarousel => boolean true
- page_cache => boolean true
- path => boolean true
- path_alias => boolean true
- potx => boolean true
- redirect => boolean true
- robo => boolean true
- robo_migrate => boolean true
- robo_migrate_bean => boolean true
- robo_migrate_others => boolean true
- robo_migrate_system => boolean true
- search => boolean true
- shortcut => boolean true
- smart_sql_idmap => boolean true
- smart_trim => boolean true
- spamspan => boolean true
- string_field_formatter => boolean true
- svg_image => boolean true
- system => boolean true
- taxonomy => boolean true
- text => boolean true
- timer_block => boolean true
- token => boolean true
- token_filter => boolean true
- toolbar => boolean true
- tour => boolean true
- twig_real_content => boolean true
- update => boolean true
- upgrade_status => boolean true
- user => boolean true
- video_embed_field => boolean true
- views_bulk_operations => boolean true
- views_migration => boolean true
- views_ui => boolean true
- webform => boolean true
- webform_access => boolean true
- webform_devel => boolean true
- webform_location_places => boolean true
- webform_migrate => boolean true
- webform_node => boolean true
- webform_options_custom => boolean true
- webform_submission_export_import => boolean true
- webform_submission_log => boolean true
- webform_templates => boolean true
- webform_ui => boolean true
- yaml_editor => boolean true
- menu_admin_per_menu => boolean true
- pathauto => boolean true
- content_translation => boolean true
- externalauth => boolean true
- views => boolean true
- paragraphs => boolean true
- linked_field => boolean true
- standard => boolean true
- eu_cookie_compliance => boolean true
- ⧉protected moduleList -> array (157)
- ⧉action => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉actions_permissions => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉admin_toolbar => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉anchor_link => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉automated_cron => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉bean_migrate => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉better_exposed_filters => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉big_pipe => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉block => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉block_content => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉block_content_permissions => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉breakpoint => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉ck5_extra_plugins => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉ckeditor5 => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉ckeditor5_font => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉ckeditor5_inline_style => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉comment => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉config => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉config_filter => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉config_ignore => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉config_inspector => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉config_split => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉config_translation => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉config_update => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉config_update_ui => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉contact => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉contextual => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉custom_media_library => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉date_all_day => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉datetime => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉datetime_range => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉dblog => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉devel => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉devel_entity_updates => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉devel_kint_extras => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉draggableviews => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉dropzonejs => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉dropzonejs_eb_widget => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉dynamic_page_cache => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉edit_panel => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉editor => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉editor_advanced_link => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉embed => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉entity_browser => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉entity_browser_entity_form => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉entity_embed => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉entity_reference_revisions => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉entity_usage => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉field => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉field_group => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉field_group_migrate => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉field_ui => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉file => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉filter => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉filter_html_inline_style => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉fitvids => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉gin_toolbar => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉glightbox => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉help => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉history => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉image => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉imce => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉inline_entity_form => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉inline_form_errors => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉jquery_ui => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉jquery_ui_datepicker => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉jquery_ui_slider => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉jquery_ui_touch_punch => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉language => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉link => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉linkit => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉locale => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉masquerade => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉media => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉media_library => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉media_library_edit => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉media_migration => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉media_migration_tools => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉menu_block => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉menu_firstchild => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉menu_link_content => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉menu_ui => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migmag => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migmag_process => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migrate => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migrate_conditions => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migrate_devel => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migrate_drupal => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migrate_drupal_ui => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migrate_file => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migrate_plus => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migrate_process_array => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migrate_process_extra => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migrate_process_skip => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migrate_process_trim => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migrate_sandbox => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migrate_tools => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migrate_upgrade => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉mysql => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉node => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉oidc => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉options => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉owlcarousel => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉page_cache => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉path => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉path_alias => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉potx => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉redirect => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉robo => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉robo_migrate => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉robo_migrate_bean => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉robo_migrate_others => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉robo_migrate_system => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉search => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉shortcut => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉smart_sql_idmap => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉smart_trim => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉spamspan => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉string_field_formatter => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉svg_image => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉system => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉taxonomy => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉text => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉timer_block => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉token => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉token_filter => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉toolbar => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉tour => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉twig_real_content => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉update => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉upgrade_status => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉user => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉video_embed_field => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉views_bulk_operations => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉views_migration => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉views_ui => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉webform => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉webform_access => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉webform_devel => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉webform_location_places => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉webform_migrate => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉webform_node => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉webform_options_custom => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉webform_submission_export_import => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉webform_submission_log => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉webform_templates => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉webform_ui => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉yaml_editor => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉menu_admin_per_menu => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉pathauto => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉content_translation => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉externalauth => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉views => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉paragraphs => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉linked_field => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉standard => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉eu_cookie_compliance => Drupal\Core\Extension\Extension (5) Depth Limit
- protected loaded -> boolean true
- ⧉protected implementations -> array (682)
- ⧉module_implements_alter => array (5) Depth Limit
- ⧉config_schema_info_alter => array (4) Depth Limit
- entity_load => array (0)
- user_role_load => array (0)
- language_fallback_candidates_locale_lookup_alter => array (0)
- language_fallback_candidates_alter => array (0)
- ⧉webform_help_info => array (6) Depth Limit
- webform_help_info_alter => array (0)
- config_filter_info_alter => array (0)
- config_ignore_settings_alter => array (0)
- ⧉system_info_alter => array (2) Depth Limit
- ⧉config_import_steps_alter => array (1) Depth Limit
- ⧉filter_format_load => array (1) Depth Limit
- ⧉filter_info_alter => array (1) Depth Limit
- ⧉filter_format_presave => array (1) Depth Limit
- ⧉entity_presave => array (2) Depth Limit
- filter_format_update => array (0)
- ⧉entity_update => array (4) Depth Limit
- query_alter => array (0)
- query_entity_query_alter => array (0)
- query_entity_query_block_content_alter => array (0)
- entity_preload => array (0)
- query_block_content_load_multiple_alter => array (0)
- ⧉entity_bundle_field_info => array (1) Depth Limit
- field_config_load => array (0)
- entity_bundle_field_info_alter => array (0)
- ⧉entity_field_storage_info => array (1) Depth Limit
- field_storage_config_load => array (0)
- entity_field_storage_info_alter => array (0)
- ⧉entity_storage_load => array (1) Depth Limit
- block_content_storage_load => array (0)
- block_content_load => array (0)
- language_types_info => array (0)
- ⧉language_types_info_alter => array (2) Depth Limit
- user_load => array (0)
- query_node_load_multiple_alter => array (0)
- base_field_override_load => array (0)
- node_storage_load => array (0)
- node_load => array (0)
- ⧉entity_access => array (1) Depth Limit
- ⧉node_access => array (2) Depth Limit
- node_grants => array (0)
- entity_view_mode_alter => array (0)
- ⧉theme => array (42) Depth Limit
- views_plugins_pager_alter => array (0)
- ⧉views_data => array (7) Depth Limit
- action_load => array (0)
- search_page_load => array (0)
- ⧉field_views_data => array (6) Depth Limit
- comment_type_load => array (0)
- ⧉field_views_data_alter => array (1) Depth Limit
- ⧉views_data_alter => array (10) Depth Limit
- language_content_settings_load => array (0)
- views_plugins_row_alter => array (0)
- views_plugins_style_alter => array (0)
- views_plugins_exposed_form_alter => array (0)
- ⧉theme_registry_alter => array (6) Depth Limit
- entity_view_mode_load => array (0)
- entity_view_mode_info_alter => array (0)
- node_build_defaults_alter => array (0)
- entity_build_defaults_alter => array (0)
- ⧉entity_extra_field_info => array (7) Depth Limit
- node_type_load => array (0)
- entity_extra_field_info_alter => array (0)
- ⧉field_formatter_info_alter => array (2) Depth Limit
- entity_view_display_load => array (0)
- ⧉entity_view_display_alter => array (1) Depth Limit
- entity_prepare_view => array (0)
- ⧉entity_field_access => array (1) Depth Limit
- entity_field_access_alter => array (0)
- query_user_load_multiple_alter => array (0)
- user_storage_load => array (0)
- user_access => array (0)
- date_format_load => array (0)
- ⧉entity_display_build_alter => array (1) Depth Limit
- node_view => array (0)
- ⧉entity_view => array (1) Depth Limit
- ⧉node_view_alter => array (2) Depth Limit
- ⧉entity_view_alter => array (2) Depth Limit
- ⧉theme_suggestions_field => array (1) Depth Limit
- ⧉theme_suggestions_alter => array (2) Depth Limit
- theme_suggestions_field_alter => array (0)
- ⧉template_preprocess_default_variables_alter => array (1) Depth Limit
- element_plugin_alter => array (0)
- ⧉element_info_alter => array (8) Depth Limit
- ⧉theme_suggestions_node => array (1) Depth Limit
- ⧉theme_suggestions_node_alter => array (1) Depth Limit
- theme_suggestions_username => array (0)
- theme_suggestions_username_alter => array (0)
- ⧉user_format_name_alter => array (1) Depth Limit
- ⧉node_links_alter => array (1) Depth Limit
- theme_suggestions_links => array (0)
- theme_suggestions_links_alter => array (0)
- display_variant_plugin_alter => array (0)
- block_load => array (0)
- block_access => array (0)
- menu_load => array (0)
- view_load => array (0)
- views_plugins_argument_alter => array (0)
- ⧉views_plugins_argument_validator_alter => array (1) Depth Limit
- block_alter => array (0)
- condition_info_alter => array (0)
- webform_load => array (0)
- ⧉webform_access => array (1) Depth Limit
- webform_source_entity_info_alter => array (0)
- ⧉webform_access_rules => array (1) Depth Limit
- webform_access_rules_alter => array (0)
- ⧉block_content_access => array (1) Depth Limit
- block_build_alter => array (0)
- block_build_system_branding_block_alter => array (0)
- block_build_system_menu_block_alter => array (0)
- block_build_timer_block_alter => array (0)
- block_build_block_content_alter => array (0)
- block_build_local_actions_block_alter => array (0)
- block_build_help_block_alter => array (0)
- block_build_system_messages_block_alter => array (0)
- block_build_local_tasks_block_alter => array (0)
- block_build_system_main_block_alter => array (0)
- ⧉block_view_alter => array (1) Depth Limit
- ⧉block_view_system_main_block_alter => array (1) Depth Limit
- block_build_views_block_alter => array (0)
- block_build_webform_block_alter => array (0)
- ⧉page_attachments => array (9) Depth Limit
- file_url_alter => array (0)
- eu_cookie_compliance_path_match_alter => array (0)
- eu_cookie_compliance_geoip_match_alter => array (0)
- eu_cookie_compliance_show_popup_alter => array (0)
- eu_cookie_compliance_cid_alter => array (0)
- token_entity_mapping_alter => array (0)
- theme_suggestions_eu_cookie_compliance_popup_info_consent_default => array (0)
- theme_suggestions_eu_cookie_compliance_popup_info_consent_default_alter => array (0)
- theme_suggestions_eu_cookie_compliance_withdraw => array (0)
- theme_suggestions_eu_cookie_compliance_withdraw_alter => array (0)
- ⧉page_attachments_alter => array (4) Depth Limit
- ⧉page_top => array (5) Depth Limit
- ⧉page_bottom => array (1) Depth Limit
- ⧉theme_suggestions_html => array (1) Depth Limit
- theme_suggestions_html_alter => array (0)
- ⧉block_view_system_menu_block_alter => array (1) Depth Limit
- query_menu_link_content_load_multiple_alter => array (0)
- menu_link_content_storage_load => array (0)
- menu_link_content_load => array (0)
- ⧉theme_suggestions_block => array (2) Depth Limit
- ⧉theme_suggestions_block_alter => array (1) Depth Limit
- ⧉theme_suggestions_menu => array (1) Depth Limit
- theme_suggestions_menu_alter => array (0)
- link_alter => array (0)
- ⧉theme_suggestions_region => array (1) Depth Limit
- theme_suggestions_region_alter => array (0)
- ⧉theme_suggestions_page => array (1) Depth Limit
- theme_suggestions_page_alter => array (0)
- block_view_system_branding_block_alter => array (0)
- menu_firstchild_item_alter => array (0)
- block_view_block_content_alter => array (0)
- block_content_build_defaults_alter => array (0)
- block_content_view => array (0)
- block_content_view_alter => array (0)
- field_group_content_element_keys_alter => array (0)
- ⧉field_group_pre_render => array (1) Depth Limit
- field_group_formatter_info_alter => array (0)
- field_group_pre_render_alter => array (0)
- ⧉field_group_build_pre_render_alter => array (1) Depth Limit
- theme_suggestions_field_group_html_element => array (0)
- theme_suggestions_field_group_html_element_alter => array (0)
- block_view_local_actions_block_alter => array (0)
- media_type_load => array (0)
- block_content_type_load => array (0)
- menu_local_actions_alter => array (0)
- ⧉block_view_help_block_alter => array (1) Depth Limit
- ⧉help => array (97) Depth Limit
- block_view_system_messages_block_alter => array (0)
- block_view_local_tasks_block_alter => array (0)
- entity_form_mode_load => array (0)
- entity_form_mode_info_alter => array (0)
- ⧉local_tasks_alter => array (7) Depth Limit
- ⧉menu_local_tasks_alter => array (4) Depth Limit
- theme_suggestions_menu_local_tasks => array (0)
- theme_suggestions_menu_local_tasks_alter => array (0)
- theme_suggestions_menu_local_task => array (0)
- theme_suggestions_menu_local_task_alter => array (0)
- block_view_views_block_alter => array (0)
- views_plugins_cache_alter => array (0)
- views_plugins_query_alter => array (0)
- views_pre_view => array (0)
- views_plugins_field_alter => array (0)
- views_plugins_sort_alter => array (0)
- views_plugins_filter_alter => array (0)
- ⧉views_pre_build => array (1) Depth Limit
- ⧉views_query_alter => array (1) Depth Limit
- ⧉views_query_substitutions => array (4) Depth Limit
- views_post_build => array (0)
- views_pre_execute => array (0)
- ⧉query_views_alter => array (1) Depth Limit
- query_views_news_alter => array (0)
- ⧉query_node_access_alter => array (1) Depth Limit
- views_post_execute => array (0)
- ⧉views_pre_render => array (3) Depth Limit
- ⧉views_post_render => array (1) Depth Limit
- theme_suggestions_views_view => array (0)
- theme_suggestions_views_view_alter => array (0)
- theme_suggestions_views_view_unformatted => array (0)
- theme_suggestions_views_view_unformatted_alter => array (0)
- query_media_load_multiple_alter => array (0)
- media_storage_load => array (0)
- media_load => array (0)
- media_access => array (0)
- media_build_defaults_alter => array (0)
- query_file_load_multiple_alter => array (0)
- file_storage_load => array (0)
- file_load => array (0)
- image_style_load => array (0)
- media_view => array (0)
- media_view_alter => array (0)
- ⧉theme_suggestions_media => array (1) Depth Limit
- ⧉media_source_info_alter => array (2) Depth Limit
- theme_suggestions_media_alter => array (0)
- theme_suggestions_image_formatter => array (0)
- theme_suggestions_image_formatter_alter => array (0)
- theme_suggestions_image_style => array (0)
- theme_suggestions_image_style_alter => array (0)
- image_effect_info_alter => array (0)
- theme_suggestions_image => array (0)
- theme_suggestions_image_alter => array (0)
- theme_suggestions_smart_trim => array (0)
- ⧉theme_suggestions_smart_trim_alter => array (1) Depth Limit
- theme_suggestions_container => array (0)
- ⧉theme_suggestions_container_alter => array (2) Depth Limit
- views_plugins_argument_default_alter => array (0)
- views_plugins_join_alter => array (0)
- query_views_download_alter => array (0)
- video_embed_field_provider_info_alter => array (0)
- theme_suggestions_video_embed_iframe => array (0)
- theme_suggestions_video_embed_iframe_alter => array (0)
- query_views_events_alter => array (0)
- query_views_sponsors_hp_alter => array (0)
- query_paragraph_access_alter => array (0)
- query_paragraph_load_multiple_alter => array (0)
- paragraph_storage_load => array (0)
- paragraph_load => array (0)
- theme_suggestions_views_view_field => array (0)
- theme_suggestions_views_view_field_alter => array (0)
- entity_view_display_create => array (0)
- entity_create => array (0)
- ⧉field_info_max_weight => array (1) Depth Limit
- theme_suggestions_owlcarousel_views => array (0)
- theme_suggestions_owlcarousel_views_alter => array (0)
- theme_suggestions_views_view_fields => array (0)
- theme_suggestions_views_view_fields_alter => array (0)
- block_view_webform_block_alter => array (0)
- webform_options_custom_load => array (0)
- webform_element_info_alter => array (0)
- ⧉filter_format_access => array (1) Depth Limit
- webform_element_default_properties_alter => array (0)
- webform_submission_field_values_init => array (0)
- entity_field_values_init => array (0)
- webform_submission_create => array (0)
- query_entity_query_webform_submission_alter => array (0)
- entity_form_mode_alter => array (0)
- entity_form_display_create => array (0)
- ⧉entity_form_display_alter => array (1) Depth Limit
- entity_prepare_form => array (0)
- webform_submission_prepare_form => array (0)
- webform_element_access => array (0)
- webform_element_alter => array (0)
- webform_element_processed_text_alter => array (0)
- webform_element_email_alter => array (0)
- webform_submission_form_alter => array (0)
- ⧉form_alter => array (14) Depth Limit
- form_webform_submission_webform_64_form_alter => array (0)
- form_webform_submission_webform_64_node_48_add_form_alter => array (0)
- ⧉theme_suggestions_webform_submission_form => array (1) Depth Limit
- theme_suggestions_webform_submission_form_alter => array (0)
- ⧉theme_suggestions_form_element => array (1) Depth Limit
- theme_suggestions_form_element_alter => array (0)
- theme_suggestions_form_element_label => array (0)
- theme_suggestions_form_element_label_alter => array (0)
- theme_suggestions_input => array (0)
- theme_suggestions_input_alter => array (0)
- theme_suggestions_webform_actions => array (0)
- theme_suggestions_webform_actions_alter => array (0)
- ⧉theme_suggestions_webform => array (1) Depth Limit
- theme_suggestions_webform_alter => array (0)
- theme_suggestions_spamspan_at_sign => array (0)
- theme_suggestions_spamspan_at_sign_alter => array (0)
- ⧉tokens => array (14) Depth Limit
- ⧉token_info => array (13) Depth Limit
- theme_suggestions_webform_element_more => array (0)
- theme_suggestions_webform_element_more_alter => array (0)
- ⧉token_info_alter => array (3) Depth Limit
- ⧉tokens_alter => array (1) Depth Limit
- theme_suggestions_off_canvas_page_wrapper => array (0)
- theme_suggestions_off_canvas_page_wrapper_alter => array (0)
- block_view_timer_block_alter => array (0)
- ⧉library_info_build => array (2) Depth Limit
- ⧉library_info_alter => array (9) Depth Limit
- ⧉webform_libraries_info => array (2) Depth Limit
- webform_handler_info_alter => array (0)
- webform_handler_invoke_alter => array (0)
- webform_handler_invoke_alter_elements_alter => array (0)
- webform_options_alter => array (0)
- webform_options_load => array (0)
- webform_options_likert_quality_alter => array (0)
- webform_options_sex_alter => array (0)
- webform_options_state_province_names_alter => array (0)
- ⧉webform_options_country_names_alter => array (1) Depth Limit
- countries_alter => array (0)
- webform_options_relationship_alter => array (0)
- ⧉webform_options_languages_alter => array (1) Depth Limit
- webform_options_industry_alter => array (0)
- ⧉webform_options_time_zones_alter => array (1) Depth Limit
- webform_libraries_info_alter => array (0)
- ⧉css_alter => array (2) Depth Limit
- ⧉js_alter => array (4) Depth Limit
- ⧉js_settings_build => array (1) Depth Limit
- ⧉js_settings_alter => array (2) Depth Limit
- query_entity_query_file_alter => array (0)
- block_build_page_title_block_alter => array (0)
- block_view_page_title_block_alter => array (0)
- theme_suggestions_page_title => array (0)
- theme_suggestions_page_title_alter => array (0)
- form_user_login_form_alter => array (0)
- theme_suggestions_form => array (0)
- theme_suggestions_form_alter => array (0)
- query_entity_query_user_alter => array (0)
- theme_suggestions_item_list => array (0)
- theme_suggestions_item_list_alter => array (0)
- theme_suggestions_status_messages => array (0)
- theme_suggestions_status_messages_alter => array (0)
- query_entity_query_media_alter => array (0)
- glightbox_settings_alter => array (0)
- theme_suggestions_glightbox_formatter => array (0)
- theme_suggestions_glightbox_formatter_alter => array (0)
- ⧉devel_dumper_info_alter => array (1) Depth Limit
- user_build_defaults_alter => array (0)
- ⧉user_view => array (2) Depth Limit
- ⧉user_view_alter => array (1) Depth Limit
- theme_suggestions_user => array (0)
- theme_suggestions_user_alter => array (0)
- action_info_alter => array (0)
- taxonomy_vocabulary_load => array (0)
- block_build_language_block_alter => array (0)
- block_build_masquerade_alter => array (0)
- breakpoints_alter => array (0)
- ⧉toolbar => array (7) Depth Limit
- shortcut_default_set => array (0)
- shortcut_set_load => array (0)
- ⧉toolbar_alter => array (3) Depth Limit
- theme_suggestions_toolbar => array (0)
- theme_suggestions_toolbar_alter => array (0)
- imce_profile_load => array (0)
- block_view_masquerade_alter => array (0)
- form_masquerade_block_form_alter => array (0)
- query_entity_query_shortcut_alter => array (0)
- ajax_render_alter => array (0)
- block_view_language_block_alter => array (0)
- configurable_language_load => array (0)
- language_switch_links_alter => array (0)
- ⧉user_logout => array (1) Depth Limit
- theme_suggestions_file_link => array (0)
- theme_suggestions_file_link_alter => array (0)
- ⧉entity_base_field_info => array (5) Depth Limit
- entity_bundle_info => array (0)
- contact_form_load => array (0)
- paragraphs_type_load => array (0)
- ⧉entity_bundle_info_alter => array (1) Depth Limit
- ⧉entity_base_field_info_alter => array (3) Depth Limit
- ⧉config_translation_info => array (1) Depth Limit
- ⧉config_translation_info_alter => array (1) Depth Limit
- ⧉language_fallback_candidates_entity_view_alter => array (1) Depth Limit
- theme_suggestions_media_embed_error => array (0)
- theme_suggestions_media_embed_error_alter => array (0)
- pathauto_punctuation_chars_alter => array (0)
- query_menu_link_content_access_alter => array (0)
- query_entity_query_menu_link_content_alter => array (0)
- transliteration_overrides_alter => array (0)
- query_entity_query_node_alter => array (0)
- theme_suggestions_table => array (0)
- theme_suggestions_table_alter => array (0)
- theme_suggestions_filter_caption => array (0)
- theme_suggestions_filter_caption_alter => array (0)
- media_type_access => array (0)
- oembed_resource_url_alter => array (0)
- theme_suggestions_media_oembed_iframe => array (0)
- theme_suggestions_media_oembed_iframe_alter => array (0)
- menu_admin_per_menu_get_permissions_alter => array (0)
- contextual_links_plugins_alter => array (0)
- ⧉contextual_links_alter => array (1) Depth Limit
- ⧉contextual_links_view_alter => array (3) Depth Limit
- ⧉field_widget_info_alter => array (4) Depth Limit
- entity_form_display_load => array (0)
- ⧉node_prepare_form => array (1) Depth Limit
- ⧉field_widget_form_alter => array (1) Depth Limit
- field_widget_datetime_timestamp_form_alter => array (0)
- ⧉field_widget_single_element_form_alter => array (6) Depth Limit
- field_widget_single_element_datetime_timestamp_form_alter => array (0)
- field_widget_multivalue_form_alter => array (0)
- field_widget_multivalue_datetime_timestamp_form_alter => array (0)
- ⧉field_widget_complete_form_alter => array (2) Depth Limit
- field_widget_complete_datetime_timestamp_form_alter => array (0)
- field_widget_media_library_widget_form_alter => array (0)
- field_widget_single_element_media_library_widget_form_alter => array (0)
- field_widget_multivalue_media_library_widget_form_alter => array (0)
- field_widget_complete_media_library_widget_form_alter => array (0)
- field_widget_entity_reference_autocomplete_form_alter => array (0)
- field_widget_single_element_entity_reference_autocomplete_form_alter => array (0)
- field_widget_multivalue_entity_reference_autocomplete_form_alter => array (0)
- field_widget_complete_entity_reference_autocomplete_form_alter => array (0)
- field_widget_link_default_form_alter => array (0)
- field_widget_single_element_link_default_form_alter => array (0)
- field_widget_multivalue_link_default_form_alter => array (0)
- field_widget_complete_link_default_form_alter => array (0)
- field_widget_text_textarea_form_alter => array (0)
- field_widget_single_element_text_textarea_form_alter => array (0)
- field_widget_multivalue_text_textarea_form_alter => array (0)
- field_widget_complete_text_textarea_form_alter => array (0)
- field_widget_string_textarea_form_alter => array (0)
- field_widget_single_element_string_textarea_form_alter => array (0)
- field_widget_multivalue_string_textarea_form_alter => array (0)
- field_widget_complete_string_textarea_form_alter => array (0)
- field_widget_language_select_form_alter => array (0)
- field_widget_single_element_language_select_form_alter => array (0)
- field_widget_multivalue_language_select_form_alter => array (0)
- field_widget_complete_language_select_form_alter => array (0)
- pathauto_alias_types_alter => array (0)
- pathauto_pattern_load => array (0)
- field_widget_path_form_alter => array (0)
- field_widget_single_element_path_form_alter => array (0)
- field_widget_multivalue_path_form_alter => array (0)
- field_widget_complete_path_form_alter => array (0)
- field_widget_boolean_checkbox_form_alter => array (0)
- field_widget_single_element_boolean_checkbox_form_alter => array (0)
- field_widget_multivalue_boolean_checkbox_form_alter => array (0)
- field_widget_complete_boolean_checkbox_form_alter => array (0)
- field_widget_string_textfield_form_alter => array (0)
- field_widget_single_element_string_textfield_form_alter => array (0)
- field_widget_multivalue_string_textfield_form_alter => array (0)
- field_widget_complete_string_textfield_form_alter => array (0)
- entity_create_access => array (0)
- node_create_access => array (0)
- ⧉form_node_form_alter => array (5) Depth Limit
- form_node_staticpage_edit_form_alter => array (0)
- gin_ignore_sticky_form_actions => array (0)
- gin_ignore_sticky_form_actions_alter => array (0)
- gin_content_form_routes => array (0)
- gin_content_form_routes_alter => array (0)
- theme_suggestions_node_edit_form => array (0)
- theme_suggestions_node_edit_form_alter => array (0)
- theme_suggestions_field_multiple_value_form => array (0)
- theme_suggestions_field_multiple_value_form_alter => array (0)
- theme_suggestions_textarea => array (0)
- theme_suggestions_textarea_alter => array (0)
- theme_suggestions_fieldset => array (0)
- theme_suggestions_fieldset_alter => array (0)
- theme_suggestions_select => array (0)
- theme_suggestions_select_alter => array (0)
- editor_info_alter => array (0)
- editor_load => array (0)
- embed_button_load => array (0)
- embed_type_plugins_alter => array (0)
- ⧉ckeditor5_plugin_info_alter => array (1) Depth Limit
- ⧉editor_js_settings_alter => array (2) Depth Limit
- ⧉editor_xss_filter_alter => array (1) Depth Limit
- theme_suggestions_filter_guidelines => array (0)
- theme_suggestions_filter_guidelines_alter => array (0)
- theme_suggestions_filter_tips => array (0)
- theme_suggestions_filter_tips_alter => array (0)
- theme_suggestions_text_format_wrapper => array (0)
- theme_suggestions_text_format_wrapper_alter => array (0)
- theme_suggestions_details => array (0)
- theme_suggestions_details_alter => array (0)
- block_build_system_breadcrumb_block_alter => array (0)
- block_view_system_breadcrumb_block_alter => array (0)
- ⧉system_breadcrumb_alter => array (1) Depth Limit
- theme_suggestions_breadcrumb => array (0)
- theme_suggestions_breadcrumb_alter => array (0)
- ⧉entity_reference_selection_alter => array (1) Depth Limit
- path_alias_field_values_init => array (0)
- path_alias_create => array (0)
- ⧉validation_constraint_alter => array (2) Depth Limit
- query_entity_query_path_alias_alter => array (0)
- query_user_access_alter => array (0)
- ⧉query_entity_reference_alter => array (3) Depth Limit
- ⧉menu_link_content_presave => array (1) Depth Limit
- menu_link_content_update => array (0)
- node_presave => array (0)
- node_access_records => array (0)
- node_access_records_alter => array (0)
- ⧉node_update => array (1) Depth Limit
- entity_usage_track_info_alter => array (0)
- pathauto_pattern_alter => array (0)
- pathauto_alias_alter => array (0)
- query_path_alias_load_multiple_alter => array (0)
- path_alias_storage_load => array (0)
- path_alias_load => array (0)
- query_redirect_load_multiple_alter => array (0)
- redirect_storage_load => array (0)
- redirect_load => array (0)
- redirect_response_alter => array (0)
- language_fallback_candidates_entity_upcast_alter => array (0)
- ⧉user_login => array (2) Depth Limit
- webform_submission_presave => array (0)
- webform_submission_insert => array (0)
- ⧉entity_insert => array (4) Depth Limit
- ⧉theme_suggestions_webform_confirmation => array (1) Depth Limit
- theme_suggestions_webform_confirmation_alter => array (0)
- theme_suggestions_webform_html_editor_markup => array (0)
- theme_suggestions_webform_html_editor_markup_alter => array (0)
- view_access => array (0)
- query_webform_submission_load_multiple_alter => array (0)
- webform_submission_storage_load => array (0)
- webform_submission_load => array (0)
- language_fallback_candidates_node_tokens_alter => array (0)
- paragraph_access => array (0)
- paragraph_build_defaults_alter => array (0)
- paragraph_view => array (0)
- paragraph_view_alter => array (0)
- paragraphs_behavior_info_alter => array (0)
- ⧉theme_suggestions_paragraph => array (1) Depth Limit
- theme_suggestions_paragraph_alter => array (0)
- editor_access => array (0)
- imce_plugin_info_alter => array (0)
- theme_suggestions_imce_page => array (0)
- theme_suggestions_imce_page_alter => array (0)
- file_mimetype_mapping_alter => array (0)
- file_field_values_init => array (0)
- file_create => array (0)
- image_toolkit_operation_alter => array (0)
- file_validate => array (0)
- query_file_access_alter => array (0)
- file_presave => array (0)
- file_insert => array (0)
- file_update => array (0)
- search_page_access => array (0)
- theme_suggestions_time => array (0)
- theme_suggestions_time_alter => array (0)
- ⧉masquerade_access => array (1) Depth Limit
- theme_suggestions_media_library_item => array (0)
- theme_suggestions_media_library_item_alter => array (0)
- ⧉form_views_exposed_form_alter => array (2) Depth Limit
- query_views_edit_panel_block_content_alter => array (0)
- query_block_content_access_alter => array (0)
- ⧉block_content_type_access => array (1) Depth Limit
- ⧉entity_operation => array (7) Depth Limit
- ⧉entity_operation_alter => array (1) Depth Limit
- theme_suggestions_dropbutton_wrapper => array (0)
- theme_suggestions_dropbutton_wrapper_alter => array (0)
- form_views_form_edit_panel_block_content_all_alter => array (0)
- theme_suggestions_views_exposed_form => array (0)
- theme_suggestions_views_exposed_form_alter => array (0)
- ⧉views_form_substitutions => array (1) Depth Limit
- theme_suggestions_views_view_table => array (0)
- theme_suggestions_views_view_table_alter => array (0)
- theme_suggestions_tablesort_indicator => array (0)
- theme_suggestions_tablesort_indicator_alter => array (0)
- block_build_edit_panel_block_alter => array (0)
- query_views_edit_panel_content_alter => array (0)
- node_type_access => array (0)
- form_views_form_edit_panel_content_all_alter => array (0)
- theme_suggestions_pager => array (0)
- theme_suggestions_pager_alter => array (0)
- menu_access => array (0)
- menu_create_access => array (0)
- menu_prepare_form => array (0)
- form_menu_form_alter => array (0)
- ⧉form_menu_edit_form_alter => array (1) Depth Limit
- theme_suggestions_indentation => array (0)
- theme_suggestions_indentation_alter => array (0)
- theme_suggestions_menu_local_action => array (0)
- theme_suggestions_menu_local_action_alter => array (0)
- block_view_edit_panel_block_alter => array (0)
- node_type_create_access => array (0)
- node_field_values_init => array (0)
- node_create => array (0)
- form_node_staticpage_form_alter => array (0)
- ⧉node_insert => array (2) Depth Limit
- pathauto_is_alias_reserved => array (0)
- path_alias_presave => array (0)
- ⧉path_alias_insert => array (2) Depth Limit
- form_node_preview_form_select_alter => array (0)
- query_media_access_alter => array (0)
- form_views_form_edit_panel_content_c_type_alter => array (0)
- form_views_form_edit_panel_content_c_type_staticpage_alter => array (0)
- form_timer_block_settings_alter => array (0)
- theme_suggestions_system_config_form => array (0)
- theme_suggestions_system_config_form_alter => array (0)
- theme_suggestions_datetime_form => array (0)
- theme_suggestions_datetime_form_alter => array (0)
- theme_suggestions_datetime_wrapper => array (0)
- theme_suggestions_datetime_wrapper_alter => array (0)
- ⧉entity_type_build => array (7) Depth Limit
- ⧉entity_type_alter => array (15) Depth Limit
- ⧉language_negotiation_info_alter => array (1) Depth Limit
- ⧉field_info_alter => array (5) Depth Limit
- data_type_info_alter => array (0)
- ⧉views_plugins_display_alter => array (2) Depth Limit
- views_plugins_access_alter => array (0)
- oidc_openid_connect_realm_alter => array (0)
- form_oidc_settings_form_alter => array (0)
- theme_suggestions_admin_block_content => array (0)
- theme_suggestions_admin_block_content_alter => array (0)
- views_plugins_area_alter => array (0)
- query_views_user_admin_people_alter => array (0)
- form_views_form_user_admin_people_page_1_alter => array (0)
- user_create_access => array (0)
- user_prepare_form => array (0)
- theme_suggestions_file_upload_help => array (0)
- theme_suggestions_file_upload_help_alter => array (0)
- field_widget_image_image_form_alter => array (0)
- field_widget_single_element_image_image_form_alter => array (0)
- field_widget_multivalue_image_image_form_alter => array (0)
- field_widget_complete_image_image_form_alter => array (0)
- ⧉form_user_form_alter => array (3) Depth Limit
- ⧉theme_suggestions_radios => array (1) Depth Limit
- theme_suggestions_radios_alter => array (0)
- theme_suggestions_image_widget => array (0)
- theme_suggestions_image_widget_alter => array (0)
- contact_message_field_values_init => array (0)
- contact_message_create => array (0)
- contact_message_prepare_form => array (0)
- form_contact_message_form_alter => array (0)
- form_contact_message_personal_form_alter => array (0)
- ⧉query_webform_submission_access_alter => array (1) Depth Limit
- form_views_form_edit_panel_content_c_type_news_alter => array (0)
- menu_link_content_prepare_form => array (0)
- field_widget_number_form_alter => array (0)
- field_widget_single_element_number_form_alter => array (0)
- field_widget_multivalue_number_form_alter => array (0)
- field_widget_complete_number_form_alter => array (0)
- ⧉menu_link_content_access => array (1) Depth Limit
- ⧉form_menu_link_content_form_alter => array (2) Depth Limit
- form_menu_link_content_menu_link_content_form_alter => array (0)
- theme_suggestions_token_tree_link => array (0)
- theme_suggestions_token_tree_link_alter => array (0)
- form_webform_submission_webform_64_node_64_add_form_alter => array (0)
- field_widget_entity_reference_autocomplete_tags_form_alter => array (0)
- field_widget_single_element_entity_reference_autocomplete_tags_form_alter => array (0)
- field_widget_multivalue_entity_reference_autocomplete_tags_form_alter => array (0)
- field_widget_complete_entity_reference_autocomplete_tags_form_alter => array (0)
- form_node_news_form_alter => array (0)
- media_create_access => array (0)
- form_media_library_add_form_alter => array (0)
- form_media_library_add_form_dropzonejs_alter => array (0)
- query_views_media_library_alter => array (0)
- theme_suggestions_media_library_wrapper => array (0)
- theme_suggestions_media_library_wrapper_alter => array (0)
- theme_suggestions_dropzonejs => array (0)
- theme_suggestions_dropzonejs_alter => array (0)
- form_views_form_media_library_widget_alter => array (0)
- form_views_form_media_library_widget_image_alter => array (0)
- theme_suggestions_views_mini_pager => array (0)
- theme_suggestions_views_mini_pager_alter => array (0)
- ⧉file_move => array (1) Depth Limit
- media_field_values_init => array (0)
- media_create => array (0)
- ⧉file_access => array (1) Depth Limit
- media_presave => array (0)
- media_insert => array (0)
- linkit_profile_load => array (0)
- linkit_matcher_alter => array (0)
- query_linkit_entity_autocomplete_alter => array (0)
- query_linkit_entity_node_autocomplete_alter => array (0)
- query_entity_access_alter => array (0)
- form_views_form_media_library_widget_audio_alter => array (0)
- entity_usage_block_tracking => array (0)
- form_views_form_media_library_widget_document_alter => array (0)
- field_widget_file_generic_form_alter => array (0)
- field_widget_single_element_file_generic_form_alter => array (0)
- field_widget_multivalue_file_generic_form_alter => array (0)
- field_widget_complete_file_generic_form_alter => array (0)
- theme_suggestions_file_managed_file => array (0)
- theme_suggestions_file_managed_file_alter => array (0)
- media_prepare_form => array (0)
- form_media_form_alter => array (0)
- form_media_document_edit_form_alter => array (0)
- media_update => array (0)
- form_node_news_edit_form_alter => array (0)
- form_media_image_edit_form_alter => array (0)
- ⧉path_alias_update => array (2) Depth Limit
- redirect_field_values_init => array (0)
- redirect_create => array (0)
- redirect_presave => array (0)
- redirect_insert => array (0)
- ⧉protected verified -> array (10)
- entity_load => boolean true
- user_role_load => boolean true
- language_types_info => boolean true
- language_types_info_alter => boolean true
- entity_preload => boolean true
- user_load => boolean true
- node_load => boolean true
- entity_view_mode_alter => boolean true
- node_build_defaults_alter => boolean true
- entity_build_defaults_alter => boolean true
- protected hookInfo -> null
- ⧉protected cacheBackend -> Drupal\Core\Cache\DatabaseBackend (4)
- Properties (4)
- Available methods (20)
- Static class properties (3)
- protected maxRows -> integer 5000
- protected bin -> string (15) "cache_bootstrap"
- ⧉protected connection -> Drupal\mysql\Driver\Database\mysql\Connection (24) Depth Limit
- ⧉protected checksumProvider -> Drupal\Core\Cache\DatabaseCacheTagsChecksum (4) Depth Limit
- ⧉public __construct(Drupal\Core\Database\Connection $connection, Drupal\Core\Cache\CacheTagsChecksumInterface $checksum_provider, $bin, $max_rows = null) Constructs a DatabaseBackend object.
/** * Constructs a DatabaseBackend object. * * @param \Drupal\Core\Database\Connection $connection * The database connection. * @param \Drupal\Core\Cache\CacheTagsChecksumInterface $checksum_provider * The cache tags checksum provider. * @param string $bin * The cache bin for which the object is created. * @param int $max_rows * (optional) The maximum number of rows that are allowed in this cache bin * table. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:77
- ⧉public get($cid, $allow_invalid = false) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:90
- ⧉public getMultiple(&$cids, $allow_invalid = false) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:99
- ⧉public set($cid, $data, $expire = -1, array $tags = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:176
- ⧉public setMultiple(array $items) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:189
- ⧉public delete($cid) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:279
- ⧉public deleteMultiple(array $cids) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:286
- ⧉public deleteAll() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:309
- ⧉public invalidate($cid) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:326
- ⧉public invalidateMultiple(array $cids) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:333
- ⧉public invalidateAll() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:352
- ⧉public garbageCollection() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:366
- ⧉public removeBin() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:399
- ⧉public schemaDefinition() Defines the schema for the {cache_*} bin tables.
/** * Defines the schema for the {cache_*} bin tables. * * @internal */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:478
- ⧉public getMaxRows(): int The maximum number of rows that this cache bin table is allowed to store.
/** * The maximum number of rows that this cache bin table is allowed to store. * * @return int */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:544
- ⧉protected prepareItem($cache, $allow_invalid): mixed|false Prepares a cached item.
/** * Prepares a cached item. * * Checks that items are either permanent or did not expire, and unserializes * data as appropriate. * * @param object $cache * An item loaded from self::get() or self::getMultiple(). * @param bool $allow_invalid * If FALSE, the method returns FALSE if the cache item is not valid. * * @return mixed|false * The item with data unserialized as appropriate and a property indicating * whether the item is valid, or FALSE if there is no valid item to load. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:146
- ⧉protected doSetMultiple(array $items) Stores multiple items in the persistent cache.
/** * Stores multiple items in the persistent cache. * * @param array $items * An array of cache items, keyed by cid. * * @see \Drupal\Core\Cache\CacheBackendInterface::setMultiple() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:217
- ⧉protected ensureBinExists() Check if the cache bin exists and create it if not.
/** * Check if the cache bin exists and create it if not. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:411
- ⧉protected catchException(Exception $e, $table_name = null) Act on an exception when cache might be stale.
/** * Act on an exception when cache might be stale. * * If the table does not yet exist, that's fine, but if the table exists and * yet the query failed, then the cache is stale and the exception needs to * propagate. * * @param $e * The exception. * @param string|null $table_name * The table name. Defaults to $this->bin. * * @throws \Exception */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:443
- ⧉protected normalizeCid($cid): string Normalizes a cache ID in order to comply with database limitations.
/** * Normalizes a cache ID in order to comply with database limitations. * * @param string $cid * The passed in cache ID. * * @return string * An ASCII-encoded cache ID that is at most 255 characters long. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:458
- ⇄const DEFAULT_MAX_ROWS :: integer 5000\Drupal\Core\Cache\DatabaseBackend::DEFAULT_MAX_ROWS
- ⇄const MAXIMUM_NONE :: integer -1\Drupal\Core\Cache\DatabaseBackend::MAXIMUM_NONE
- ⇄const CACHE_PERMANENT :: integer -1\Drupal\Core\Cache\DatabaseBackend::CACHE_PERMANENT
- ⇄const DEFAULT_MAX_ROWS :: integer 5000
- protected cacheNeedsWriting -> boolean false
- ⧉protected alterFunctions -> array (3)
- ⧉language_types_info => array (2) Depth Limit
- entity_view_mode => array (0)
- node_build_defaults,entity_build_defaults => array (0)
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- protected includeFileKeys -> array (0)
- ⧉public __construct($root, array $module_list, Drupal\Core\Cache\CacheBackendInterface $cache_backend) Constructs a ModuleHandler object.
/** * Constructs a ModuleHandler object. * * @param string $root * The app root. * @param array $module_list * An associative array whose keys are the names of installed modules and * whose values are Extension class parameters. This is normally the * %container.modules% parameter being set up by DrupalKernel. * @param \Drupal\Core\Cache\CacheBackendInterface $cache_backend * Cache backend for storing module hook implementation information. * * @see \Drupal\Core\DrupalKernel * @see \Drupal\Core\CoreServiceProvider */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:110
- ⧉public load($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:122
- ⧉public loadAll() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:138
- ⧉public reload() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:150
- ⧉public isLoaded() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:158
- ⧉public getModuleList() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:165
- ⧉public getModule($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:172
- ⧉public setModuleList(array $module_list = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:182
- ⧉public addModule($name, $path) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:192
- ⧉public addProfile($name, $path) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:199
- ⧉public buildModuleDependencies(array $modules) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:223
- ⧉public moduleExists($module) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:246
- ⧉public loadAllIncludes($type, $name = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:253
- ⧉public loadInclude($module, $type, $name = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:262
- ⧉public getHookInfo() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:290
- ⧉public getImplementations($hook) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:327
- ⧉public writeCache() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:336
- ⧉public resetImplementations() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:346
- ⧉public hasImplementations(string $hook, $modules = null): bool {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:368
- ⧉public implementsHook($module, $hook) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:394
- ⧉public invokeAllWith(string $hook, callable $callback): void {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:402
- ⧉public invoke($module, $hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:412
- ⧉public invokeAll($hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:423
- ⧉public invokeDeprecated($description, $module, $hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:440
- ⧉public invokeAllDeprecated($description, $hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:449
- ⧉public alter($type, &$data, &$context1 = null, &$context2 = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:477
- ⧉public alterDeprecated($description, $type, &$data, &$context1 = null, &$context2 = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:569
- ⧉public getModuleDirectories() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:725
- ⧉public getName($module) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:736
- ⧉protected add($type, $name, $path) Adds a module or profile to the list of currently active modules.
/** * Adds a module or profile to the list of currently active modules. * * @param string $type * The extension type; either 'module' or 'profile'. * @param string $name * The module name; e.g., 'node'. * @param string $path * The module path; e.g., 'core/modules/node'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:213
- ⧉protected buildHookInfo() Builds hook_hook_info() information.
/** * Builds hook_hook_info() information. * * @see \Drupal\Core\Extension\ModuleHandler::getHookInfo() */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:308
- ⧉protected getImplementationInfo($hook): mixed[] Provides information about modules' implementations of a hook.
/** * Provides information about modules' implementations of a hook. * * @param string $hook * The name of the hook (e.g. "help" or "menu"). * * @return mixed[] * An array whose keys are the names of the modules which are implementing * this hook and whose values are either a string identifying a file in * which the implementation is to be found, or FALSE, if the implementation * is in the module file. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:600
- ⧉protected buildImplementationInfo($hook): mixed[] Builds hook implementation information for a given hook name.
/** * Builds hook implementation information for a given hook name. * * @param string $hook * The name of the hook (e.g. "help" or "menu"). * * @return mixed[] * An array whose keys are the names of the modules which are implementing * this hook and whose values are either a string identifying a file in * which the implementation is to be found, or FALSE, if the implementation * is in the module file. * * @throws \RuntimeException * Exception thrown when an invalid implementation is added by * hook_module_implements_alter(). * * @see \Drupal\Core\Extension\ModuleHandler::getImplementationInfo() */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:646
- ⧉protected verifyImplementations(&$implementations, $hook): bool Verifies an array of implementations loaded from cache.
/** * Verifies an array of implementations loaded from cache. * * Verification is done by including the lazy-loaded $module.$group.inc file, * and checking function_exists(). * * @param string[] $implementations * Implementation "group" by module name. * @param string $hook * The hook name. * * @return bool * TRUE, if all implementations exist. * FALSE, if one or more implementations don't exist and need to be removed * from the cache. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:697
- ⧉private triggerDeprecationError($description, $hook) Triggers an E_USER_DEPRECATED error if any module implements the hook.
/** * Triggers an E_USER_DEPRECATED error if any module implements the hook. * * @param string $description * Helpful text describing what to do instead of implementing this hook. * @param string $hook * The name of the hook. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:463
- ⧉protected cacheBackend -> Drupal\Core\Cache\DatabaseBackend (4)
- Properties (4)
- Available methods (20)
- Static class properties (3)
- protected maxRows -> integer 5000
- protected bin -> string (15) "cache_discovery"
- ⧉protected connection -> Drupal\mysql\Driver\Database\mysql\Connection (24)
- Properties (24)
- Available methods (80)
- Static class properties (6)
- protected target -> string (7) "default"
- protected key -> string (7) "default"
- protected logger -> null
- protected transactionLayers -> array (0)
- ⧉protected driverClasses -> array (3) Depth Limit
- protected statementClass -> null
- protected statementWrapperClass -> string (37) "Drupal\Core\Database\StatementWrapper"
- protected transactionalDDLSupport -> boolean false
- protected temporaryNameIndex -> integer 0
- ⧉protected connection -> PDO (0) Depth Limit
- ⧉protected connectionOptions -> array (11) Depth Limit
- protected schema -> null
- ⧉protected prefixes -> array (1) Depth Limit
- ⧉protected prefixSearch -> array (2) Depth Limit
- ⧉protected prefixReplace -> array (2) Depth Limit
- protected unprefixedTablesMap -> array (0)
- protected escapedNames -> array (0)
- ⧉protected escapedTables -> array (13) Depth Limit
- ⧉protected escapedFields -> array (16) Depth Limit
- ⧉protected escapedAliases -> array (7) Depth Limit
- protected rootTransactionEndCallbacks -> array (0)
- ⧉protected identifierQuotes -> array (2) Depth Limit
- protected needsCleanup -> boolean false
- private serverVersion -> null
- ⧉public __construct(PDO $connection, array $connection_options) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:94
- ⧉public __destruct() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:239
- ⧉public queryRange($query, $from, $count, array $args = array(), array $options = array())
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:246
- ⧉public queryTemporary($query, array $args = array(), array $options = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:253
- ⧉public driver()
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:259
- ⧉public version() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:266
- ⧉public isMariaDb(): bool Determines whether the MySQL distribution is MariaDB or not.
/** * Determines whether the MySQL distribution is MariaDB or not. * * @return bool * Returns TRUE if the distribution is MariaDB, or FALSE if not. */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:280
- ⧉public databaseType()
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:313
- ⧉public createDatabase($database) Overrides \Drupal\Core\Database\Connection::createDatabase().
/** * Overrides \Drupal\Core\Database\Connection::createDatabase(). * * @param string $database * The name of the database to create. * * @throws \Drupal\Core\Database\DatabaseNotFoundException */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:325
- ⧉public mapConditionOperator($operator)
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:339
- ⧉public nextId($existing_id0)
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:344
- ⧉public nextIdDelete()
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:364
- ⧉public rollBack($savepoint_name = 'drupal_transaction') {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:436
- ⧉public destroy() Destroys this Connection object.
/** * Destroys this Connection object. * * PHP does not destruct an object if it is still referenced in other * variables. In case of PDO database connection objects, PHP only closes the * connection when the PDO object is destructed, so any references to this * object may cause the number of maximum allowed connections to be exceeded. * * @deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Move custom * database destruction logic to __destruct(). * * @see https://www.drupal.org/node/3142866 */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:329
- ⧉public getConnectionOptions(): array Returns the connection information for this connection object.
/** * Returns the connection information for this connection object. * * Note that Database::getConnectionInfo() is for requesting information * about an arbitrary database connection that is defined. This method * is for requesting the connection information of this specific * open connection object. * * @return array * An array of the connection information. The exact list of * properties is driver-dependent. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:437
- ⧉public attachDatabase(string $database): void Allows the connection to access additional databases.
/** * Allows the connection to access additional databases. * * Database systems usually group tables in 'databases' or 'schemas', that * can be accessed with syntax like 'SELECT * FROM database.table'. Normally * Drupal accesses tables in a single database/schema, but in some cases it * may be necessary to access tables from other databases/schemas in the same * database server. This method can be called to ensure that the additional * database/schema is accessible. * * For MySQL, PostgreSQL and most other databases no action need to be taken * to query data in another database or schema. For SQLite this is however * necessary and the database driver for SQLite will override this method. * * @param string $database * The database to be attached to the connection. * * @internal */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:460
- ⧉public prefixTables($sql): string Appends a database prefix to all tables in a query.
/** * Appends a database prefix to all tables in a query. * * Queries sent to Drupal should wrap all table names in curly brackets. This * function searches for this syntax and adds Drupal's table prefix to all * tables, allowing Drupal to coexist with other systems in the same database * and/or schema if necessary. * * @param string $sql * A string containing a partial or entire SQL query. * * @return string * The properly-prefixed string. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:522
- ⧉public quoteIdentifiers($sql): string Quotes all identifiers in a query.
/** * Quotes all identifiers in a query. * * Queries sent to Drupal should wrap all unquoted identifiers in square * brackets. This function searches for this syntax and replaces them with the * database specific identifier. In ANSI SQL this a double quote. * * Note that :variable[] is used to denote array arguments but * Connection::expandArguments() is always called first. * * @param string $sql * A string containing a partial or entire SQL query. * * @return string * The string containing a partial or entire SQL query with all identifiers * quoted. * * @internal * This method should only be called by database API code. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:546
- ⧉public tablePrefix($table = 'default') Find the prefix for a table.
/** * Find the prefix for a table. * * This function is for when you want to know the prefix of a table. This * is not used in prefixTables due to performance reasons. * * @param string $table * (optional) The table to find the prefix for. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:559
- ⧉public getUnprefixedTablesMap(): array Gets a list of individually prefixed table names.
/** * Gets a list of individually prefixed table names. * * @return array * An array of un-prefixed table names, keyed by their fully qualified table * names (i.e. prefix + table_name). */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:575
- ⧉public getFullQualifiedTableName($table): string Get a fully qualified table name.
/** * Get a fully qualified table name. * * @param string $table * The name of the table in question. * * @return string */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:587
- ⧉public prepareStatement(string $query, array $options, bool $allow_row_count = false): Drupal\Core\Database\StatementInterface Returns a prepared statement given a SQL string.
/** * Returns a prepared statement given a SQL string. * * This method caches prepared statements, reusing them when possible. It also * prefixes tables names enclosed in curly braces and, optionally, quotes * identifiers enclosed in square brackets. * * @param string $query * The query string as SQL, with curly braces surrounding the table names, * and square brackets surrounding identifiers. * @param array $options * An associative array of options to control how the query is run. See * the documentation for self::defaultOptions() for details. The content of * the 'pdo' key will be passed to the prepared statement. * @param bool $allow_row_count * (optional) A flag indicating if row count is allowed on the statement * object. Defaults to FALSE. * * @return \Drupal\Core\Database\StatementInterface * A prepared statement ready for its execute() method. * * @throws \InvalidArgumentException * If multiple statements are included in the string, and delimiters are * not allowed in the query. * @throws \Drupal\Core\Database\DatabaseExceptionWrapper */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:619
- ⧉public prepareQuery($query, $quote_identifiers = true): \Drupal\Core\Database\StatementInterface Prepares a query string and returns the prepared statement.
/** * Prepares a query string and returns the prepared statement. * * This method caches prepared statements, reusing them when possible. It also * prefixes tables names enclosed in curly-braces and, optionally, quotes * identifiers enclosed in square brackets. * * @param $query * The query string as SQL, with curly-braces surrounding the * table names. * @param bool $quote_identifiers * (optional) Quote any identifiers enclosed in square brackets. Defaults to * TRUE. * * @return \Drupal\Core\Database\StatementInterface * A PDO prepared statement ready for its execute() method. * * @deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Use * ::prepareStatement instead. * * @see https://www.drupal.org/node/3137786 */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:714
- ⧉public setTarget($target = null) Tells this connection object what its target value is.
/** * Tells this connection object what its target value is. * * This is needed for logging and auditing. It's sloppy to do in the * constructor because the constructor for child classes has a different * signature. We therefore also ensure that this function is only ever * called once. * * @param string $target * (optional) The target this connection is for. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:730
- ⧉public getTarget(): string|null Returns the target this connection is associated with.
/** * Returns the target this connection is associated with. * * @return string|null * The target string of this connection, or NULL if no target is set. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:742
- ⧉public setKey($key) Tells this connection object what its key is.
/** * Tells this connection object what its key is. * * @param string $key * The key this connection is for. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:752
- ⧉public getKey(): string|null Returns the key this connection is associated with.
/** * Returns the key this connection is associated with. * * @return string|null * The key of this connection, or NULL if no key is set. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:764
- ⧉public setLogger(Drupal\Core\Database\Log $logger) Associates a logging object with this connection.
/** * Associates a logging object with this connection. * * @param \Drupal\Core\Database\Log $logger * The logging object we want to use. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:774
- ⧉public getLogger(): \Drupal\Core\Database\Log|null Gets the current logging object for this connection.
/** * Gets the current logging object for this connection. * * @return \Drupal\Core\Database\Log|null * The current logging object for this connection. If there isn't one, * NULL is returned. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:785
- ⧉public makeSequenceName($table, $field): string Creates the appropriate sequence name for a given table and serial field.
/** * Creates the appropriate sequence name for a given table and serial field. * * This information is exposed to all database drivers, although it is only * useful on some of them. This method is table prefix-aware. * * Note that if a sequence was generated automatically by the database, its * name might not match the one returned by this function. Therefore, in those * cases, it is generally advised to use a database-specific way of retrieving * the name of an auto-created sequence. For example, PostgreSQL provides a * dedicated function for this purpose: pg_get_serial_sequence(). * * @param string $table * The table name to use for the sequence. * @param string $field * The field name to use for the sequence. * * @return string * A table prefix-parsed string for the sequence name. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:809
- ⧉public makeComment($comments): string Flatten an array of query comments into a single comment string.
/** * Flatten an array of query comments into a single comment string. * * The comment string will be sanitized to avoid SQL injection attacks. * * @param string[] $comments * An array of query comment strings. * * @return string * A sanitized comment string. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:827
- ⧉public query($query, array $args = array(), $options = array()): \Drupal\Core\Database\StatementInterface|int|string|null Executes a query string against the database.
/** * Executes a query string against the database. * * This method provides a central handler for the actual execution of every * query. All queries executed by Drupal are executed as prepared statements. * * @param string|\Drupal\Core\Database\StatementInterface|\PDOStatement $query * The query to execute. This is a string containing an SQL query with * placeholders. * (deprecated) An already-prepared instance of StatementInterface or of * \PDOStatement may also be passed in order to allow calling code to * manually bind variables to a query. In such cases, the content of the * $args array will be ignored. * It is extremely rare that module code will need to pass a statement * object to this method. It is used primarily for database drivers for * databases that require special LOB field handling. * @param array $args * The associative array of arguments for the prepared statement. * @param array $options * An associative array of options to control how the query is run. The * given options will be merged with self::defaultOptions(). See the * documentation for self::defaultOptions() for details. * Typically, $options['return'] will be set by a default or by a query * builder, and should not be set by a user. * * @return \Drupal\Core\Database\StatementInterface|int|string|null * This method will return one of the following: * - If either $options['return'] === self::RETURN_STATEMENT, or * $options['return'] is not set (due to self::defaultOptions()), * returns the executed statement. * - If $options['return'] === self::RETURN_AFFECTED, * returns the number of rows matched by the query * (not the number affected). * - If $options['return'] === self::RETURN_INSERT_ID, * returns the generated insert ID of the last query as a string. * - If $options['return'] === self::RETURN_NULL, returns NULL. * * @throws \Drupal\Core\Database\DatabaseExceptionWrapper * @throws \Drupal\Core\Database\IntegrityConstraintViolationException * @throws \InvalidArgumentException * * @see \Drupal\Core\Database\Connection::defaultOptions() */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:918
- ⧉public getDriverClass($class): string Gets the driver-specific override class if any for the specified class.
/** * Gets the driver-specific override class if any for the specified class. * * @param string $class * The class for which we want the potentially driver-specific class. * * @return string * The name of the class that should be used for this driver. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1130
- ⧉public exceptionHandler(): \Drupal\Core\Database\ExceptionHandler Returns the database exceptions handler.
/** * Returns the database exceptions handler. * * @return \Drupal\Core\Database\ExceptionHandler * The database exceptions handler. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1196
- ⧉public select($table, $alias = null, array $options = array()): \Drupal\Core\Database\Query\SelectInterface Prepares and returns a SELECT query object.
/** * Prepares and returns a SELECT query object. * * @param string|\Drupal\Core\Database\Query\SelectInterface $table * The base table name or subquery for this query, used in the FROM clause. * If a string, the table specified will also be used as the "base" table * for query_alter hook implementations. * @param string $alias * (optional) The alias of the base table of this query. * @param $options * An array of options on the query. * * @return \Drupal\Core\Database\Query\SelectInterface * An appropriate SelectQuery object for this database connection. Note that * it may be a driver-specific subclass of SelectQuery, depending on the * driver. * * @see \Drupal\Core\Database\Query\Select */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1220
- ⧉public insert($table, array $options = array()): \Drupal\Core\Database\Query\Insert Prepares and returns an INSERT query object.
/** * Prepares and returns an INSERT query object. * * @param string $table * The table to use for the insert statement. * @param array $options * (optional) An associative array of options to control how the query is * run. The given options will be merged with * \Drupal\Core\Database\Connection::defaultOptions(). * * @return \Drupal\Core\Database\Query\Insert * A new Insert query object. * * @see \Drupal\Core\Database\Query\Insert * @see \Drupal\Core\Database\Connection::defaultOptions() */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1244
- ⧉public lastInsertId(?string $name = null): string Returns the ID of the last inserted row or sequence value.
/** * Returns the ID of the last inserted row or sequence value. * * This method should normally be used only within database driver code. * * This is a proxy to invoke lastInsertId() from the wrapped connection. * If a sequence name is not specified for the name parameter, this returns a * string representing the row ID of the last row that was inserted into the * database. * If a sequence name is specified for the name parameter, this returns a * string representing the last value retrieved from the specified sequence * object. * * @param string|null $name * (Optional) Name of the sequence object from which the ID should be * returned. * * @return string * The value returned by the wrapped connection. * * @throws \Drupal\Core\Database\DatabaseExceptionWrapper * In case of failure. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1272
- ⧉public merge($table, array $options = array()): \Drupal\Core\Database\Query\Merge Prepares and returns a MERGE query object.
/** * Prepares and returns a MERGE query object. * * @param string $table * The table to use for the merge statement. * @param array $options * (optional) An array of options on the query. * * @return \Drupal\Core\Database\Query\Merge * A new Merge query object. * * @see \Drupal\Core\Database\Query\Merge */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1292
- ⧉public upsert($table, array $options = array()): \Drupal\Core\Database\Query\Upsert Prepares and returns an UPSERT query object.
/** * Prepares and returns an UPSERT query object. * * @param string $table * The table to use for the upsert query. * @param array $options * (optional) An array of options on the query. * * @return \Drupal\Core\Database\Query\Upsert * A new Upsert query object. * * @see \Drupal\Core\Database\Query\Upsert */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1310
- ⧉public update($table, array $options = array()): \Drupal\Core\Database\Query\Update Prepares and returns an UPDATE query object.
/** * Prepares and returns an UPDATE query object. * * @param string $table * The table to use for the update statement. * @param array $options * (optional) An associative array of options to control how the query is * run. The given options will be merged with * \Drupal\Core\Database\Connection::defaultOptions(). * * @return \Drupal\Core\Database\Query\Update * A new Update query object. * * @see \Drupal\Core\Database\Query\Update * @see \Drupal\Core\Database\Connection::defaultOptions() */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1331
- ⧉public delete($table, array $options = array()): \Drupal\Core\Database\Query\Delete Prepares and returns a DELETE query object.
/** * Prepares and returns a DELETE query object. * * @param string $table * The table to use for the delete statement. * @param array $options * (optional) An associative array of options to control how the query is * run. The given options will be merged with * \Drupal\Core\Database\Connection::defaultOptions(). * * @return \Drupal\Core\Database\Query\Delete * A new Delete query object. * * @see \Drupal\Core\Database\Query\Delete * @see \Drupal\Core\Database\Connection::defaultOptions() */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1352
- ⧉public truncate($table, array $options = array()): \Drupal\Core\Database\Query\Truncate Prepares and returns a TRUNCATE query object.
/** * Prepares and returns a TRUNCATE query object. * * @param string $table * The table to use for the truncate statement. * @param array $options * (optional) An array of options on the query. * * @return \Drupal\Core\Database\Query\Truncate * A new Truncate query object. * * @see \Drupal\Core\Database\Query\Truncate */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1370
- ⧉public schema(): \Drupal\Core\Database\Schema Returns a DatabaseSchema object for manipulating the schema.
/** * Returns a DatabaseSchema object for manipulating the schema. * * This method will lazy-load the appropriate schema library file. * * @return \Drupal\Core\Database\Schema * The database Schema object for this connection. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1383
- ⧉public condition($conjunction): \Drupal\Core\Database\Query\Condition Prepares and returns a CONDITION query object.
/** * Prepares and returns a CONDITION query object. * * @param string $conjunction * The operator to use to combine conditions: 'AND' or 'OR'. * * @return \Drupal\Core\Database\Query\Condition * A new Condition query object. * * @see \Drupal\Core\Database\Query\Condition */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1402
- ⧉public escapeDatabase($database): string Escapes a database name string.
/** * Escapes a database name string. * * Force all database names to be strictly alphanumeric-plus-underscore. * For some database drivers, it may also wrap the database name in * database-specific escape characters. * * @param string $database * An unsanitized database name. * * @return string * The sanitized database name. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1423
- ⧉public escapeTable($table): string Escapes a table name string.
/** * Escapes a table name string. * * Force all table names to be strictly alphanumeric-plus-underscore. * Database drivers should never wrap the table name in database-specific * escape characters. This is done in Connection::prefixTables(). The * database-specific escape characters are added in Connection::setPrefix(). * * @param string $table * An unsanitized table name. * * @return string * The sanitized table name. * * @see \Drupal\Core\Database\Connection::prefixTables() * @see \Drupal\Core\Database\Connection::setPrefix() */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1446
- ⧉public escapeField($field): string Escapes a field name string.
/** * Escapes a field name string. * * Force all field names to be strictly alphanumeric-plus-underscore. * For some database drivers, it may also wrap the field name in * database-specific escape characters. * * @param string $field * An unsanitized field name. * * @return string * The sanitized field name. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1466
- ⧉public escapeAlias($field): string Escapes an alias name string.
/** * Escapes an alias name string. * * Force all alias names to be strictly alphanumeric-plus-underscore. In * contrast to DatabaseConnection::escapeField() / * DatabaseConnection::escapeTable(), this doesn't allow the period (".") * because that is not allowed in aliases. * * @param string $field * An unsanitized alias name. * * @return string * The sanitized alias name. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1491
- ⧉public escapeLike($string): string Escapes characters that work as wildcard characters in a LIKE pattern.
/** * Escapes characters that work as wildcard characters in a LIKE pattern. * * The wildcard characters "%" and "_" as well as backslash are prefixed with * a backslash. Use this to do a search for a verbatim string without any * wildcard behavior. * * For example, the following does a case-insensitive query for all rows whose * name starts with $prefix: * @code * $result = $injected_connection->query( * 'SELECT * FROM person WHERE name LIKE :pattern', * array(':pattern' => $injected_connection->escapeLike($prefix) . '%') * ); * @endcode * * Backslash is defined as escape character for LIKE patterns in * Drupal\Core\Database\Query\Condition::mapConditionOperator(). * * @param string $string * The string to escape. * * @return string * The escaped string. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1524
- ⧉public inTransaction(): bool Determines if there is an active transaction open.
/** * Determines if there is an active transaction open. * * @return bool * TRUE if we're currently in a transaction, FALSE otherwise. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1534
- ⧉public transactionDepth(): int Determines the current transaction depth.
/** * Determines the current transaction depth. * * @return int * The current transaction depth. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1544
- ⧉public startTransaction($name = ''): \Drupal\Core\Database\Transaction Returns a new DatabaseTransaction object on this connection.
/** * Returns a new DatabaseTransaction object on this connection. * * @param string $name * (optional) The name of the savepoint. * * @return \Drupal\Core\Database\Transaction * A Transaction object. * * @see \Drupal\Core\Database\Transaction */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1559
- ⧉public pushTransaction($name) Increases the depth of transaction nesting.
/** * Increases the depth of transaction nesting. * * If no transaction is already active, we begin a new transaction. * * @param string $name * The name of the transaction. * * @throws \Drupal\Core\Database\TransactionNameNonUniqueException * * @see \Drupal\Core\Database\Transaction */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1637
- ⧉public popTransaction($name) Decreases the depth of transaction nesting.
/** * Decreases the depth of transaction nesting. * * If we pop off the last transaction layer, then we either commit or roll * back the transaction as necessary. If no transaction is active, we return * because the transaction may have manually been rolled back. * * @param string $name * The name of the savepoint. * * @throws \Drupal\Core\Database\TransactionNoActiveException * @throws \Drupal\Core\Database\TransactionCommitFailedException * * @see \Drupal\Core\Database\Transaction */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1667
- ⧉public addRootTransactionEndCallback(callable $callback) Adds a root transaction end callback.
/** * Adds a root transaction end callback. * * These callbacks are invoked immediately after the transaction has been * committed. * * It can for example be used to avoid deadlocks on write-heavy tables that * do not need to be part of the transaction, like cache tag invalidations. * * Another use case is that services using alternative backends like Redis and * Memcache cache implementations can replicate the transaction-behavior of * the database cache backend and avoid race conditions. * * An argument is passed to the callbacks that indicates whether the * transaction was successful or not. * * @param callable $callback * The callback to invoke. * * @see \Drupal\Core\Database\Connection::doCommit() */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1702
- ⧉public clientVersion(): string Returns the version of the database client.
/** * Returns the version of the database client. * * Assumes the client connection is \PDO. Non-PDO based drivers need to * override this method. * * @return string */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1855
- ⧉public supportsTransactions(): bool Determines if this driver supports transactions.
/** * Determines if this driver supports transactions. * * @return bool * TRUE if this connection supports transactions, FALSE otherwise. * * @deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. All database * drivers must support transactions. * * @see https://www.drupal.org/node/2278745 */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1870
- ⧉public supportsTransactionalDDL(): bool Determines if this driver supports transactional DDL.
/** * Determines if this driver supports transactional DDL. * * DDL queries are those that change the schema, such as ALTER queries. * * @return bool * TRUE if this connection supports transactions for DDL queries, FALSE * otherwise. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1884
- ⧉public commit() Throws an exception to deny direct access to transaction commits.
/** * Throws an exception to deny direct access to transaction commits. * * We do not want to allow users to commit transactions at any time, only * by destroying the transaction object or allowing it to go out of scope. * A direct commit bypasses all of the safety checks we've built on top of * the database client's transaction routines. * * @throws \Drupal\Core\Database\TransactionExplicitCommitNotAllowedException * * @see \Drupal\Core\Database\Transaction */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1936
- ⧉public prepare($statement, array $driver_options = array()): \PDOStatement|false Prepares a statement for execution and returns a statement object.
/** * Prepares a statement for execution and returns a statement object. * * Emulated prepared statements do not communicate with the database server so * this method does not check the statement. * * @param string $statement * This must be a valid SQL statement for the target database server. * @param array $driver_options * (optional) This array holds one or more key=>value pairs to set * attribute values for the PDOStatement object that this method returns. * You would most commonly use this to set the \PDO::ATTR_CURSOR value to * \PDO::CURSOR_SCROLL to request a scrollable cursor. Some drivers have * driver specific options that may be set at prepare-time. Defaults to an * empty array. * * @return \PDOStatement|false * If the database server successfully prepares the statement, returns a * \PDOStatement object. * If the database server cannot successfully prepare the statement returns * FALSE or emits \PDOException (depending on error handling). * * @throws \PDOException * * @see https://www.php.net/manual/en/pdo.prepare.php * * @deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Database * drivers should instantiate \PDOStatement objects by calling * \PDO::prepare in their Connection::prepareStatement method instead. * \PDO::prepare should not be called outside of driver code. * * @see https://www.drupal.org/node/3137786 */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1992
- ⧉public quote($string, $parameter_type = 2): string|bool Quotes a string for use in a query.
/** * Quotes a string for use in a query. * * @param string $string * The string to be quoted. * @param int $parameter_type * (optional) Provides a data type hint for drivers that have alternate * quoting styles. Defaults to \PDO::PARAM_STR. * * @return string|bool * A quoted string that is theoretically safe to pass into an SQL statement. * Returns FALSE if the driver does not support quoting in this way. * * @see \PDO::quote() */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:2014
- ⧉public __sleep() Prevents the database connection from being serialized.
/** * Prevents the database connection from being serialized. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:2041
- ⧉public getProvider(): string Get the module name of the module that is providing the database driver.
/** * Get the module name of the module that is providing the database driver. * * @return string * The module name of the module that is providing the database driver, or * "core" when the driver is not provided as part of a module. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:2171
- ⧉public getPagerManager(): Drupal\Core\Pager\PagerManagerInterface Get the pager manager service, if available.
/** * Get the pager manager service, if available. * * @return \Drupal\Core\Pager\PagerManagerInterface * The pager manager service, if available. * * @throws \Drupal\Core\DependencyInjection\ContainerNotInitializedException * If the container has not been initialized yet. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:2191
- ⧉public hasJson(): bool Runs a simple query to validate json datatype support.
/** * Runs a simple query to validate json datatype support. * * @return bool * Returns the query result. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:2201
- ⧉protected handleQueryException(PDOException $e, $query, array $args = array(), $options = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:123
- ⧉protected getMariaDbVersionMatch(): ?string Gets the MariaDB portion of the server version.
/** * Gets the MariaDB portion of the server version. * * @return string * The MariaDB portion of the server version if present, or NULL if not. */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:290
- ⧉protected getServerVersion(): string Gets the server version.
/** * Gets the server version. * * @return string * The PDO server version. */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:306
- ⧉protected popCommittableTransactions() Overridden to work around issues to MySQL not supporting transactional DDL.
/** * Overridden to work around issues to MySQL not supporting transactional DDL. */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:391
- ⧉protected doCommit() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:466
- ⧉protected defaultOptions(): array Returns the default query options for any given query.
/** * Returns the default query options for any given query. * * A given query can be customized with a number of option flags in an * associative array: * - fetch: This element controls how rows from a result set will be * returned. Legal values include \PDO::FETCH_ASSOC, \PDO::FETCH_BOTH, * \PDO::FETCH_OBJ, \PDO::FETCH_NUM, or a string representing the name of a * class. If a string is specified, each record will be fetched into a new * object of that class. The behavior of all other values is defined by PDO. * See http://php.net/manual/pdostatement.fetch.php * - return: (deprecated) Depending on the type of query, different return * values may be meaningful. This directive instructs the system which type * of return value is desired. The system will generally set the correct * value automatically, so it is extremely rare that a module developer will * ever need to specify this value. Setting it incorrectly will likely lead * to unpredictable results or fatal errors. Legal values include: * - Database::RETURN_STATEMENT: Return the prepared statement object for * the query. This is usually only meaningful for SELECT queries, where * the statement object is how one accesses the result set returned by the * query. * - Database::RETURN_AFFECTED: Return the number of rows found (matched) by * the WHERE clause of an UPDATE or DELETE query (not the number of rows * actually changed). Note that although named RETURN_AFFECTED for * historical reasons, the number of rows matched is returned for * consistency across database engines. * - Database::RETURN_INSERT_ID: Return the sequence ID (primary key) * created by an INSERT statement on a table that contains a serial * column. * - Database::RETURN_NULL: Do not return anything, as there is no * meaningful value to return. That is the case for INSERT queries on * tables that do not contain a serial column. * - throw_exception: (deprecated) By default, the database system will catch * any errors on a query as an Exception, log it, and then rethrow it so * that code further up the call chain can take an appropriate action. To * suppress that behavior and simply return NULL on failure, set this * option to FALSE. * - allow_delimiter_in_query: By default, queries which have the ; delimiter * any place in them will cause an exception. This reduces the chance of SQL * injection attacks that terminate the original query and add one or more * additional queries (such as inserting new user accounts). In rare cases, * such as creating an SQL function, a ; is needed and can be allowed by * changing this option to TRUE. * - allow_square_brackets: By default, queries which contain square brackets * will have them replaced with the identifier quote character for the * database type. In rare cases, such as creating an SQL function, [] * characters might be needed and can be allowed by changing this option to * TRUE. * - pdo: By default, queries will execute with the client connection options * set on the connection. In particular cases, it could be necessary to * override the driver options on the statement level. In such case, pass * the required setting as an array here, and they will be passed to the * prepared statement. * * @return array * An array of default query options. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:416
- ⧉protected setPrefix($prefix) Set the list of prefixes used by this database connection.
/** * Set the list of prefixes used by this database connection. * * @param array|string $prefix * Either a single prefix, or an array of prefixes. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:469
- ⧉protected preprocessStatement(string $query, array $options): string Returns a string SQL statement ready for preparation.
/** * Returns a string SQL statement ready for preparation. * * This method replaces table names in curly braces and identifiers in square * brackets with platform specific replacements, appropriately escaping them * and wrapping them with platform quote characters. * * @param string $query * The query string as SQL, with curly braces surrounding the table names, * and square brackets surrounding identifiers. * @param array $options * An associative array of options to control how the query is run. See * the documentation for self::defaultOptions() for details. * * @return string * A string SQL statement ready for preparation. * * @throws \InvalidArgumentException * If multiple statements are included in the string, and delimiters are * not allowed in the query. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:667
- ⧉protected filterComment($comment = ''): string Sanitize a query comment string.
/** * Sanitize a query comment string. * * Ensure a query comment does not include strings such as "* /" that might * terminate the comment early. This avoids SQL injection attacks via the * query comment. The comment strings in this example are separated by a * space to avoid PHP parse errors. * * For example, the comment: * @code * \Drupal::database()->update('example') * ->condition('id', $id) * ->fields(array('field2' => 10)) * ->comment('Exploit * / DROP TABLE node; --') * ->execute() * @endcode * * Would result in the following SQL statement being generated: * @code * "/ * Exploit * / DROP TABLE node. -- * / UPDATE example SET field2=..." * @endcode * * Unless the comment is sanitized first, the SQL server would drop the * node table and ignore the rest of the SQL statement. * * @param string $comment * A query comment string. * * @return string * A sanitized version of the query comment string. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:870
- ⧉protected expandArguments(&$query, &$args): bool Expands out shorthand placeholders.
/** * Expands out shorthand placeholders. * * Drupal supports an alternate syntax for doing arrays of values. We * therefore need to expand them out into a full, executable query string. * * @param string $query * The query string to modify. * @param array $args * The arguments for the query. * * @return bool * TRUE if the query was modified, FALSE otherwise. * * @throws \InvalidArgumentException * This exception is thrown when: * - A placeholder that ends in [] is supplied, and the supplied value is * not an array. * - A placeholder that does not end in [] is supplied, and the supplied * value is an array. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1076
- ⧉protected generateTemporaryTableName(): string Generates a temporary table name.
/** * Generates a temporary table name. * * @return string * A table name. * * @deprecated in drupal:9.3.0 and is removed from drupal:10.0.0. There is no * replacement. * * @see https://www.drupal.org/node/3211781 */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1790
- ⇄⧉public static open(array &$connection_options = array()) {@inheritdoc}\Drupal\mysql\Driver\Database\mysql\Connection::open(array &$connection_options = array())
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:142
- ⇄⧉public static createConnectionOptionsFromUrl($url, $root): array Creates an array of database connection options from a URL.\Drupal\Core\Database\Connection::createConnectionOptionsFromUrl($url, $root)
/** * Creates an array of database connection options from a URL. * * @param string $url * The URL. * @param string $root * The root directory of the Drupal installation. Some database drivers, * like for example SQLite, need this information. * * @return array * The connection options. * * @throws \InvalidArgumentException * Exception thrown when the provided URL does not meet the minimum * requirements. * * @internal * This method should only be called from * \Drupal\Core\Database\Database::convertDbUrlToConnectionInfo(). * * @see \Drupal\Core\Database\Database::convertDbUrlToConnectionInfo() */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:2067
- ⇄⧉public static createUrlFromConnectionOptions(array $connection_options): string Creates a URL from an array of database connection options.\Drupal\Core\Database\Connection::createUrlFromConnectionOptions(array $connection_options)
/** * Creates a URL from an array of database connection options. * * @param array $connection_options * The array of connection options for a database connection. An additional * key of 'module' is added by Database::getConnectionInfoAsUrl() for * drivers provided my contributed or custom modules for convenience. * * @return string * The connection info as a URL. * * @throws \InvalidArgumentException * Exception thrown when the provided array of connection options does not * meet the minimum requirements. * * @internal * This method should only be called from * \Drupal\Core\Database\Database::getConnectionInfoAsUrl(). * * @see \Drupal\Core\Database\Database::getConnectionInfoAsUrl() */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:2128
- ⧉protected static getSQLState(Exception $e): string Extracts the SQLSTATE error from a PDOException.
/** * Extracts the SQLSTATE error from a PDOException. * * @param \Exception $e * The exception * * @return string * The five character error code. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:2027
- ⇄const DATABASE_NOT_FOUND :: integer 1049\Drupal\mysql\Driver\Database\mysql\Connection::DATABASE_NOT_FOUND
- ⇄const ACCESS_DENIED :: integer 1045\Drupal\mysql\Driver\Database\mysql\Connection::ACCESS_DENIED
- ⇄const UNSUPPORTED_CHARSET :: integer 2019\Drupal\mysql\Driver\Database\mysql\Connection::UNSUPPORTED_CHARSET
- ⇄const UNKNOWN_CHARSET :: integer 1115\Drupal\mysql\Driver\Database\mysql\Connection::UNKNOWN_CHARSET
- ⇄const SQLSTATE_SYNTAX_ERROR :: integer 42000\Drupal\mysql\Driver\Database\mysql\Connection::SQLSTATE_SYNTAX_ERROR
- ⇄const MIN_MAX_ALLOWED_PACKET :: integer 1024\Drupal\mysql\Driver\Database\mysql\Connection::MIN_MAX_ALLOWED_PACKET
- ⇄const DATABASE_NOT_FOUND :: integer 1049
- ⧉protected checksumProvider -> Drupal\Core\Cache\DatabaseCacheTagsChecksum (4)
- Properties (4)
- Available methods (13)
- Static class properties
- ⧉protected connection -> Drupal\mysql\Driver\Database\mysql\Connection (24) Depth Limit
- protected invalidatedTags -> array (0)
- protected delayedTags -> array (0)
- ⧉protected tagCache -> array (7) Depth Limit
- ⧉public __construct(Drupal\Core\Database\Connection $connection) Constructs a DatabaseCacheTagsChecksum object.
/** * Constructs a DatabaseCacheTagsChecksum object. * * @param \Drupal\Core\Database\Connection $connection * The database connection. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:28
- ⧉public rootTransactionEndCallback($success) Callback to be invoked just after a database transaction gets committed.
/** * Callback to be invoked just after a database transaction gets committed. * * Executes all delayed tag invalidations. * * @param bool $success * Whether or not the transaction was successful. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php:43
- ⧉public invalidateTags(array $tags) Implements \Drupal\Core\Cache\CacheTagsInvalidatorInterface::invalidateTags()
/** * Implements \Drupal\Core\Cache\CacheTagsInvalidatorInterface::invalidateTags() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php:53
- ⧉public getCurrentChecksum(array $tags) Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::getCurrentChecksum()
/** * Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::getCurrentChecksum() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php:83
- ⧉public schemaDefinition() Defines the schema for the {cachetags} table.
/** * Defines the schema for the {cachetags} table. * * @internal */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:97
- ⧉public isValid($checksum, array $tags) Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::isValid()
/** * Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::isValid() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php:105
- ⧉public getDatabaseConnection() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:147
- ⧉public reset() Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::reset()
/** * Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::reset() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php:149
- ⧉protected doInvalidateTags(array $tags) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:35
- ⧉protected getTagInvalidationCounts(array $tags) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:58
- ⧉protected ensureTableExists() Check if the cache tags table exists and create it if not.
/** * Check if the cache tags table exists and create it if not. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:75
- ⧉protected calculateChecksum(array $tags): int Calculates the current checksum for a given set of tags.
/** * Calculates the current checksum for a given set of tags. * * @param string[] $tags * The array of tags to calculate the checksum for. * * @return int * The calculated checksum. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php:128
- ⧉protected catchException(Exception $e) Act on an exception when cache might be stale.
/** * Act on an exception when cache might be stale. * * If the {cachetags} table does not yet exist, that's fine but if the table * exists and yet the query failed, then the cache is stale and the * exception needs to propagate. * * @param \Exception $e * The exception. * * @throws \Exception * * @deprecated in drupal:9.3.0 and is removed from drupal:10.0.0. There is no * replacement. * * @see https://www.drupal.org/node/3243014 */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:137
- ⇄const INVALID_CHECKSUM_WHILE_IN_TRANSACTION :: integer -1\Drupal\Core\Cache\DatabaseCacheTagsChecksum::INVALID_CHECKSUM_WHILE_IN_TRANSACTION
- ⇄const INVALID_CHECKSUM_WHILE_IN_TRANSACTION :: integer -1
- ⧉public __construct(Drupal\Core\Database\Connection $connection, Drupal\Core\Cache\CacheTagsChecksumInterface $checksum_provider, $bin, $max_rows = null) Constructs a DatabaseBackend object.
/** * Constructs a DatabaseBackend object. * * @param \Drupal\Core\Database\Connection $connection * The database connection. * @param \Drupal\Core\Cache\CacheTagsChecksumInterface $checksum_provider * The cache tags checksum provider. * @param string $bin * The cache bin for which the object is created. * @param int $max_rows * (optional) The maximum number of rows that are allowed in this cache bin * table. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:77
- ⧉public get($cid, $allow_invalid = false) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:90
- ⧉public getMultiple(&$cids, $allow_invalid = false) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:99
- ⧉public set($cid, $data, $expire = -1, array $tags = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:176
- ⧉public setMultiple(array $items) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:189
- ⧉public delete($cid) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:279
- ⧉public deleteMultiple(array $cids) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:286
- ⧉public deleteAll() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:309
- ⧉public invalidate($cid) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:326
- ⧉public invalidateMultiple(array $cids) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:333
- ⧉public invalidateAll() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:352
- ⧉public garbageCollection() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:366
- ⧉public removeBin() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:399
- ⧉public schemaDefinition() Defines the schema for the {cache_*} bin tables.
/** * Defines the schema for the {cache_*} bin tables. * * @internal */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:478
- ⧉public getMaxRows(): int The maximum number of rows that this cache bin table is allowed to store.
/** * The maximum number of rows that this cache bin table is allowed to store. * * @return int */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:544
- ⧉protected prepareItem($cache, $allow_invalid): mixed|false Prepares a cached item.
/** * Prepares a cached item. * * Checks that items are either permanent or did not expire, and unserializes * data as appropriate. * * @param object $cache * An item loaded from self::get() or self::getMultiple(). * @param bool $allow_invalid * If FALSE, the method returns FALSE if the cache item is not valid. * * @return mixed|false * The item with data unserialized as appropriate and a property indicating * whether the item is valid, or FALSE if there is no valid item to load. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:146
- ⧉protected doSetMultiple(array $items) Stores multiple items in the persistent cache.
/** * Stores multiple items in the persistent cache. * * @param array $items * An array of cache items, keyed by cid. * * @see \Drupal\Core\Cache\CacheBackendInterface::setMultiple() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:217
- ⧉protected ensureBinExists() Check if the cache bin exists and create it if not.
/** * Check if the cache bin exists and create it if not. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:411
- ⧉protected catchException(Exception $e, $table_name = null) Act on an exception when cache might be stale.
/** * Act on an exception when cache might be stale. * * If the table does not yet exist, that's fine, but if the table exists and * yet the query failed, then the cache is stale and the exception needs to * propagate. * * @param $e * The exception. * @param string|null $table_name * The table name. Defaults to $this->bin. * * @throws \Exception */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:443
- ⧉protected normalizeCid($cid): string Normalizes a cache ID in order to comply with database limitations.
/** * Normalizes a cache ID in order to comply with database limitations. * * @param string $cid * The passed in cache ID. * * @return string * An ASCII-encoded cache ID that is at most 255 characters long. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:458
- ⇄const DEFAULT_MAX_ROWS :: integer 5000\Drupal\Core\Cache\DatabaseBackend::DEFAULT_MAX_ROWS
- ⇄const MAXIMUM_NONE :: integer -1\Drupal\Core\Cache\DatabaseBackend::MAXIMUM_NONE
- ⇄const CACHE_PERMANENT :: integer -1\Drupal\Core\Cache\DatabaseBackend::CACHE_PERMANENT
- ⇄const DEFAULT_MAX_ROWS :: integer 5000
- protected useCaches -> boolean true
- protected stringTranslation -> null
- ⧉public __construct(Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager, Drupal\Core\Extension\ModuleHandlerInterface $module_handler, Drupal\Core\Cache\CacheBackendInterface $cache_backend, Drupal\Core\Language\LanguageManagerInterface $language_manager) Constructs a new EntityDisplayRepository.
/** * Constructs a new EntityDisplayRepository. * * @param \Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager * The entity type manager. * @param \Drupal\Core\Extension\ModuleHandlerInterface $module_handler * The module handler. * @param \Drupal\Core\Cache\CacheBackendInterface $cache_backend * The cache backend. * @param \Drupal\Core\Language\LanguageManagerInterface $language_manager * The language manager. */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityDisplayRepository.php:60
- ⧉public getAllViewModes() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityDisplayRepository.php:70
- ⧉public getViewModes($entity_type_id) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityDisplayRepository.php:77
- ⧉public getAllFormModes() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityDisplayRepository.php:84
- ⧉public getFormModes($entity_type_id) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityDisplayRepository.php:91
- ⧉public setStringTranslation(Drupal\Core\StringTranslation\TranslationInterface $translation): $this Sets the string translation service to use.
/** * Sets the string translation service to use. * * @param \Drupal\Core\StringTranslation\TranslationInterface $translation * The string translation service. * * @return $this */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/StringTranslationTrait.php:118
- ⧉public getViewModeOptions($entity_type) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityDisplayRepository.php:153
- ⧉public getFormModeOptions($entity_type_id) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityDisplayRepository.php:160
- ⧉public getViewModeOptionsByBundle($entity_type_id, $bundle) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityDisplayRepository.php:167
- ⧉public getFormModeOptionsByBundle($entity_type_id, $bundle) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityDisplayRepository.php:174
- ⧉public clearDisplayModeInfo() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityDisplayRepository.php:241
- ⧉public getViewDisplay($entity_type, $bundle, $view_mode = 'default') {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityDisplayRepository.php:249
- ⧉public getFormDisplay($entity_type, $bundle, $form_mode = 'default') {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityDisplayRepository.php:272
- ⧉protected cacheGet($cid): object|false Fetches from the cache backend, respecting the use caches flag.
/** * Fetches from the cache backend, respecting the use caches flag. * * @param string $cid * The cache ID of the data to retrieve. * * @return object|false * The cache item or FALSE on failure. * * @see \Drupal\Core\Cache\CacheBackendInterface::get() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/UseCacheBackendTrait.php:35
- ⧉protected cacheSet($cid, $data, $expire = -1, array $tags = array()) Stores data in the persistent cache, respecting the use caches flag.
/** * Stores data in the persistent cache, respecting the use caches flag. * * @param string $cid * The cache ID of the data to store. * @param mixed $data * The data to store in the cache. * Some storage engines only allow objects up to a maximum of 1MB in size to * be stored by default. When caching large arrays or similar, take care to * ensure $data does not exceed this size. * @param int $expire * One of the following values: * - CacheBackendInterface::CACHE_PERMANENT: Indicates that the item should * not be removed unless it is deleted explicitly. * - A Unix timestamp: Indicates that the item will be considered invalid * after this time, i.e. it will not be returned by get() unless * $allow_invalid has been set to TRUE. When the item has expired, it may * be permanently deleted by the garbage collector at any time. * @param array $tags * An array of tags to be stored with the cache item. These should normally * identify objects used to build the cache item, which should trigger * cache invalidation when updated. For example if a cached item represents * a node, both the node ID and the author's user ID might be passed in as * tags. For example array('node' => array(123), 'user' => array(92)). * * @see \Drupal\Core\Cache\CacheBackendInterface::set() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/UseCacheBackendTrait.php:69
- ⧉protected t($string, array $args = array(), array $options = array()): \Drupal\Core\StringTranslation\TranslatableMarkup Translates a string to the current language or to a given language.
/** * Translates a string to the current language or to a given language. * * See \Drupal\Core\StringTranslation\TranslatableMarkup::__construct() for * important security information and usage guidelines. * * In order for strings to be localized, make them available in one of the * ways supported by the * @link https://www.drupal.org/node/322729 Localization API @endlink. When * possible, use the \Drupal\Core\StringTranslation\StringTranslationTrait * $this->t(). Otherwise create a new * \Drupal\Core\StringTranslation\TranslatableMarkup object. * * @param string $string * A string containing the English text to translate. * @param array $args * (optional) An associative array of replacements to make after * translation. Based on the first character of the key, the value is * escaped and/or themed. See * \Drupal\Component\Render\FormattableMarkup::placeholderFormat() for * details. * @param array $options * (optional) An associative array of additional options, with the following * elements: * - 'langcode' (defaults to the current language): A language code, to * translate to a language other than what is used to display the page. * - 'context' (defaults to the empty context): The context the source * string belongs to. See the * @link i18n Internationalization topic @endlink for more information * about string contexts. * * @return \Drupal\Core\StringTranslation\TranslatableMarkup * An object that, when cast to a string, returns the translated string. * * @see \Drupal\Component\Render\FormattableMarkup::placeholderFormat() * @see \Drupal\Core\StringTranslation\TranslatableMarkup::__construct() * * @ingroup sanitization */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/StringTranslationTrait.php:70
- ⧉protected formatPlural($count, $singular, $plural, array $args = array(), array $options = array()) Formats a string containing a count of items.
/** * Formats a string containing a count of items. * * @see \Drupal\Core\StringTranslation\TranslationInterface::formatPlural() */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/StringTranslationTrait.php:79
- ⧉protected getNumberOfPlurals($langcode = null) Returns the number of plurals supported by a given language.
/** * Returns the number of plurals supported by a given language. * * @see \Drupal\locale\PluralFormulaInterface::getNumberOfPlurals() */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/StringTranslationTrait.php:88
- ⧉protected getStringTranslation(): \Drupal\Core\StringTranslation\TranslationInterface Gets the string translation service.
/** * Gets the string translation service. * * @return \Drupal\Core\StringTranslation\TranslationInterface * The string translation service. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/StringTranslationTrait.php:102
- ⧉protected getAllDisplayModesByEntityType($display_type): array Gets the entity display mode info for all entity types.
/** * Gets the entity display mode info for all entity types. * * @param string $display_type * The display type to be retrieved. It can be "view_mode" or "form_mode". * * @return array * The display mode info for all entity types. */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityDisplayRepository.php:104
- ⧉protected getDisplayModesByEntityType($display_type, $entity_type_id): array Gets the entity display mode info for a specific entity type.
/** * Gets the entity display mode info for a specific entity type. * * @param string $display_type * The display type to be retrieved. It can be "view_mode" or "form_mode". * @param string $entity_type_id * The entity type whose display mode info should be returned. * * @return array * The display mode info for a specific entity type. */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityDisplayRepository.php:137
- ⧉protected getDisplayModeOptions($display_type, $entity_type_id): array Gets an array of display mode options.
/** * Gets an array of display mode options. * * @param string $display_type * The display type to be retrieved. It can be "view_mode" or "form_mode". * @param string $entity_type_id * The entity type whose display mode options should be returned. * * @return array * An array of display mode labels, keyed by the display mode ID. */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityDisplayRepository.php:189
- ⧉protected getDisplayModeOptionsByBundle($display_type, $entity_type_id, $bundle): array Returns an array of enabled display mode options by bundle.
/** * Returns an array of enabled display mode options by bundle. * * @param $display_type * The display type to be retrieved. It can be "view_mode" or "form_mode". * @param string $entity_type_id * The entity type whose display mode options should be returned. * @param string $bundle * The name of the bundle. * * @return array * An array of display mode labels, keyed by the display mode ID. */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityDisplayRepository.php:210
- ⇄const DEFAULT_DISPLAY_MODE :: string (7) "default"\Drupal\Core\Entity\EntityDisplayRepository::DEFAULT_DISPLAY_MODE
- ⇄const DEFAULT_DISPLAY_MODE :: string (7) "default"
- protected cacheBin -> string (6) "render"
- ⧉protected languageManager -> Drupal\language\ConfigurableLanguageManager (16)
- Properties (16)
- Available methods (34)
- ⧉protected languages -> array (1)
- ⧉cs => array (2)
- ⧉1 => array (2) Depth Limit
- ⧉3 => array (4) Depth Limit
- ⧉protected defaultLanguage -> Drupal\Core\Language\LanguageDefault (1)
- Properties
- Available methods (3)
- ⧉protected language -> Drupal\Core\Language\Language (5)
- Properties (5)
- Available methods (9)
- Static class properties (16)
- protected name -> string (5) "Czech"
- protected id -> string (2) "cs"
- protected direction -> string (3) "ltr"
- protected weight -> integer 0
- protected locked -> boolean false
- ⧉public __construct(array $values = array()) Constructs a new class instance.
/** * Constructs a new class instance. * * @param array $values * An array of property values, keyed by property name, used to construct * the language. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:77
- ⧉public getName() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:101
- ⧉public getId() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:108
- ⧉public getDirection() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:115
- ⧉public getWeight() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:122
- ⧉public isDefault() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:129
- ⧉public isLocked() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:136
- ⇄⧉public static sort(&$languages) Sort language objects.\Drupal\Core\Language\Language::sort(&$languages)
/** * Sort language objects. * * @param \Drupal\Core\Language\LanguageInterface[] $languages * The array of language objects keyed by langcode. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:146
- ⧉protected static getDefaultLangcode(): string Gets the default langcode.
/** * Gets the default langcode. * * @return string * The current default langcode. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:173
- ⇄⧉public static $defaultValues :: array (5) Depth Limit\Drupal\Core\Language\Language::$defaultValues
- ⇄const LANGCODE_SYSTEM :: string (6) "system"\Drupal\Core\Language\Language::LANGCODE_SYSTEM
- ⇄const LANGCODE_NOT_SPECIFIED :: string (3) "und"\Drupal\Core\Language\Language::LANGCODE_NOT_SPECIFIED
- ⇄const LANGCODE_NOT_APPLICABLE :: string (3) "zxx"\Drupal\Core\Language\Language::LANGCODE_NOT_APPLICABLE
- ⇄const LANGCODE_DEFAULT :: string (9) "x-default"\Drupal\Core\Language\Language::LANGCODE_DEFAULT
- ⇄const LANGCODE_SITE_DEFAULT :: string (12) "site_default"\Drupal\Core\Language\Language::LANGCODE_SITE_DEFAULT
- ⇄const VALID_LANGCODE_REGEX :: string (33) "[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*"\Drupal\Core\Language\Language::VALID_LANGCODE_REGEX
- ⇄const STATE_CONFIGURABLE :: integer 1\Drupal\Core\Language\Language::STATE_CONFIGURABLE
- ⇄const STATE_LOCKED :: integer 2\Drupal\Core\Language\Language::STATE_LOCKED
- ⇄const STATE_ALL :: integer 3\Drupal\Core\Language\Language::STATE_ALL
- ⇄const STATE_SITE_DEFAULT :: integer 4\Drupal\Core\Language\Language::STATE_SITE_DEFAULT
- ⇄const TYPE_CONTENT :: string (16) "language_content"\Drupal\Core\Language\Language::TYPE_CONTENT
- ⇄const TYPE_INTERFACE :: string (18) "language_interface"\Drupal\Core\Language\Language::TYPE_INTERFACE
- ⇄const TYPE_URL :: string (12) "language_url"\Drupal\Core\Language\Language::TYPE_URL
- ⇄const DIRECTION_LTR :: string (3) "ltr"\Drupal\Core\Language\Language::DIRECTION_LTR
- ⇄const DIRECTION_RTL :: string (3) "rtl"\Drupal\Core\Language\Language::DIRECTION_RTL
- ⇄⧉public static $defaultValues :: array (5) Depth Limit
- ⧉public __construct(array $values) Constructs the default language object.
/** * Constructs the default language object. * * @param array $values * The properties used to construct the default language. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageDefault.php:30
- ⧉public get(): \Drupal\Core\Language\LanguageInterface Gets the default language.
/** * Gets the default language. * * @return \Drupal\Core\Language\LanguageInterface * The default language. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageDefault.php:40
- ⧉public set(Drupal\Core\Language\LanguageInterface $language) Sets the default language.
/** * Sets the default language. * * @param \Drupal\Core\Language\LanguageInterface $language * The default language. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageDefault.php:50
- ⧉protected definedLanguageTypesInfo -> array (3)
- ⧉language_interface => array (3)
- ⧉name => Drupal\Core\StringTranslation\TranslatableMarkup (5) Depth Limit
- ⧉description => Drupal\Core\StringTranslation\TranslatableMarkup (5) Depth Limit
- locked => boolean true
- ⧉language_content => array (3)
- ⧉name => Drupal\Core\StringTranslation\TranslatableMarkup (5) Depth Limit
- ⧉description => Drupal\Core\StringTranslation\TranslatableMarkup (5) Depth Limit
- locked => boolean true
- ⧉language_url => array (1)
- locked => boolean true
- protected _serviceIds -> array (0)
- protected _entityStorages -> array (0)
- ⧉protected configFactory -> Drupal\Core\Config\ConfigFactory (5)
- Properties (5)
- Available methods (20)
- ⧉protected storage -> Drupal\Core\Config\CachedStorage (5)
- Properties (5)
- Available methods (21)
- Static class properties
- ⧉protected storage -> Drupal\Core\Config\DatabaseStorage (6) Depth Limit
- ⧉protected cache -> Drupal\Core\Cache\DatabaseBackend (4) Depth Limit
- ⧉protected findByPrefixCache -> array (1) Depth Limit
- protected _serviceIds -> array (0)
- protected _entityStorages -> array (0)
- ⧉public __sleep() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:33
- ⧉public __construct(Drupal\Core\Config\StorageInterface $storage, Drupal\Core\Cache\CacheBackendInterface $cache) Constructs a new CachedStorage.
/** * Constructs a new CachedStorage. * * @param \Drupal\Core\Config\StorageInterface $storage * A configuration storage to be cached. * @param \Drupal\Core\Cache\CacheBackendInterface $cache * A cache backend used to store configuration. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:47
- ⧉public exists($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:55
- ⧉public read($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:65
- ⧉public __wakeup() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:74
- ⧉public readMultiple(array $names) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:82
- ⧉public write($name, array $data) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:123
- ⧉public delete($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:137
- ⧉public rename($name, $new_name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:151
- ⧉public encode($data) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:166
- ⧉public decode($raw) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:173
- ⧉public listAll($prefix = '') {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:180
- ⧉public deleteAll($prefix = '') {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:215
- ⧉public resetListCache() Clears the static list cache.
/** * Clears the static list cache. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:229
- ⧉public createCollection($collection) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:236
- ⧉public getAllCollectionNames() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:246
- ⧉public getCollectionName() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:253
- ⧉protected findByPrefix($prefix): array Finds configuration object names starting with a given prefix.
/** * Finds configuration object names starting with a given prefix. * * Given the following configuration objects: * - node.type.article * - node.type.page * * Passing the prefix 'node.type.' will return an array containing the above * names. * * @param string $prefix * The prefix to search for * * @return array * An array containing matching configuration object names. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:204
- ⧉protected getCacheKey($name): string Returns a cache key for a configuration name using the collection.
/** * Returns a cache key for a configuration name using the collection. * * @param string $name * The configuration name. * * @return string * The cache key for the configuration name. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:266
- ⧉protected getCacheKeys(array $names): array Returns a cache key map for an array of configuration names.
/** * Returns a cache key map for an array of configuration names. * * @param array $names * The configuration names. * * @return array * An array of cache keys keyed by configuration names. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:279
- ⧉protected getCollectionPrefix(): string Returns a cache ID prefix to use for the collection.
/** * Returns a cache ID prefix to use for the collection. * * @return string * The cache ID prefix. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:294
- ⇄const DEFAULT_COLLECTION :: string (0) ""\Drupal\Core\Config\CachedStorage::DEFAULT_COLLECTION
- ⇄const DEFAULT_COLLECTION :: string (0) ""
- ⧉protected eventDispatcher -> Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher (3)
- Properties (3)
- Available methods (9)
- ⧉protected container -> Drupal\Core\DependencyInjection\Container Blacklisted
- ⧉protected listeners -> array (46) Depth Limit
- protected unsorted -> array (0)
- ⧉public __construct(Symfony\Component\DependencyInjection\ContainerInterface $container, array $listeners = array()) Constructs a container aware event dispatcher.
/** * Constructs a container aware event dispatcher. * * @param \Symfony\Component\DependencyInjection\ContainerInterface $container * The service container. * @param array $listeners * A nested array of listener definitions keyed by event name and priority. * The array is expected to be ordered by priority. A listener definition is * an associative array with one of the following key value pairs: * - callable: A callable listener * - service: An array of the form [service id, method] * A service entry will be resolved to a callable only just before its * invocation. */ Defined in <ROOT>/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php:82
- ⧉public dispatch($event) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php:91
- ⧉public getListeners($event_name = null): array {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php:156
- ⧉public getListenerPriority($event_name, $listener): ?int {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php:196
- ⧉public hasListeners($event_name = null): bool {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php:228
- ⧉public addListener($event_name, $listener, $priority0) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php:245
- ⧉public removeListener($event_name, $listener) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php:253
- ⧉public addSubscriber(Symfony\Component\EventDispatcher\EventSubscriberInterface $subscriber) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php:290
- ⧉public removeSubscriber(Symfony\Component\EventDispatcher\EventSubscriberInterface $subscriber) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php:309
- ⧉protected cache -> array (15)
- ⧉system.date:global_overrides:config_split_state:cs => Drupal\Core\Config\ImmutableConfig (16) Depth Limit
- ⧉user.role.anonymous:global_overrides:config_split_state:cs => Drupal\Core\Config\ImmutableConfig (16) Depth Limit
- ⧉devel.settings:global_overrides:config_split_state:cs => Drupal\Core\Config\ImmutableConfig (16) Depth Limit
- ⧉language.entity.cs:global_overrides:config_split_state:cs => Drupal\Core\Config\ImmutableConfig (16) Depth Limit
- ⧉language.entity.en:global_overrides:config_split_state:cs => Drupal\Core\Config\ImmutableConfig (16) Depth Limit
- ⧉language.entity.und:global_overrides:config_split_state:cs => Drupal\Core\Config\ImmutableConfig (16) Depth Limit
- ⧉language.entity.zxx:global_overrides:config_split_state:cs => Drupal\Core\Config\ImmutableConfig (16) Depth Limit
- ⧉language.types:global_overrides:config_split_state:cs => Drupal\Core\Config\ImmutableConfig (16) Depth Limit
- ⧉language.negotiation:global_overrides:config_split_state:cs => Drupal\Core\Config\ImmutableConfig (16) Depth Limit
- ⧉oidc.settings:global_overrides:config_split_state:cs => Drupal\Core\Config\ImmutableConfig (15) Depth Limit
- ⧉system.performance:global_overrides:config_split_state:cs => Drupal\Core\Config\ImmutableConfig (15) Depth Limit
- ⧉redirect.settings:global_overrides:config_split_state:cs => Drupal\Core\Config\ImmutableConfig (16) Depth Limit
- ⧉system.site:global_overrides:config_split_state:cs => Drupal\Core\Config\ImmutableConfig (16) Depth Limit
- ⧉system.theme:global_overrides:config_split_state:cs => Drupal\Core\Config\ImmutableConfig (16) Depth Limit
- ⧉core.extension:global_overrides:config_split_state:cs => Drupal\Core\Config\ImmutableConfig (16) Depth Limit
- ⧉protected typedConfigManager -> Drupal\Core\Config\TypedConfigManager (24)
- Properties (24)
- Available methods (47)
- protected discovery -> null
- protected factory -> null
- protected mapper -> null
- protected cacheKey -> string (24) "typed_config_definitions"
- protected cacheTags -> array (0)
- protected alterHook -> string (18) "config_schema_info"
- protected subdir -> null
- ⧉protected moduleHandler -> Drupal\Core\Extension\ModuleHandler (11) Depth Limit
- protected defaults -> array (0)
- protected pluginDefinitionAnnotationName -> null
- protected pluginInterface -> null
- protected namespaces -> null
- protected additionalAnnotationNamespaces -> array (0)
- protected definitions -> null
- ⧉protected cacheBackend -> Drupal\Core\Cache\DatabaseBackend (4) Depth Limit
- protected useCaches -> boolean true
- protected validator -> null
- ⧉protected constraintManager -> Drupal\Core\Validation\ConstraintManager (16) Depth Limit
- protected prototypes -> array (0)
- ⧉protected classResolver -> Drupal\Core\DependencyInjection\ClassResolver (3) Depth Limit
- protected _serviceIds -> array (0)
- protected _entityStorages -> array (0)
- ⧉protected configStorage -> Drupal\Core\Config\CachedStorage (5) Depth Limit
- ⧉protected schemaStorage -> Drupal\Core\Config\ExtensionInstallStorage (7) Depth Limit
- ⧉public __construct(Drupal\Core\Config\StorageInterface $configStorage, Drupal\Core\Config\StorageInterface $schemaStorage, Drupal\Core\Cache\CacheBackendInterface $cache, Drupal\Core\Extension\ModuleHandlerInterface $module_handler, ?Drupal\Core\DependencyInjection\ClassResolverInterface $class_resolver = null) Creates a new typed configuration manager.
/** * Creates a new typed configuration manager. * * @param \Drupal\Core\Config\StorageInterface $configStorage * The storage object to use for reading schema data * @param \Drupal\Core\Config\StorageInterface $schemaStorage * The storage object to use for reading schema data * @param \Drupal\Core\Cache\CacheBackendInterface $cache * The cache backend to use for caching the definitions. * @param \Drupal\Core\Extension\ModuleHandlerInterface $module_handler * The module handler. * @param \Drupal\Core\DependencyInjection\ClassResolverInterface $class_resolver * (optional) The class resolver. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:55
- ⧉public get($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:77
- ⧉public buildDataDefinition(array $definition, $value, $name = null, $parent = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:92
- ⧉public getDefinition($base_plugin_id, $exception_on_invalid = true) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:207
- ⧉public clearCachedDefinitions() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:214
- ⧉public hasConfigSchema($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:368
- ⧉public createFromNameAndData($config_name, array $config_data) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:400
- ⧉public __sleep() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:33
- ⧉public __wakeup() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:74
- ⧉public createInstance($data_type, array $configuration = array()) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:76
- ⧉public create(Drupal\Core\TypedData\DataDefinitionInterface $definition, $value = null, $name = null, $parent = null) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:99
- ⧉public createDataDefinition($data_type) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:114
- ⧉public createListDataDefinition($item_type) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:132
- ⧉public getInstance(array $options) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:144
- ⧉public getPropertyInstance(Drupal\Core\TypedData\TypedDataInterface $object, $property_name, $value = null) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:151
- ⧉public setValidator(Symfony\Component\Validator\Validator\ValidatorInterface $validator) Sets the validator for validating typed data.
/** * Sets the validator for validating typed data. * * @param \Symfony\Component\Validator\Validator\ValidatorInterface $validator * The validator object to set. */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:219
- ⧉public getValidator() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:226
- ⧉public setValidationConstraintManager(Drupal\Core\Validation\ConstraintManager $constraintManager) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:240
- ⧉public getValidationConstraintManager() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:247
- ⧉public getDefaultConstraints(Drupal\Core\TypedData\DataDefinitionInterface $definition) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:254
- ⧉public getCanonicalRepresentation(Drupal\Core\TypedData\TypedDataInterface $data) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:288
- ⧉public hasDefinition($plugin_id) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php:59
- ⧉public setCacheBackend(Drupal\Core\Cache\CacheBackendInterface $cache_backend, $cache_key, array $cache_tags = array()) Initialize the cache backend.
/** * Initialize the cache backend. * * Plugin definitions are cached using the provided cache backend. * * @param \Drupal\Core\Cache\CacheBackendInterface $cache_backend * Cache backend instance to use. * @param string $cache_key * Cache key prefix to use. * @param array $cache_tags * (optional) When providing a list of cache tags, the cached plugin * definitions are tagged with the provided cache tags. These cache tags can * then be used to clear the corresponding cached plugin definitions. Note * that this should be used with care! For clearing all cached plugin * definitions of a plugin manager, call that plugin manager's * clearCachedDefinitions() method. Only use cache tags when cached plugin * definitions should be cleared along with other, related cache entries. */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:157
- ⧉public getDefinitions() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:178
- ⧉public useCaches($use_caches = false) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:233
- ⧉public processDefinition(&$definition, $plugin_id) Performs extra processing on plugin definitions.
/** * Performs extra processing on plugin definitions. * * By default we add defaults for the type to the definition. If a type has * additional processing logic they can do that by replacing or extending the * method. */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:247
- ⧉public getCacheContexts() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:357
- ⧉public getCacheTags() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:364
- ⧉public getCacheMaxAge() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:371
- ⧉protected getDiscovery() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:67
- ⧉protected determineType($base_plugin_id, array $definitions): string Determines the typed config type for a plugin ID.
/** * Determines the typed config type for a plugin ID. * * @param string $base_plugin_id * The plugin ID. * @param array $definitions * An array of typed config definitions. * * @return string * The typed config type for the given plugin ID. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:137
- ⧉protected getDefinitionWithReplacements($base_plugin_id, array $replacements, $exception_on_invalid = true): array Gets a schema definition with replacements for dynamic names.
/** * Gets a schema definition with replacements for dynamic names. * * @param string $base_plugin_id * A plugin ID. * @param array $replacements * An array of replacements for dynamic type names. * @param bool $exception_on_invalid * (optional) This parameter is passed along to self::getDefinition(). * However, self::getDefinition() does not respect this parameter, so it is * effectively useless in this context. * * @return array * A schema definition array. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:167
- ⧉protected getFallbackName($name): null|string Gets fallback configuration schema name.
/** * Gets fallback configuration schema name. * * @param string $name * Configuration name or key. * * @return null|string * The resolved schema name for the given configuration name or key. Returns * null if there is no schema name to fallback to. For example, * breakpoint.breakpoint.module.toolbar.narrow will check for definitions in * the following order: * breakpoint.breakpoint.module.toolbar.* * breakpoint.breakpoint.module.*.* * breakpoint.breakpoint.module.* * breakpoint.breakpoint.*.*.* * breakpoint.breakpoint.* * breakpoint.*.*.*.* * breakpoint.* * Colons are also used, for example, * block.settings.system_menu_block:footer will check for definitions in the * following order: * block.settings.system_menu_block:* * block.settings.*:* * block.settings.* * block.*.*:* * block.* */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:246
- ⧉protected replaceName($name, $data): string Replaces variables in configuration name.
/** * Replaces variables in configuration name. * * The configuration name may contain one or more variables to be replaced, * enclosed in square brackets like '[name]' and will follow the replacement * rules defined by the replaceVariable() method. * * @param string $name * Configuration name with variables in square brackets. * @param mixed $data * Configuration data for the element. * * @return string * Configuration name with variables replaced. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:284
- ⧉protected replaceVariable($value, $data): string Replaces variable values in included names with configuration data.
/** * Replaces variable values in included names with configuration data. * * Variable values are nested configuration keys that will be replaced by * their value or some of these special strings: * - '%key', will be replaced by the element's key. * - '%parent', to reference the parent element. * - '%type', to reference the schema definition type. Can only be used in * combination with %parent. * * There may be nested configuration keys separated by dots or more complex * patterns like '%parent.name' which references the 'name' value of the * parent element. * * Example patterns: * - 'name.subkey', indicates a nested value of the current element. * - '%parent.name', will be replaced by the 'name' value of the parent. * - '%parent.%key', will be replaced by the parent element's key. * - '%parent.%type', will be replaced by the schema type of the parent. * - '%parent.%parent.%type', will be replaced by the schema type of the * parent's parent. * * @param string $value * Variable value to be replaced. * @param mixed $data * Configuration data for the element. * * @return string * The replaced value if a replacement found or the original value if not. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:328
- ⧉protected alterDefinitions(&$definitions) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:377
- ⧉protected cacheGet($cid): object|false Fetches from the cache backend, respecting the use caches flag.
/** * Fetches from the cache backend, respecting the use caches flag. * * @param string $cid * The cache ID of the data to retrieve. * * @return object|false * The cache item or FALSE on failure. * * @see \Drupal\Core\Cache\CacheBackendInterface::get() */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Cache/UseCacheBackendTrait.php:35
- ⧉protected doGetDefinition(array $definitions, $plugin_id, $exception_on_invalid): array|null Gets a specific plugin definition.
/** * Gets a specific plugin definition. * * @param array $definitions * An array of the available plugin definitions. * @param string $plugin_id * A plugin id. * @param bool $exception_on_invalid * If TRUE, an invalid plugin ID will cause an exception to be thrown; if * FALSE, NULL will be returned. * * @return array|null * A plugin definition, or NULL if the plugin ID is invalid and * $exception_on_invalid is TRUE. * * @throws \Drupal\Component\Plugin\Exception\PluginNotFoundException * Thrown if $plugin_id is invalid and $exception_on_invalid is TRUE. */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php:43
- ⧉protected cacheSet($cid, $data, $expire = -1, array $tags = array()) Stores data in the persistent cache, respecting the use caches flag.
/** * Stores data in the persistent cache, respecting the use caches flag. * * @param string $cid * The cache ID of the data to store. * @param mixed $data * The data to store in the cache. * Some storage engines only allow objects up to a maximum of 1MB in size to * be stored by default. When caching large arrays or similar, take care to * ensure $data does not exceed this size. * @param int $expire * One of the following values: * - CacheBackendInterface::CACHE_PERMANENT: Indicates that the item should * not be removed unless it is deleted explicitly. * - A Unix timestamp: Indicates that the item will be considered invalid * after this time, i.e. it will not be returned by get() unless * $allow_invalid has been set to TRUE. When the item has expired, it may * be permanently deleted by the garbage collector at any time. * @param array $tags * An array of tags to be stored with the cache item. These should normally * identify objects used to build the cache item, which should trigger * cache invalidation when updated. For example if a cached item represents * a node, both the node ID and the author's user ID might be passed in as * tags. For example array('node' => array(123), 'user' => array(92)). * * @see \Drupal\Core\Cache\CacheBackendInterface::set() */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Cache/UseCacheBackendTrait.php:69
- ⧉protected alterInfo($alter_hook) Sets the alter hook name.
/** * Sets the alter hook name. * * @param string $alter_hook * Name of the alter hook; for example, to invoke * hook_mymodule_data_alter() pass in "mymodule_data". */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:171
- ⧉protected getCachedDefinitions(): array|null Returns the cached plugin definitions of the decorated discovery class.
/** * Returns the cached plugin definitions of the decorated discovery class. * * @return array|null * On success this will return an array of plugin definitions. On failure * this should return NULL, indicating to other methods that this has not * yet been defined. Success with no values should return as an empty array * and would actually be returned by the getDefinitions() method. */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:212
- ⧉protected setCachedDefinitions($definitions) Sets a cache of plugin definitions for the decorated discovery class.
/** * Sets a cache of plugin definitions for the decorated discovery class. * * @param array $definitions * List of definitions to store in cache. */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:225
- ⧉protected getFactory() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:277
- ⧉protected findDefinitions(): array Finds plugin definitions.
/** * Finds plugin definitions. * * @return array * List of definitions to store in cache. */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:290
- ⧉protected extractProviderFromDefinition($plugin_definition): string|null Extracts the provider from a plugin definition.
/** * Extracts the provider from a plugin definition. * * @param mixed $plugin_definition * The plugin definition. Usually either an array or an instance of * \Drupal\Component\Plugin\Definition\PluginDefinitionInterface * * @return string|null * The provider string, if it exists. NULL otherwise. */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:317
- ⧉protected providerExists($provider): bool Determines if the provider of a definition exists.
/** * Determines if the provider of a definition exists. * * @return bool * TRUE if provider exists, FALSE otherwise. */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:350
- ⧉protected handlePluginNotFound($plugin_id, array $configuration): object Allows plugin managers to specify custom behavior if a plugin is not found.
/** * Allows plugin managers to specify custom behavior if a plugin is not found. * * @param string $plugin_id * The ID of the missing requested plugin. * @param array $configuration * An array of configuration relevant to the plugin instance. * * @return object * A fallback plugin instance. */ Inherited from Drupal\Component\Plugin\PluginManagerBase Defined in <ROOT>/core/lib/Drupal/Component/Plugin/PluginManagerBase.php:98
- ⧉protected configFactoryOverrides -> array (2)
- ⧉0 => Drupal\config_split\Config\StatusConfigFactoryOverride (1) Depth Limit
- ⧉1 => Drupal\language\Config\LanguageConfigFactoryOverride (5) Depth Limit
- ⧉public __construct(Drupal\Core\Config\StorageInterface $storage, Symfony\Contracts\EventDispatcher\EventDispatcherInterface $event_dispatcher, Drupal\Core\Config\TypedConfigManagerInterface $typed_config) Constructs the Config factory.
/** * Constructs the Config factory. * * @param \Drupal\Core\Config\StorageInterface $storage * The configuration storage engine. * @param \Symfony\Contracts\EventDispatcher\EventDispatcherInterface $event_dispatcher * An event dispatcher instance to use for configuration events. * @param \Drupal\Core\Config\TypedConfigManagerInterface $typed_config * The typed configuration manager. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:72
- ⧉public getEditable($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:81
- ⧉public get($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:88
- ⧉public loadMultiple(array $names) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:135
- ⧉public reset($name = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:231
- ⧉public rename($old_name, $new_name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:252
- ⧉public getCacheKeys() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:270
- ⧉public clearStaticCache() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:319
- ⧉public listAll($prefix = '') {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:327
- ⧉public onConfigSave(Drupal\Core\Config\ConfigCrudEvent $event) Updates stale static cache entries when configuration is saved.
/** * Updates stale static cache entries when configuration is saved. * * @param ConfigCrudEvent $event * The configuration event. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:337
- ⧉public onConfigDelete(Drupal\Core\Config\ConfigCrudEvent $event) Removes stale static cache entries when configuration is deleted.
/** * Removes stale static cache entries when configuration is deleted. * * @param \Drupal\Core\Config\ConfigCrudEvent $event * The configuration event. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:366
- ⧉public addOverride(Drupal\Core\Config\ConfigFactoryOverrideInterface $config_factory_override) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:394
- ⧉protected doGet($name, $immutable = true): \Drupal\Core\Config\Config|\Drupal\Core\Config\ImmutableConfig Returns a configuration object for a given name.
/** * Returns a configuration object for a given name. * * @param string $name * The name of the configuration object to construct. * @param bool $immutable * (optional) Create an immutable configuration object. Defaults to TRUE. * * @return \Drupal\Core\Config\Config|\Drupal\Core\Config\ImmutableConfig * A configuration object. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:103
- ⧉protected doLoadMultiple(array $names, $immutable = true): \Drupal\Core\Config\Config[]|\Drupal\Core\Config\ImmutableConfig[] Returns a list of configuration objects for the given names.
/** * Returns a list of configuration objects for the given names. * * @param array $names * List of names of configuration objects. * @param bool $immutable * (optional) Create an immutable configuration objects. Defaults to TRUE. * * @return \Drupal\Core\Config\Config[]|\Drupal\Core\Config\ImmutableConfig[] * List of successfully loaded configuration objects, keyed by name. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:150
- ⧉protected loadOverrides(array $names): array Get arbitrary overrides for the named configuration objects from modules.
/** * Get arbitrary overrides for the named configuration objects from modules. * * @param array $names * The names of the configuration objects to get overrides for. * * @return array * An array of overrides keyed by the configuration object name. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:204
- ⧉protected propagateConfigOverrideCacheability($cache_key, $name) Propagates cacheability of config overrides to cached config objects.
/** * Propagates cacheability of config overrides to cached config objects. * * @param string $cache_key * The key of the cached config object to update. * @param string $name * The name of the configuration object to construct. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:222
- ⧉protected getConfigCacheKey($name, $immutable): string Gets the static cache key for a given config name.
/** * Gets the static cache key for a given config name. * * @param string $name * The name of the configuration object. * @param bool $immutable * Whether or not the object is mutable. * * @return string * The cache key. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:291
- ⧉protected getConfigCacheKeys($name): array Gets all the cache keys that match the provided config name.
/** * Gets all the cache keys that match the provided config name. * * @param string $name * The name of the configuration object. * * @return array * An array of cache keys that match the provided config name. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:308
- ⧉protected createConfigObject($name, $immutable): \Drupal\Core\Config\Config|\Drupal\Core\Config\ImmutableConfig Creates a configuration object.
/** * Creates a configuration object. * * @param string $name * Configuration object name. * @param bool $immutable * Determines whether a mutable or immutable config object is returned. * * @return \Drupal\Core\Config\Config|\Drupal\Core\Config\ImmutableConfig * The configuration object. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:409
- ⇄⧉public static getSubscribedEvents() {@inheritdoc}\Drupal\Core\Config\ConfigFactory::getSubscribedEvents()
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:385
- ⧉protected moduleHandler -> Drupal\Core\Extension\ModuleHandler (11)
- Properties (11)
- Available methods (35)
- ⧉protected loadedFiles -> array (157)
- action => boolean true
- actions_permissions => boolean true
- admin_toolbar => boolean true
- anchor_link => boolean true
- automated_cron => boolean true
- bean_migrate => boolean true
- better_exposed_filters => boolean true
- big_pipe => boolean true
- block => boolean true
- block_content => boolean true
- block_content_permissions => boolean true
- breakpoint => boolean true
- ck5_extra_plugins => boolean true
- ckeditor5 => boolean true
- ckeditor5_font => boolean true
- ckeditor5_inline_style => boolean true
- comment => boolean true
- config => boolean true
- config_filter => boolean true
- config_ignore => boolean true
- config_inspector => boolean true
- config_split => boolean true
- config_translation => boolean true
- config_update => boolean true
- config_update_ui => boolean true
- contact => boolean true
- contextual => boolean true
- custom_media_library => boolean true
- date_all_day => boolean true
- datetime => boolean true
- datetime_range => boolean true
- dblog => boolean true
- devel => boolean true
- devel_entity_updates => boolean true
- devel_kint_extras => boolean true
- draggableviews => boolean true
- dropzonejs => boolean true
- dropzonejs_eb_widget => boolean true
- dynamic_page_cache => boolean true
- edit_panel => boolean true
- editor => boolean true
- editor_advanced_link => boolean true
- embed => boolean true
- entity_browser => boolean true
- entity_browser_entity_form => boolean true
- entity_embed => boolean true
- entity_reference_revisions => boolean true
- entity_usage => boolean true
- field => boolean true
- field_group => boolean true
- field_group_migrate => boolean true
- field_ui => boolean true
- file => boolean true
- filter => boolean true
- filter_html_inline_style => boolean true
- fitvids => boolean true
- gin_toolbar => boolean true
- glightbox => boolean true
- help => boolean true
- history => boolean true
- image => boolean true
- imce => boolean true
- inline_entity_form => boolean true
- inline_form_errors => boolean true
- jquery_ui => boolean true
- jquery_ui_datepicker => boolean true
- jquery_ui_slider => boolean true
- jquery_ui_touch_punch => boolean true
- language => boolean true
- link => boolean true
- linkit => boolean true
- locale => boolean true
- masquerade => boolean true
- media => boolean true
- media_library => boolean true
- media_library_edit => boolean true
- media_migration => boolean true
- media_migration_tools => boolean true
- menu_block => boolean true
- menu_firstchild => boolean true
- menu_link_content => boolean true
- menu_ui => boolean true
- migmag => boolean true
- migmag_process => boolean true
- migrate => boolean true
- migrate_conditions => boolean true
- migrate_devel => boolean true
- migrate_drupal => boolean true
- migrate_drupal_ui => boolean true
- migrate_file => boolean true
- migrate_plus => boolean true
- migrate_process_array => boolean true
- migrate_process_extra => boolean true
- migrate_process_skip => boolean true
- migrate_process_trim => boolean true
- migrate_sandbox => boolean true
- migrate_tools => boolean true
- migrate_upgrade => boolean true
- mysql => boolean true
- node => boolean true
- oidc => boolean true
- options => boolean true
- owlcarousel => boolean true
- page_cache => boolean true
- path => boolean true
- path_alias => boolean true
- potx => boolean true
- redirect => boolean true
- robo => boolean true
- robo_migrate => boolean true
- robo_migrate_bean => boolean true
- robo_migrate_others => boolean true
- robo_migrate_system => boolean true
- search => boolean true
- shortcut => boolean true
- smart_sql_idmap => boolean true
- smart_trim => boolean true
- spamspan => boolean true
- string_field_formatter => boolean true
- svg_image => boolean true
- system => boolean true
- taxonomy => boolean true
- text => boolean true
- timer_block => boolean true
- token => boolean true
- token_filter => boolean true
- toolbar => boolean true
- tour => boolean true
- twig_real_content => boolean true
- update => boolean true
- upgrade_status => boolean true
- user => boolean true
- video_embed_field => boolean true
- views_bulk_operations => boolean true
- views_migration => boolean true
- views_ui => boolean true
- webform => boolean true
- webform_access => boolean true
- webform_devel => boolean true
- webform_location_places => boolean true
- webform_migrate => boolean true
- webform_node => boolean true
- webform_options_custom => boolean true
- webform_submission_export_import => boolean true
- webform_submission_log => boolean true
- webform_templates => boolean true
- webform_ui => boolean true
- yaml_editor => boolean true
- menu_admin_per_menu => boolean true
- pathauto => boolean true
- content_translation => boolean true
- externalauth => boolean true
- views => boolean true
- paragraphs => boolean true
- linked_field => boolean true
- standard => boolean true
- eu_cookie_compliance => boolean true
- ⧉protected moduleList -> array (157)
- ⧉action => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉actions_permissions => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉admin_toolbar => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉anchor_link => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉automated_cron => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉bean_migrate => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉better_exposed_filters => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉big_pipe => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉block => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉block_content => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉block_content_permissions => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉breakpoint => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉ck5_extra_plugins => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉ckeditor5 => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉ckeditor5_font => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉ckeditor5_inline_style => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉comment => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉config => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉config_filter => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉config_ignore => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉config_inspector => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉config_split => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉config_translation => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉config_update => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉config_update_ui => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉contact => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉contextual => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉custom_media_library => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉date_all_day => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉datetime => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉datetime_range => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉dblog => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉devel => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉devel_entity_updates => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉devel_kint_extras => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉draggableviews => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉dropzonejs => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉dropzonejs_eb_widget => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉dynamic_page_cache => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉edit_panel => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉editor => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉editor_advanced_link => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉embed => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉entity_browser => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉entity_browser_entity_form => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉entity_embed => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉entity_reference_revisions => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉entity_usage => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉field => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉field_group => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉field_group_migrate => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉field_ui => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉file => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉filter => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉filter_html_inline_style => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉fitvids => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉gin_toolbar => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉glightbox => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉help => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉history => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉image => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉imce => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉inline_entity_form => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉inline_form_errors => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉jquery_ui => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉jquery_ui_datepicker => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉jquery_ui_slider => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉jquery_ui_touch_punch => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉language => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉link => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉linkit => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉locale => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉masquerade => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉media => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉media_library => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉media_library_edit => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉media_migration => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉media_migration_tools => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉menu_block => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉menu_firstchild => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉menu_link_content => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉menu_ui => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migmag => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migmag_process => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migrate => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migrate_conditions => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migrate_devel => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migrate_drupal => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migrate_drupal_ui => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migrate_file => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migrate_plus => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migrate_process_array => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migrate_process_extra => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migrate_process_skip => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migrate_process_trim => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migrate_sandbox => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migrate_tools => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migrate_upgrade => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉mysql => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉node => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉oidc => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉options => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉owlcarousel => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉page_cache => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉path => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉path_alias => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉potx => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉redirect => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉robo => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉robo_migrate => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉robo_migrate_bean => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉robo_migrate_others => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉robo_migrate_system => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉search => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉shortcut => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉smart_sql_idmap => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉smart_trim => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉spamspan => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉string_field_formatter => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉svg_image => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉system => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉taxonomy => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉text => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉timer_block => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉token => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉token_filter => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉toolbar => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉tour => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉twig_real_content => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉update => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉upgrade_status => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉user => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉video_embed_field => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉views_bulk_operations => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉views_migration => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉views_ui => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉webform => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉webform_access => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉webform_devel => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉webform_location_places => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉webform_migrate => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉webform_node => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉webform_options_custom => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉webform_submission_export_import => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉webform_submission_log => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉webform_templates => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉webform_ui => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉yaml_editor => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉menu_admin_per_menu => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉pathauto => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉content_translation => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉externalauth => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉views => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉paragraphs => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉linked_field => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉standard => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉eu_cookie_compliance => Drupal\Core\Extension\Extension (5) Depth Limit
- protected loaded -> boolean true
- ⧉protected implementations -> array (682)
- ⧉module_implements_alter => array (5) Depth Limit
- ⧉config_schema_info_alter => array (4) Depth Limit
- entity_load => array (0)
- user_role_load => array (0)
- language_fallback_candidates_locale_lookup_alter => array (0)
- language_fallback_candidates_alter => array (0)
- ⧉webform_help_info => array (6) Depth Limit
- webform_help_info_alter => array (0)
- config_filter_info_alter => array (0)
- config_ignore_settings_alter => array (0)
- ⧉system_info_alter => array (2) Depth Limit
- ⧉config_import_steps_alter => array (1) Depth Limit
- ⧉filter_format_load => array (1) Depth Limit
- ⧉filter_info_alter => array (1) Depth Limit
- ⧉filter_format_presave => array (1) Depth Limit
- ⧉entity_presave => array (2) Depth Limit
- filter_format_update => array (0)
- ⧉entity_update => array (4) Depth Limit
- query_alter => array (0)
- query_entity_query_alter => array (0)
- query_entity_query_block_content_alter => array (0)
- entity_preload => array (0)
- query_block_content_load_multiple_alter => array (0)
- ⧉entity_bundle_field_info => array (1) Depth Limit
- field_config_load => array (0)
- entity_bundle_field_info_alter => array (0)
- ⧉entity_field_storage_info => array (1) Depth Limit
- field_storage_config_load => array (0)
- entity_field_storage_info_alter => array (0)
- ⧉entity_storage_load => array (1) Depth Limit
- block_content_storage_load => array (0)
- block_content_load => array (0)
- language_types_info => array (0)
- ⧉language_types_info_alter => array (2) Depth Limit
- user_load => array (0)
- query_node_load_multiple_alter => array (0)
- base_field_override_load => array (0)
- node_storage_load => array (0)
- node_load => array (0)
- ⧉entity_access => array (1) Depth Limit
- ⧉node_access => array (2) Depth Limit
- node_grants => array (0)
- entity_view_mode_alter => array (0)
- ⧉theme => array (42) Depth Limit
- views_plugins_pager_alter => array (0)
- ⧉views_data => array (7) Depth Limit
- action_load => array (0)
- search_page_load => array (0)
- ⧉field_views_data => array (6) Depth Limit
- comment_type_load => array (0)
- ⧉field_views_data_alter => array (1) Depth Limit
- ⧉views_data_alter => array (10) Depth Limit
- language_content_settings_load => array (0)
- views_plugins_row_alter => array (0)
- views_plugins_style_alter => array (0)
- views_plugins_exposed_form_alter => array (0)
- ⧉theme_registry_alter => array (6) Depth Limit
- entity_view_mode_load => array (0)
- entity_view_mode_info_alter => array (0)
- node_build_defaults_alter => array (0)
- entity_build_defaults_alter => array (0)
- ⧉entity_extra_field_info => array (7) Depth Limit
- node_type_load => array (0)
- entity_extra_field_info_alter => array (0)
- ⧉field_formatter_info_alter => array (2) Depth Limit
- entity_view_display_load => array (0)
- ⧉entity_view_display_alter => array (1) Depth Limit
- entity_prepare_view => array (0)
- ⧉entity_field_access => array (1) Depth Limit
- entity_field_access_alter => array (0)
- query_user_load_multiple_alter => array (0)
- user_storage_load => array (0)
- user_access => array (0)
- date_format_load => array (0)
- ⧉entity_display_build_alter => array (1) Depth Limit
- node_view => array (0)
- ⧉entity_view => array (1) Depth Limit
- ⧉node_view_alter => array (2) Depth Limit
- ⧉entity_view_alter => array (2) Depth Limit
- ⧉theme_suggestions_field => array (1) Depth Limit
- ⧉theme_suggestions_alter => array (2) Depth Limit
- theme_suggestions_field_alter => array (0)
- ⧉template_preprocess_default_variables_alter => array (1) Depth Limit
- element_plugin_alter => array (0)
- ⧉element_info_alter => array (8) Depth Limit
- ⧉theme_suggestions_node => array (1) Depth Limit
- ⧉theme_suggestions_node_alter => array (1) Depth Limit
- theme_suggestions_username => array (0)
- theme_suggestions_username_alter => array (0)
- ⧉user_format_name_alter => array (1) Depth Limit
- ⧉node_links_alter => array (1) Depth Limit
- theme_suggestions_links => array (0)
- theme_suggestions_links_alter => array (0)
- display_variant_plugin_alter => array (0)
- block_load => array (0)
- block_access => array (0)
- menu_load => array (0)
- view_load => array (0)
- views_plugins_argument_alter => array (0)
- ⧉views_plugins_argument_validator_alter => array (1) Depth Limit
- block_alter => array (0)
- condition_info_alter => array (0)
- webform_load => array (0)
- ⧉webform_access => array (1) Depth Limit
- webform_source_entity_info_alter => array (0)
- ⧉webform_access_rules => array (1) Depth Limit
- webform_access_rules_alter => array (0)
- ⧉block_content_access => array (1) Depth Limit
- block_build_alter => array (0)
- block_build_system_branding_block_alter => array (0)
- block_build_system_menu_block_alter => array (0)
- block_build_timer_block_alter => array (0)
- block_build_block_content_alter => array (0)
- block_build_local_actions_block_alter => array (0)
- block_build_help_block_alter => array (0)
- block_build_system_messages_block_alter => array (0)
- block_build_local_tasks_block_alter => array (0)
- block_build_system_main_block_alter => array (0)
- ⧉block_view_alter => array (1) Depth Limit
- ⧉block_view_system_main_block_alter => array (1) Depth Limit
- block_build_views_block_alter => array (0)
- block_build_webform_block_alter => array (0)
- ⧉page_attachments => array (9) Depth Limit
- file_url_alter => array (0)
- eu_cookie_compliance_path_match_alter => array (0)
- eu_cookie_compliance_geoip_match_alter => array (0)
- eu_cookie_compliance_show_popup_alter => array (0)
- eu_cookie_compliance_cid_alter => array (0)
- token_entity_mapping_alter => array (0)
- theme_suggestions_eu_cookie_compliance_popup_info_consent_default => array (0)
- theme_suggestions_eu_cookie_compliance_popup_info_consent_default_alter => array (0)
- theme_suggestions_eu_cookie_compliance_withdraw => array (0)
- theme_suggestions_eu_cookie_compliance_withdraw_alter => array (0)
- ⧉page_attachments_alter => array (4) Depth Limit
- ⧉page_top => array (5) Depth Limit
- ⧉page_bottom => array (1) Depth Limit
- ⧉theme_suggestions_html => array (1) Depth Limit
- theme_suggestions_html_alter => array (0)
- ⧉block_view_system_menu_block_alter => array (1) Depth Limit
- query_menu_link_content_load_multiple_alter => array (0)
- menu_link_content_storage_load => array (0)
- menu_link_content_load => array (0)
- ⧉theme_suggestions_block => array (2) Depth Limit
- ⧉theme_suggestions_block_alter => array (1) Depth Limit
- ⧉theme_suggestions_menu => array (1) Depth Limit
- theme_suggestions_menu_alter => array (0)
- link_alter => array (0)
- ⧉theme_suggestions_region => array (1) Depth Limit
- theme_suggestions_region_alter => array (0)
- ⧉theme_suggestions_page => array (1) Depth Limit
- theme_suggestions_page_alter => array (0)
- block_view_system_branding_block_alter => array (0)
- menu_firstchild_item_alter => array (0)
- block_view_block_content_alter => array (0)
- block_content_build_defaults_alter => array (0)
- block_content_view => array (0)
- block_content_view_alter => array (0)
- field_group_content_element_keys_alter => array (0)
- ⧉field_group_pre_render => array (1) Depth Limit
- field_group_formatter_info_alter => array (0)
- field_group_pre_render_alter => array (0)
- ⧉field_group_build_pre_render_alter => array (1) Depth Limit
- theme_suggestions_field_group_html_element => array (0)
- theme_suggestions_field_group_html_element_alter => array (0)
- block_view_local_actions_block_alter => array (0)
- media_type_load => array (0)
- block_content_type_load => array (0)
- menu_local_actions_alter => array (0)
- ⧉block_view_help_block_alter => array (1) Depth Limit
- ⧉help => array (97) Depth Limit
- block_view_system_messages_block_alter => array (0)
- block_view_local_tasks_block_alter => array (0)
- entity_form_mode_load => array (0)
- entity_form_mode_info_alter => array (0)
- ⧉local_tasks_alter => array (7) Depth Limit
- ⧉menu_local_tasks_alter => array (4) Depth Limit
- theme_suggestions_menu_local_tasks => array (0)
- theme_suggestions_menu_local_tasks_alter => array (0)
- theme_suggestions_menu_local_task => array (0)
- theme_suggestions_menu_local_task_alter => array (0)
- block_view_views_block_alter => array (0)
- views_plugins_cache_alter => array (0)
- views_plugins_query_alter => array (0)
- views_pre_view => array (0)
- views_plugins_field_alter => array (0)
- views_plugins_sort_alter => array (0)
- views_plugins_filter_alter => array (0)
- ⧉views_pre_build => array (1) Depth Limit
- ⧉views_query_alter => array (1) Depth Limit
- ⧉views_query_substitutions => array (4) Depth Limit
- views_post_build => array (0)
- views_pre_execute => array (0)
- ⧉query_views_alter => array (1) Depth Limit
- query_views_news_alter => array (0)
- ⧉query_node_access_alter => array (1) Depth Limit
- views_post_execute => array (0)
- ⧉views_pre_render => array (3) Depth Limit
- ⧉views_post_render => array (1) Depth Limit
- theme_suggestions_views_view => array (0)
- theme_suggestions_views_view_alter => array (0)
- theme_suggestions_views_view_unformatted => array (0)
- theme_suggestions_views_view_unformatted_alter => array (0)
- query_media_load_multiple_alter => array (0)
- media_storage_load => array (0)
- media_load => array (0)
- media_access => array (0)
- media_build_defaults_alter => array (0)
- query_file_load_multiple_alter => array (0)
- file_storage_load => array (0)
- file_load => array (0)
- image_style_load => array (0)
- media_view => array (0)
- media_view_alter => array (0)
- ⧉theme_suggestions_media => array (1) Depth Limit
- ⧉media_source_info_alter => array (2) Depth Limit
- theme_suggestions_media_alter => array (0)
- theme_suggestions_image_formatter => array (0)
- theme_suggestions_image_formatter_alter => array (0)
- theme_suggestions_image_style => array (0)
- theme_suggestions_image_style_alter => array (0)
- image_effect_info_alter => array (0)
- theme_suggestions_image => array (0)
- theme_suggestions_image_alter => array (0)
- theme_suggestions_smart_trim => array (0)
- ⧉theme_suggestions_smart_trim_alter => array (1) Depth Limit
- theme_suggestions_container => array (0)
- ⧉theme_suggestions_container_alter => array (2) Depth Limit
- views_plugins_argument_default_alter => array (0)
- views_plugins_join_alter => array (0)
- query_views_download_alter => array (0)
- video_embed_field_provider_info_alter => array (0)
- theme_suggestions_video_embed_iframe => array (0)
- theme_suggestions_video_embed_iframe_alter => array (0)
- query_views_events_alter => array (0)
- query_views_sponsors_hp_alter => array (0)
- query_paragraph_access_alter => array (0)
- query_paragraph_load_multiple_alter => array (0)
- paragraph_storage_load => array (0)
- paragraph_load => array (0)
- theme_suggestions_views_view_field => array (0)
- theme_suggestions_views_view_field_alter => array (0)
- entity_view_display_create => array (0)
- entity_create => array (0)
- ⧉field_info_max_weight => array (1) Depth Limit
- theme_suggestions_owlcarousel_views => array (0)
- theme_suggestions_owlcarousel_views_alter => array (0)
- theme_suggestions_views_view_fields => array (0)
- theme_suggestions_views_view_fields_alter => array (0)
- block_view_webform_block_alter => array (0)
- webform_options_custom_load => array (0)
- webform_element_info_alter => array (0)
- ⧉filter_format_access => array (1) Depth Limit
- webform_element_default_properties_alter => array (0)
- webform_submission_field_values_init => array (0)
- entity_field_values_init => array (0)
- webform_submission_create => array (0)
- query_entity_query_webform_submission_alter => array (0)
- entity_form_mode_alter => array (0)
- entity_form_display_create => array (0)
- ⧉entity_form_display_alter => array (1) Depth Limit
- entity_prepare_form => array (0)
- webform_submission_prepare_form => array (0)
- webform_element_access => array (0)
- webform_element_alter => array (0)
- webform_element_processed_text_alter => array (0)
- webform_element_email_alter => array (0)
- webform_submission_form_alter => array (0)
- ⧉form_alter => array (14) Depth Limit
- form_webform_submission_webform_64_form_alter => array (0)
- form_webform_submission_webform_64_node_48_add_form_alter => array (0)
- ⧉theme_suggestions_webform_submission_form => array (1) Depth Limit
- theme_suggestions_webform_submission_form_alter => array (0)
- ⧉theme_suggestions_form_element => array (1) Depth Limit
- theme_suggestions_form_element_alter => array (0)
- theme_suggestions_form_element_label => array (0)
- theme_suggestions_form_element_label_alter => array (0)
- theme_suggestions_input => array (0)
- theme_suggestions_input_alter => array (0)
- theme_suggestions_webform_actions => array (0)
- theme_suggestions_webform_actions_alter => array (0)
- ⧉theme_suggestions_webform => array (1) Depth Limit
- theme_suggestions_webform_alter => array (0)
- theme_suggestions_spamspan_at_sign => array (0)
- theme_suggestions_spamspan_at_sign_alter => array (0)
- ⧉tokens => array (14) Depth Limit
- ⧉token_info => array (13) Depth Limit
- theme_suggestions_webform_element_more => array (0)
- theme_suggestions_webform_element_more_alter => array (0)
- ⧉token_info_alter => array (3) Depth Limit
- ⧉tokens_alter => array (1) Depth Limit
- theme_suggestions_off_canvas_page_wrapper => array (0)
- theme_suggestions_off_canvas_page_wrapper_alter => array (0)
- block_view_timer_block_alter => array (0)
- ⧉library_info_build => array (2) Depth Limit
- ⧉library_info_alter => array (9) Depth Limit
- ⧉webform_libraries_info => array (2) Depth Limit
- webform_handler_info_alter => array (0)
- webform_handler_invoke_alter => array (0)
- webform_handler_invoke_alter_elements_alter => array (0)
- webform_options_alter => array (0)
- webform_options_load => array (0)
- webform_options_likert_quality_alter => array (0)
- webform_options_sex_alter => array (0)
- webform_options_state_province_names_alter => array (0)
- ⧉webform_options_country_names_alter => array (1) Depth Limit
- countries_alter => array (0)
- webform_options_relationship_alter => array (0)
- ⧉webform_options_languages_alter => array (1) Depth Limit
- webform_options_industry_alter => array (0)
- ⧉webform_options_time_zones_alter => array (1) Depth Limit
- webform_libraries_info_alter => array (0)
- ⧉css_alter => array (2) Depth Limit
- ⧉js_alter => array (4) Depth Limit
- ⧉js_settings_build => array (1) Depth Limit
- ⧉js_settings_alter => array (2) Depth Limit
- query_entity_query_file_alter => array (0)
- block_build_page_title_block_alter => array (0)
- block_view_page_title_block_alter => array (0)
- theme_suggestions_page_title => array (0)
- theme_suggestions_page_title_alter => array (0)
- form_user_login_form_alter => array (0)
- theme_suggestions_form => array (0)
- theme_suggestions_form_alter => array (0)
- query_entity_query_user_alter => array (0)
- theme_suggestions_item_list => array (0)
- theme_suggestions_item_list_alter => array (0)
- theme_suggestions_status_messages => array (0)
- theme_suggestions_status_messages_alter => array (0)
- query_entity_query_media_alter => array (0)
- glightbox_settings_alter => array (0)
- theme_suggestions_glightbox_formatter => array (0)
- theme_suggestions_glightbox_formatter_alter => array (0)
- ⧉devel_dumper_info_alter => array (1) Depth Limit
- user_build_defaults_alter => array (0)
- ⧉user_view => array (2) Depth Limit
- ⧉user_view_alter => array (1) Depth Limit
- theme_suggestions_user => array (0)
- theme_suggestions_user_alter => array (0)
- action_info_alter => array (0)
- taxonomy_vocabulary_load => array (0)
- block_build_language_block_alter => array (0)
- block_build_masquerade_alter => array (0)
- breakpoints_alter => array (0)
- ⧉toolbar => array (7) Depth Limit
- shortcut_default_set => array (0)
- shortcut_set_load => array (0)
- ⧉toolbar_alter => array (3) Depth Limit
- theme_suggestions_toolbar => array (0)
- theme_suggestions_toolbar_alter => array (0)
- imce_profile_load => array (0)
- block_view_masquerade_alter => array (0)
- form_masquerade_block_form_alter => array (0)
- query_entity_query_shortcut_alter => array (0)
- ajax_render_alter => array (0)
- block_view_language_block_alter => array (0)
- configurable_language_load => array (0)
- language_switch_links_alter => array (0)
- ⧉user_logout => array (1) Depth Limit
- theme_suggestions_file_link => array (0)
- theme_suggestions_file_link_alter => array (0)
- ⧉entity_base_field_info => array (5) Depth Limit
- entity_bundle_info => array (0)
- contact_form_load => array (0)
- paragraphs_type_load => array (0)
- ⧉entity_bundle_info_alter => array (1) Depth Limit
- ⧉entity_base_field_info_alter => array (3) Depth Limit
- ⧉config_translation_info => array (1) Depth Limit
- ⧉config_translation_info_alter => array (1) Depth Limit
- ⧉language_fallback_candidates_entity_view_alter => array (1) Depth Limit
- theme_suggestions_media_embed_error => array (0)
- theme_suggestions_media_embed_error_alter => array (0)
- pathauto_punctuation_chars_alter => array (0)
- query_menu_link_content_access_alter => array (0)
- query_entity_query_menu_link_content_alter => array (0)
- transliteration_overrides_alter => array (0)
- query_entity_query_node_alter => array (0)
- theme_suggestions_table => array (0)
- theme_suggestions_table_alter => array (0)
- theme_suggestions_filter_caption => array (0)
- theme_suggestions_filter_caption_alter => array (0)
- media_type_access => array (0)
- oembed_resource_url_alter => array (0)
- theme_suggestions_media_oembed_iframe => array (0)
- theme_suggestions_media_oembed_iframe_alter => array (0)
- menu_admin_per_menu_get_permissions_alter => array (0)
- contextual_links_plugins_alter => array (0)
- ⧉contextual_links_alter => array (1) Depth Limit
- ⧉contextual_links_view_alter => array (3) Depth Limit
- ⧉field_widget_info_alter => array (4) Depth Limit
- entity_form_display_load => array (0)
- ⧉node_prepare_form => array (1) Depth Limit
- ⧉field_widget_form_alter => array (1) Depth Limit
- field_widget_datetime_timestamp_form_alter => array (0)
- ⧉field_widget_single_element_form_alter => array (6) Depth Limit
- field_widget_single_element_datetime_timestamp_form_alter => array (0)
- field_widget_multivalue_form_alter => array (0)
- field_widget_multivalue_datetime_timestamp_form_alter => array (0)
- ⧉field_widget_complete_form_alter => array (2) Depth Limit
- field_widget_complete_datetime_timestamp_form_alter => array (0)
- field_widget_media_library_widget_form_alter => array (0)
- field_widget_single_element_media_library_widget_form_alter => array (0)
- field_widget_multivalue_media_library_widget_form_alter => array (0)
- field_widget_complete_media_library_widget_form_alter => array (0)
- field_widget_entity_reference_autocomplete_form_alter => array (0)
- field_widget_single_element_entity_reference_autocomplete_form_alter => array (0)
- field_widget_multivalue_entity_reference_autocomplete_form_alter => array (0)
- field_widget_complete_entity_reference_autocomplete_form_alter => array (0)
- field_widget_link_default_form_alter => array (0)
- field_widget_single_element_link_default_form_alter => array (0)
- field_widget_multivalue_link_default_form_alter => array (0)
- field_widget_complete_link_default_form_alter => array (0)
- field_widget_text_textarea_form_alter => array (0)
- field_widget_single_element_text_textarea_form_alter => array (0)
- field_widget_multivalue_text_textarea_form_alter => array (0)
- field_widget_complete_text_textarea_form_alter => array (0)
- field_widget_string_textarea_form_alter => array (0)
- field_widget_single_element_string_textarea_form_alter => array (0)
- field_widget_multivalue_string_textarea_form_alter => array (0)
- field_widget_complete_string_textarea_form_alter => array (0)
- field_widget_language_select_form_alter => array (0)
- field_widget_single_element_language_select_form_alter => array (0)
- field_widget_multivalue_language_select_form_alter => array (0)
- field_widget_complete_language_select_form_alter => array (0)
- pathauto_alias_types_alter => array (0)
- pathauto_pattern_load => array (0)
- field_widget_path_form_alter => array (0)
- field_widget_single_element_path_form_alter => array (0)
- field_widget_multivalue_path_form_alter => array (0)
- field_widget_complete_path_form_alter => array (0)
- field_widget_boolean_checkbox_form_alter => array (0)
- field_widget_single_element_boolean_checkbox_form_alter => array (0)
- field_widget_multivalue_boolean_checkbox_form_alter => array (0)
- field_widget_complete_boolean_checkbox_form_alter => array (0)
- field_widget_string_textfield_form_alter => array (0)
- field_widget_single_element_string_textfield_form_alter => array (0)
- field_widget_multivalue_string_textfield_form_alter => array (0)
- field_widget_complete_string_textfield_form_alter => array (0)
- entity_create_access => array (0)
- node_create_access => array (0)
- ⧉form_node_form_alter => array (5) Depth Limit
- form_node_staticpage_edit_form_alter => array (0)
- gin_ignore_sticky_form_actions => array (0)
- gin_ignore_sticky_form_actions_alter => array (0)
- gin_content_form_routes => array (0)
- gin_content_form_routes_alter => array (0)
- theme_suggestions_node_edit_form => array (0)
- theme_suggestions_node_edit_form_alter => array (0)
- theme_suggestions_field_multiple_value_form => array (0)
- theme_suggestions_field_multiple_value_form_alter => array (0)
- theme_suggestions_textarea => array (0)
- theme_suggestions_textarea_alter => array (0)
- theme_suggestions_fieldset => array (0)
- theme_suggestions_fieldset_alter => array (0)
- theme_suggestions_select => array (0)
- theme_suggestions_select_alter => array (0)
- editor_info_alter => array (0)
- editor_load => array (0)
- embed_button_load => array (0)
- embed_type_plugins_alter => array (0)
- ⧉ckeditor5_plugin_info_alter => array (1) Depth Limit
- ⧉editor_js_settings_alter => array (2) Depth Limit
- ⧉editor_xss_filter_alter => array (1) Depth Limit
- theme_suggestions_filter_guidelines => array (0)
- theme_suggestions_filter_guidelines_alter => array (0)
- theme_suggestions_filter_tips => array (0)
- theme_suggestions_filter_tips_alter => array (0)
- theme_suggestions_text_format_wrapper => array (0)
- theme_suggestions_text_format_wrapper_alter => array (0)
- theme_suggestions_details => array (0)
- theme_suggestions_details_alter => array (0)
- block_build_system_breadcrumb_block_alter => array (0)
- block_view_system_breadcrumb_block_alter => array (0)
- ⧉system_breadcrumb_alter => array (1) Depth Limit
- theme_suggestions_breadcrumb => array (0)
- theme_suggestions_breadcrumb_alter => array (0)
- ⧉entity_reference_selection_alter => array (1) Depth Limit
- path_alias_field_values_init => array (0)
- path_alias_create => array (0)
- ⧉validation_constraint_alter => array (2) Depth Limit
- query_entity_query_path_alias_alter => array (0)
- query_user_access_alter => array (0)
- ⧉query_entity_reference_alter => array (3) Depth Limit
- ⧉menu_link_content_presave => array (1) Depth Limit
- menu_link_content_update => array (0)
- node_presave => array (0)
- node_access_records => array (0)
- node_access_records_alter => array (0)
- ⧉node_update => array (1) Depth Limit
- entity_usage_track_info_alter => array (0)
- pathauto_pattern_alter => array (0)
- pathauto_alias_alter => array (0)
- query_path_alias_load_multiple_alter => array (0)
- path_alias_storage_load => array (0)
- path_alias_load => array (0)
- query_redirect_load_multiple_alter => array (0)
- redirect_storage_load => array (0)
- redirect_load => array (0)
- redirect_response_alter => array (0)
- language_fallback_candidates_entity_upcast_alter => array (0)
- ⧉user_login => array (2) Depth Limit
- webform_submission_presave => array (0)
- webform_submission_insert => array (0)
- ⧉entity_insert => array (4) Depth Limit
- ⧉theme_suggestions_webform_confirmation => array (1) Depth Limit
- theme_suggestions_webform_confirmation_alter => array (0)
- theme_suggestions_webform_html_editor_markup => array (0)
- theme_suggestions_webform_html_editor_markup_alter => array (0)
- view_access => array (0)
- query_webform_submission_load_multiple_alter => array (0)
- webform_submission_storage_load => array (0)
- webform_submission_load => array (0)
- language_fallback_candidates_node_tokens_alter => array (0)
- paragraph_access => array (0)
- paragraph_build_defaults_alter => array (0)
- paragraph_view => array (0)
- paragraph_view_alter => array (0)
- paragraphs_behavior_info_alter => array (0)
- ⧉theme_suggestions_paragraph => array (1) Depth Limit
- theme_suggestions_paragraph_alter => array (0)
- editor_access => array (0)
- imce_plugin_info_alter => array (0)
- theme_suggestions_imce_page => array (0)
- theme_suggestions_imce_page_alter => array (0)
- file_mimetype_mapping_alter => array (0)
- file_field_values_init => array (0)
- file_create => array (0)
- image_toolkit_operation_alter => array (0)
- file_validate => array (0)
- query_file_access_alter => array (0)
- file_presave => array (0)
- file_insert => array (0)
- file_update => array (0)
- search_page_access => array (0)
- theme_suggestions_time => array (0)
- theme_suggestions_time_alter => array (0)
- ⧉masquerade_access => array (1) Depth Limit
- theme_suggestions_media_library_item => array (0)
- theme_suggestions_media_library_item_alter => array (0)
- ⧉form_views_exposed_form_alter => array (2) Depth Limit
- query_views_edit_panel_block_content_alter => array (0)
- query_block_content_access_alter => array (0)
- ⧉block_content_type_access => array (1) Depth Limit
- ⧉entity_operation => array (7) Depth Limit
- ⧉entity_operation_alter => array (1) Depth Limit
- theme_suggestions_dropbutton_wrapper => array (0)
- theme_suggestions_dropbutton_wrapper_alter => array (0)
- form_views_form_edit_panel_block_content_all_alter => array (0)
- theme_suggestions_views_exposed_form => array (0)
- theme_suggestions_views_exposed_form_alter => array (0)
- ⧉views_form_substitutions => array (1) Depth Limit
- theme_suggestions_views_view_table => array (0)
- theme_suggestions_views_view_table_alter => array (0)
- theme_suggestions_tablesort_indicator => array (0)
- theme_suggestions_tablesort_indicator_alter => array (0)
- block_build_edit_panel_block_alter => array (0)
- query_views_edit_panel_content_alter => array (0)
- node_type_access => array (0)
- form_views_form_edit_panel_content_all_alter => array (0)
- theme_suggestions_pager => array (0)
- theme_suggestions_pager_alter => array (0)
- menu_access => array (0)
- menu_create_access => array (0)
- menu_prepare_form => array (0)
- form_menu_form_alter => array (0)
- ⧉form_menu_edit_form_alter => array (1) Depth Limit
- theme_suggestions_indentation => array (0)
- theme_suggestions_indentation_alter => array (0)
- theme_suggestions_menu_local_action => array (0)
- theme_suggestions_menu_local_action_alter => array (0)
- block_view_edit_panel_block_alter => array (0)
- node_type_create_access => array (0)
- node_field_values_init => array (0)
- node_create => array (0)
- form_node_staticpage_form_alter => array (0)
- ⧉node_insert => array (2) Depth Limit
- pathauto_is_alias_reserved => array (0)
- path_alias_presave => array (0)
- ⧉path_alias_insert => array (2) Depth Limit
- form_node_preview_form_select_alter => array (0)
- query_media_access_alter => array (0)
- form_views_form_edit_panel_content_c_type_alter => array (0)
- form_views_form_edit_panel_content_c_type_staticpage_alter => array (0)
- form_timer_block_settings_alter => array (0)
- theme_suggestions_system_config_form => array (0)
- theme_suggestions_system_config_form_alter => array (0)
- theme_suggestions_datetime_form => array (0)
- theme_suggestions_datetime_form_alter => array (0)
- theme_suggestions_datetime_wrapper => array (0)
- theme_suggestions_datetime_wrapper_alter => array (0)
- ⧉entity_type_build => array (7) Depth Limit
- ⧉entity_type_alter => array (15) Depth Limit
- ⧉language_negotiation_info_alter => array (1) Depth Limit
- ⧉field_info_alter => array (5) Depth Limit
- data_type_info_alter => array (0)
- ⧉views_plugins_display_alter => array (2) Depth Limit
- views_plugins_access_alter => array (0)
- oidc_openid_connect_realm_alter => array (0)
- form_oidc_settings_form_alter => array (0)
- theme_suggestions_admin_block_content => array (0)
- theme_suggestions_admin_block_content_alter => array (0)
- views_plugins_area_alter => array (0)
- query_views_user_admin_people_alter => array (0)
- form_views_form_user_admin_people_page_1_alter => array (0)
- user_create_access => array (0)
- user_prepare_form => array (0)
- theme_suggestions_file_upload_help => array (0)
- theme_suggestions_file_upload_help_alter => array (0)
- field_widget_image_image_form_alter => array (0)
- field_widget_single_element_image_image_form_alter => array (0)
- field_widget_multivalue_image_image_form_alter => array (0)
- field_widget_complete_image_image_form_alter => array (0)
- ⧉form_user_form_alter => array (3) Depth Limit
- ⧉theme_suggestions_radios => array (1) Depth Limit
- theme_suggestions_radios_alter => array (0)
- theme_suggestions_image_widget => array (0)
- theme_suggestions_image_widget_alter => array (0)
- contact_message_field_values_init => array (0)
- contact_message_create => array (0)
- contact_message_prepare_form => array (0)
- form_contact_message_form_alter => array (0)
- form_contact_message_personal_form_alter => array (0)
- ⧉query_webform_submission_access_alter => array (1) Depth Limit
- form_views_form_edit_panel_content_c_type_news_alter => array (0)
- menu_link_content_prepare_form => array (0)
- field_widget_number_form_alter => array (0)
- field_widget_single_element_number_form_alter => array (0)
- field_widget_multivalue_number_form_alter => array (0)
- field_widget_complete_number_form_alter => array (0)
- ⧉menu_link_content_access => array (1) Depth Limit
- ⧉form_menu_link_content_form_alter => array (2) Depth Limit
- form_menu_link_content_menu_link_content_form_alter => array (0)
- theme_suggestions_token_tree_link => array (0)
- theme_suggestions_token_tree_link_alter => array (0)
- form_webform_submission_webform_64_node_64_add_form_alter => array (0)
- field_widget_entity_reference_autocomplete_tags_form_alter => array (0)
- field_widget_single_element_entity_reference_autocomplete_tags_form_alter => array (0)
- field_widget_multivalue_entity_reference_autocomplete_tags_form_alter => array (0)
- field_widget_complete_entity_reference_autocomplete_tags_form_alter => array (0)
- form_node_news_form_alter => array (0)
- media_create_access => array (0)
- form_media_library_add_form_alter => array (0)
- form_media_library_add_form_dropzonejs_alter => array (0)
- query_views_media_library_alter => array (0)
- theme_suggestions_media_library_wrapper => array (0)
- theme_suggestions_media_library_wrapper_alter => array (0)
- theme_suggestions_dropzonejs => array (0)
- theme_suggestions_dropzonejs_alter => array (0)
- form_views_form_media_library_widget_alter => array (0)
- form_views_form_media_library_widget_image_alter => array (0)
- theme_suggestions_views_mini_pager => array (0)
- theme_suggestions_views_mini_pager_alter => array (0)
- ⧉file_move => array (1) Depth Limit
- media_field_values_init => array (0)
- media_create => array (0)
- ⧉file_access => array (1) Depth Limit
- media_presave => array (0)
- media_insert => array (0)
- linkit_profile_load => array (0)
- linkit_matcher_alter => array (0)
- query_linkit_entity_autocomplete_alter => array (0)
- query_linkit_entity_node_autocomplete_alter => array (0)
- query_entity_access_alter => array (0)
- form_views_form_media_library_widget_audio_alter => array (0)
- entity_usage_block_tracking => array (0)
- form_views_form_media_library_widget_document_alter => array (0)
- field_widget_file_generic_form_alter => array (0)
- field_widget_single_element_file_generic_form_alter => array (0)
- field_widget_multivalue_file_generic_form_alter => array (0)
- field_widget_complete_file_generic_form_alter => array (0)
- theme_suggestions_file_managed_file => array (0)
- theme_suggestions_file_managed_file_alter => array (0)
- media_prepare_form => array (0)
- form_media_form_alter => array (0)
- form_media_document_edit_form_alter => array (0)
- media_update => array (0)
- form_node_news_edit_form_alter => array (0)
- form_media_image_edit_form_alter => array (0)
- ⧉path_alias_update => array (2) Depth Limit
- redirect_field_values_init => array (0)
- redirect_create => array (0)
- redirect_presave => array (0)
- redirect_insert => array (0)
- ⧉protected verified -> array (10)
- entity_load => boolean true
- user_role_load => boolean true
- language_types_info => boolean true
- language_types_info_alter => boolean true
- entity_preload => boolean true
- user_load => boolean true
- node_load => boolean true
- entity_view_mode_alter => boolean true
- node_build_defaults_alter => boolean true
- entity_build_defaults_alter => boolean true
- protected hookInfo -> null
- ⧉protected cacheBackend -> Drupal\Core\Cache\DatabaseBackend (4)
- Properties (4)
- Available methods (20)
- Static class properties (3)
- protected maxRows -> integer 5000
- protected bin -> string (15) "cache_bootstrap"
- ⧉protected connection -> Drupal\mysql\Driver\Database\mysql\Connection (24) Depth Limit
- ⧉protected checksumProvider -> Drupal\Core\Cache\DatabaseCacheTagsChecksum (4) Depth Limit
- ⧉public __construct(Drupal\Core\Database\Connection $connection, Drupal\Core\Cache\CacheTagsChecksumInterface $checksum_provider, $bin, $max_rows = null) Constructs a DatabaseBackend object.
/** * Constructs a DatabaseBackend object. * * @param \Drupal\Core\Database\Connection $connection * The database connection. * @param \Drupal\Core\Cache\CacheTagsChecksumInterface $checksum_provider * The cache tags checksum provider. * @param string $bin * The cache bin for which the object is created. * @param int $max_rows * (optional) The maximum number of rows that are allowed in this cache bin * table. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:77
- ⧉public get($cid, $allow_invalid = false) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:90
- ⧉public getMultiple(&$cids, $allow_invalid = false) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:99
- ⧉public set($cid, $data, $expire = -1, array $tags = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:176
- ⧉public setMultiple(array $items) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:189
- ⧉public delete($cid) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:279
- ⧉public deleteMultiple(array $cids) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:286
- ⧉public deleteAll() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:309
- ⧉public invalidate($cid) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:326
- ⧉public invalidateMultiple(array $cids) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:333
- ⧉public invalidateAll() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:352
- ⧉public garbageCollection() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:366
- ⧉public removeBin() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:399
- ⧉public schemaDefinition() Defines the schema for the {cache_*} bin tables.
/** * Defines the schema for the {cache_*} bin tables. * * @internal */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:478
- ⧉public getMaxRows(): int The maximum number of rows that this cache bin table is allowed to store.
/** * The maximum number of rows that this cache bin table is allowed to store. * * @return int */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:544
- ⧉protected prepareItem($cache, $allow_invalid): mixed|false Prepares a cached item.
/** * Prepares a cached item. * * Checks that items are either permanent or did not expire, and unserializes * data as appropriate. * * @param object $cache * An item loaded from self::get() or self::getMultiple(). * @param bool $allow_invalid * If FALSE, the method returns FALSE if the cache item is not valid. * * @return mixed|false * The item with data unserialized as appropriate and a property indicating * whether the item is valid, or FALSE if there is no valid item to load. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:146
- ⧉protected doSetMultiple(array $items) Stores multiple items in the persistent cache.
/** * Stores multiple items in the persistent cache. * * @param array $items * An array of cache items, keyed by cid. * * @see \Drupal\Core\Cache\CacheBackendInterface::setMultiple() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:217
- ⧉protected ensureBinExists() Check if the cache bin exists and create it if not.
/** * Check if the cache bin exists and create it if not. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:411
- ⧉protected catchException(Exception $e, $table_name = null) Act on an exception when cache might be stale.
/** * Act on an exception when cache might be stale. * * If the table does not yet exist, that's fine, but if the table exists and * yet the query failed, then the cache is stale and the exception needs to * propagate. * * @param $e * The exception. * @param string|null $table_name * The table name. Defaults to $this->bin. * * @throws \Exception */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:443
- ⧉protected normalizeCid($cid): string Normalizes a cache ID in order to comply with database limitations.
/** * Normalizes a cache ID in order to comply with database limitations. * * @param string $cid * The passed in cache ID. * * @return string * An ASCII-encoded cache ID that is at most 255 characters long. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:458
- ⇄const DEFAULT_MAX_ROWS :: integer 5000\Drupal\Core\Cache\DatabaseBackend::DEFAULT_MAX_ROWS
- ⇄const MAXIMUM_NONE :: integer -1\Drupal\Core\Cache\DatabaseBackend::MAXIMUM_NONE
- ⇄const CACHE_PERMANENT :: integer -1\Drupal\Core\Cache\DatabaseBackend::CACHE_PERMANENT
- ⇄const DEFAULT_MAX_ROWS :: integer 5000
- protected cacheNeedsWriting -> boolean false
- ⧉protected alterFunctions -> array (3)
- ⧉language_types_info => array (2) Depth Limit
- entity_view_mode => array (0)
- node_build_defaults,entity_build_defaults => array (0)
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- protected includeFileKeys -> array (0)
- ⧉public __construct($root, array $module_list, Drupal\Core\Cache\CacheBackendInterface $cache_backend) Constructs a ModuleHandler object.
/** * Constructs a ModuleHandler object. * * @param string $root * The app root. * @param array $module_list * An associative array whose keys are the names of installed modules and * whose values are Extension class parameters. This is normally the * %container.modules% parameter being set up by DrupalKernel. * @param \Drupal\Core\Cache\CacheBackendInterface $cache_backend * Cache backend for storing module hook implementation information. * * @see \Drupal\Core\DrupalKernel * @see \Drupal\Core\CoreServiceProvider */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:110
- ⧉public load($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:122
- ⧉public loadAll() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:138
- ⧉public reload() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:150
- ⧉public isLoaded() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:158
- ⧉public getModuleList() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:165
- ⧉public getModule($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:172
- ⧉public setModuleList(array $module_list = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:182
- ⧉public addModule($name, $path) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:192
- ⧉public addProfile($name, $path) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:199
- ⧉public buildModuleDependencies(array $modules) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:223
- ⧉public moduleExists($module) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:246
- ⧉public loadAllIncludes($type, $name = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:253
- ⧉public loadInclude($module, $type, $name = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:262
- ⧉public getHookInfo() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:290
- ⧉public getImplementations($hook) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:327
- ⧉public writeCache() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:336
- ⧉public resetImplementations() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:346
- ⧉public hasImplementations(string $hook, $modules = null): bool {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:368
- ⧉public implementsHook($module, $hook) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:394
- ⧉public invokeAllWith(string $hook, callable $callback): void {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:402
- ⧉public invoke($module, $hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:412
- ⧉public invokeAll($hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:423
- ⧉public invokeDeprecated($description, $module, $hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:440
- ⧉public invokeAllDeprecated($description, $hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:449
- ⧉public alter($type, &$data, &$context1 = null, &$context2 = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:477
- ⧉public alterDeprecated($description, $type, &$data, &$context1 = null, &$context2 = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:569
- ⧉public getModuleDirectories() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:725
- ⧉public getName($module) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:736
- ⧉protected add($type, $name, $path) Adds a module or profile to the list of currently active modules.
/** * Adds a module or profile to the list of currently active modules. * * @param string $type * The extension type; either 'module' or 'profile'. * @param string $name * The module name; e.g., 'node'. * @param string $path * The module path; e.g., 'core/modules/node'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:213
- ⧉protected buildHookInfo() Builds hook_hook_info() information.
/** * Builds hook_hook_info() information. * * @see \Drupal\Core\Extension\ModuleHandler::getHookInfo() */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:308
- ⧉protected getImplementationInfo($hook): mixed[] Provides information about modules' implementations of a hook.
/** * Provides information about modules' implementations of a hook. * * @param string $hook * The name of the hook (e.g. "help" or "menu"). * * @return mixed[] * An array whose keys are the names of the modules which are implementing * this hook and whose values are either a string identifying a file in * which the implementation is to be found, or FALSE, if the implementation * is in the module file. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:600
- ⧉protected buildImplementationInfo($hook): mixed[] Builds hook implementation information for a given hook name.
/** * Builds hook implementation information for a given hook name. * * @param string $hook * The name of the hook (e.g. "help" or "menu"). * * @return mixed[] * An array whose keys are the names of the modules which are implementing * this hook and whose values are either a string identifying a file in * which the implementation is to be found, or FALSE, if the implementation * is in the module file. * * @throws \RuntimeException * Exception thrown when an invalid implementation is added by * hook_module_implements_alter(). * * @see \Drupal\Core\Extension\ModuleHandler::getImplementationInfo() */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:646
- ⧉protected verifyImplementations(&$implementations, $hook): bool Verifies an array of implementations loaded from cache.
/** * Verifies an array of implementations loaded from cache. * * Verification is done by including the lazy-loaded $module.$group.inc file, * and checking function_exists(). * * @param string[] $implementations * Implementation "group" by module name. * @param string $hook * The hook name. * * @return bool * TRUE, if all implementations exist. * FALSE, if one or more implementations don't exist and need to be removed * from the cache. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:697
- ⧉private triggerDeprecationError($description, $hook) Triggers an E_USER_DEPRECATED error if any module implements the hook.
/** * Triggers an E_USER_DEPRECATED error if any module implements the hook. * * @param string $description * Helpful text describing what to do instead of implementing this hook. * @param string $hook * The name of the hook. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:463
- ⧉protected configFactoryOverride -> Drupal\language\Config\LanguageConfigFactoryOverride (5)
- Properties (5)
- Available methods (19)
- ⧉protected baseStorage -> Drupal\Core\Config\CachedStorage (5)
- Properties (5)
- Available methods (21)
- Static class properties
- ⧉protected storage -> Drupal\Core\Config\DatabaseStorage (6) Depth Limit
- ⧉protected cache -> Drupal\Core\Cache\DatabaseBackend (4) Depth Limit
- ⧉protected findByPrefixCache -> array (1) Depth Limit
- protected _serviceIds -> array (0)
- protected _entityStorages -> array (0)
- ⧉public __sleep() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:33
- ⧉public __construct(Drupal\Core\Config\StorageInterface $storage, Drupal\Core\Cache\CacheBackendInterface $cache) Constructs a new CachedStorage.
/** * Constructs a new CachedStorage. * * @param \Drupal\Core\Config\StorageInterface $storage * A configuration storage to be cached. * @param \Drupal\Core\Cache\CacheBackendInterface $cache * A cache backend used to store configuration. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:47
- ⧉public exists($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:55
- ⧉public read($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:65
- ⧉public __wakeup() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:74
- ⧉public readMultiple(array $names) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:82
- ⧉public write($name, array $data) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:123
- ⧉public delete($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:137
- ⧉public rename($name, $new_name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:151
- ⧉public encode($data) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:166
- ⧉public decode($raw) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:173
- ⧉public listAll($prefix = '') {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:180
- ⧉public deleteAll($prefix = '') {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:215
- ⧉public resetListCache() Clears the static list cache.
/** * Clears the static list cache. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:229
- ⧉public createCollection($collection) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:236
- ⧉public getAllCollectionNames() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:246
- ⧉public getCollectionName() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:253
- ⧉protected findByPrefix($prefix): array Finds configuration object names starting with a given prefix.
/** * Finds configuration object names starting with a given prefix. * * Given the following configuration objects: * - node.type.article * - node.type.page * * Passing the prefix 'node.type.' will return an array containing the above * names. * * @param string $prefix * The prefix to search for * * @return array * An array containing matching configuration object names. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:204
- ⧉protected getCacheKey($name): string Returns a cache key for a configuration name using the collection.
/** * Returns a cache key for a configuration name using the collection. * * @param string $name * The configuration name. * * @return string * The cache key for the configuration name. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:266
- ⧉protected getCacheKeys(array $names): array Returns a cache key map for an array of configuration names.
/** * Returns a cache key map for an array of configuration names. * * @param array $names * The configuration names. * * @return array * An array of cache keys keyed by configuration names. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:279
- ⧉protected getCollectionPrefix(): string Returns a cache ID prefix to use for the collection.
/** * Returns a cache ID prefix to use for the collection. * * @return string * The cache ID prefix. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:294
- ⇄const DEFAULT_COLLECTION :: string (0) ""\Drupal\Core\Config\CachedStorage::DEFAULT_COLLECTION
- ⇄const DEFAULT_COLLECTION :: string (0) ""
- ⧉protected storages -> array (1)
- ⧉cs => Drupal\Core\Config\CachedStorage (5) Depth Limit
- ⧉protected typedConfigManager -> Drupal\Core\Config\TypedConfigManager (24)
- Properties (24)
- Available methods (47)
- protected discovery -> null
- protected factory -> null
- protected mapper -> null
- protected cacheKey -> string (24) "typed_config_definitions"
- protected cacheTags -> array (0)
- protected alterHook -> string (18) "config_schema_info"
- protected subdir -> null
- ⧉protected moduleHandler -> Drupal\Core\Extension\ModuleHandler (11) Depth Limit
- protected defaults -> array (0)
- protected pluginDefinitionAnnotationName -> null
- protected pluginInterface -> null
- protected namespaces -> null
- protected additionalAnnotationNamespaces -> array (0)
- protected definitions -> null
- ⧉protected cacheBackend -> Drupal\Core\Cache\DatabaseBackend (4) Depth Limit
- protected useCaches -> boolean true
- protected validator -> null
- ⧉protected constraintManager -> Drupal\Core\Validation\ConstraintManager (16) Depth Limit
- protected prototypes -> array (0)
- ⧉protected classResolver -> Drupal\Core\DependencyInjection\ClassResolver (3) Depth Limit
- protected _serviceIds -> array (0)
- protected _entityStorages -> array (0)
- ⧉protected configStorage -> Drupal\Core\Config\CachedStorage (5) Depth Limit
- ⧉protected schemaStorage -> Drupal\Core\Config\ExtensionInstallStorage (7) Depth Limit
- ⧉public __construct(Drupal\Core\Config\StorageInterface $configStorage, Drupal\Core\Config\StorageInterface $schemaStorage, Drupal\Core\Cache\CacheBackendInterface $cache, Drupal\Core\Extension\ModuleHandlerInterface $module_handler, ?Drupal\Core\DependencyInjection\ClassResolverInterface $class_resolver = null) Creates a new typed configuration manager.
/** * Creates a new typed configuration manager. * * @param \Drupal\Core\Config\StorageInterface $configStorage * The storage object to use for reading schema data * @param \Drupal\Core\Config\StorageInterface $schemaStorage * The storage object to use for reading schema data * @param \Drupal\Core\Cache\CacheBackendInterface $cache * The cache backend to use for caching the definitions. * @param \Drupal\Core\Extension\ModuleHandlerInterface $module_handler * The module handler. * @param \Drupal\Core\DependencyInjection\ClassResolverInterface $class_resolver * (optional) The class resolver. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:55
- ⧉public get($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:77
- ⧉public buildDataDefinition(array $definition, $value, $name = null, $parent = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:92
- ⧉public getDefinition($base_plugin_id, $exception_on_invalid = true) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:207
- ⧉public clearCachedDefinitions() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:214
- ⧉public hasConfigSchema($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:368
- ⧉public createFromNameAndData($config_name, array $config_data) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:400
- ⧉public __sleep() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:33
- ⧉public __wakeup() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:74
- ⧉public createInstance($data_type, array $configuration = array()) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:76
- ⧉public create(Drupal\Core\TypedData\DataDefinitionInterface $definition, $value = null, $name = null, $parent = null) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:99
- ⧉public createDataDefinition($data_type) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:114
- ⧉public createListDataDefinition($item_type) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:132
- ⧉public getInstance(array $options) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:144
- ⧉public getPropertyInstance(Drupal\Core\TypedData\TypedDataInterface $object, $property_name, $value = null) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:151
- ⧉public setValidator(Symfony\Component\Validator\Validator\ValidatorInterface $validator) Sets the validator for validating typed data.
/** * Sets the validator for validating typed data. * * @param \Symfony\Component\Validator\Validator\ValidatorInterface $validator * The validator object to set. */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:219
- ⧉public getValidator() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:226
- ⧉public setValidationConstraintManager(Drupal\Core\Validation\ConstraintManager $constraintManager) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:240
- ⧉public getValidationConstraintManager() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:247
- ⧉public getDefaultConstraints(Drupal\Core\TypedData\DataDefinitionInterface $definition) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:254
- ⧉public getCanonicalRepresentation(Drupal\Core\TypedData\TypedDataInterface $data) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:288
- ⧉public hasDefinition($plugin_id) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php:59
- ⧉public setCacheBackend(Drupal\Core\Cache\CacheBackendInterface $cache_backend, $cache_key, array $cache_tags = array()) Initialize the cache backend.
/** * Initialize the cache backend. * * Plugin definitions are cached using the provided cache backend. * * @param \Drupal\Core\Cache\CacheBackendInterface $cache_backend * Cache backend instance to use. * @param string $cache_key * Cache key prefix to use. * @param array $cache_tags * (optional) When providing a list of cache tags, the cached plugin * definitions are tagged with the provided cache tags. These cache tags can * then be used to clear the corresponding cached plugin definitions. Note * that this should be used with care! For clearing all cached plugin * definitions of a plugin manager, call that plugin manager's * clearCachedDefinitions() method. Only use cache tags when cached plugin * definitions should be cleared along with other, related cache entries. */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:157
- ⧉public getDefinitions() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:178
- ⧉public useCaches($use_caches = false) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:233
- ⧉public processDefinition(&$definition, $plugin_id) Performs extra processing on plugin definitions.
/** * Performs extra processing on plugin definitions. * * By default we add defaults for the type to the definition. If a type has * additional processing logic they can do that by replacing or extending the * method. */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:247
- ⧉public getCacheContexts() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:357
- ⧉public getCacheTags() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:364
- ⧉public getCacheMaxAge() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:371
- ⧉protected getDiscovery() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:67
- ⧉protected determineType($base_plugin_id, array $definitions): string Determines the typed config type for a plugin ID.
/** * Determines the typed config type for a plugin ID. * * @param string $base_plugin_id * The plugin ID. * @param array $definitions * An array of typed config definitions. * * @return string * The typed config type for the given plugin ID. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:137
- ⧉protected getDefinitionWithReplacements($base_plugin_id, array $replacements, $exception_on_invalid = true): array Gets a schema definition with replacements for dynamic names.
/** * Gets a schema definition with replacements for dynamic names. * * @param string $base_plugin_id * A plugin ID. * @param array $replacements * An array of replacements for dynamic type names. * @param bool $exception_on_invalid * (optional) This parameter is passed along to self::getDefinition(). * However, self::getDefinition() does not respect this parameter, so it is * effectively useless in this context. * * @return array * A schema definition array. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:167
- ⧉protected getFallbackName($name): null|string Gets fallback configuration schema name.
/** * Gets fallback configuration schema name. * * @param string $name * Configuration name or key. * * @return null|string * The resolved schema name for the given configuration name or key. Returns * null if there is no schema name to fallback to. For example, * breakpoint.breakpoint.module.toolbar.narrow will check for definitions in * the following order: * breakpoint.breakpoint.module.toolbar.* * breakpoint.breakpoint.module.*.* * breakpoint.breakpoint.module.* * breakpoint.breakpoint.*.*.* * breakpoint.breakpoint.* * breakpoint.*.*.*.* * breakpoint.* * Colons are also used, for example, * block.settings.system_menu_block:footer will check for definitions in the * following order: * block.settings.system_menu_block:* * block.settings.*:* * block.settings.* * block.*.*:* * block.* */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:246
- ⧉protected replaceName($name, $data): string Replaces variables in configuration name.
/** * Replaces variables in configuration name. * * The configuration name may contain one or more variables to be replaced, * enclosed in square brackets like '[name]' and will follow the replacement * rules defined by the replaceVariable() method. * * @param string $name * Configuration name with variables in square brackets. * @param mixed $data * Configuration data for the element. * * @return string * Configuration name with variables replaced. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:284
- ⧉protected replaceVariable($value, $data): string Replaces variable values in included names with configuration data.
/** * Replaces variable values in included names with configuration data. * * Variable values are nested configuration keys that will be replaced by * their value or some of these special strings: * - '%key', will be replaced by the element's key. * - '%parent', to reference the parent element. * - '%type', to reference the schema definition type. Can only be used in * combination with %parent. * * There may be nested configuration keys separated by dots or more complex * patterns like '%parent.name' which references the 'name' value of the * parent element. * * Example patterns: * - 'name.subkey', indicates a nested value of the current element. * - '%parent.name', will be replaced by the 'name' value of the parent. * - '%parent.%key', will be replaced by the parent element's key. * - '%parent.%type', will be replaced by the schema type of the parent. * - '%parent.%parent.%type', will be replaced by the schema type of the * parent's parent. * * @param string $value * Variable value to be replaced. * @param mixed $data * Configuration data for the element. * * @return string * The replaced value if a replacement found or the original value if not. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:328
- ⧉protected alterDefinitions(&$definitions) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:377
- ⧉protected cacheGet($cid): object|false Fetches from the cache backend, respecting the use caches flag.
/** * Fetches from the cache backend, respecting the use caches flag. * * @param string $cid * The cache ID of the data to retrieve. * * @return object|false * The cache item or FALSE on failure. * * @see \Drupal\Core\Cache\CacheBackendInterface::get() */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Cache/UseCacheBackendTrait.php:35
- ⧉protected doGetDefinition(array $definitions, $plugin_id, $exception_on_invalid): array|null Gets a specific plugin definition.
/** * Gets a specific plugin definition. * * @param array $definitions * An array of the available plugin definitions. * @param string $plugin_id * A plugin id. * @param bool $exception_on_invalid * If TRUE, an invalid plugin ID will cause an exception to be thrown; if * FALSE, NULL will be returned. * * @return array|null * A plugin definition, or NULL if the plugin ID is invalid and * $exception_on_invalid is TRUE. * * @throws \Drupal\Component\Plugin\Exception\PluginNotFoundException * Thrown if $plugin_id is invalid and $exception_on_invalid is TRUE. */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php:43
- ⧉protected cacheSet($cid, $data, $expire = -1, array $tags = array()) Stores data in the persistent cache, respecting the use caches flag.
/** * Stores data in the persistent cache, respecting the use caches flag. * * @param string $cid * The cache ID of the data to store. * @param mixed $data * The data to store in the cache. * Some storage engines only allow objects up to a maximum of 1MB in size to * be stored by default. When caching large arrays or similar, take care to * ensure $data does not exceed this size. * @param int $expire * One of the following values: * - CacheBackendInterface::CACHE_PERMANENT: Indicates that the item should * not be removed unless it is deleted explicitly. * - A Unix timestamp: Indicates that the item will be considered invalid * after this time, i.e. it will not be returned by get() unless * $allow_invalid has been set to TRUE. When the item has expired, it may * be permanently deleted by the garbage collector at any time. * @param array $tags * An array of tags to be stored with the cache item. These should normally * identify objects used to build the cache item, which should trigger * cache invalidation when updated. For example if a cached item represents * a node, both the node ID and the author's user ID might be passed in as * tags. For example array('node' => array(123), 'user' => array(92)). * * @see \Drupal\Core\Cache\CacheBackendInterface::set() */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Cache/UseCacheBackendTrait.php:69
- ⧉protected alterInfo($alter_hook) Sets the alter hook name.
/** * Sets the alter hook name. * * @param string $alter_hook * Name of the alter hook; for example, to invoke * hook_mymodule_data_alter() pass in "mymodule_data". */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:171
- ⧉protected getCachedDefinitions(): array|null Returns the cached plugin definitions of the decorated discovery class.
/** * Returns the cached plugin definitions of the decorated discovery class. * * @return array|null * On success this will return an array of plugin definitions. On failure * this should return NULL, indicating to other methods that this has not * yet been defined. Success with no values should return as an empty array * and would actually be returned by the getDefinitions() method. */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:212
- ⧉protected setCachedDefinitions($definitions) Sets a cache of plugin definitions for the decorated discovery class.
/** * Sets a cache of plugin definitions for the decorated discovery class. * * @param array $definitions * List of definitions to store in cache. */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:225
- ⧉protected getFactory() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:277
- ⧉protected findDefinitions(): array Finds plugin definitions.
/** * Finds plugin definitions. * * @return array * List of definitions to store in cache. */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:290
- ⧉protected extractProviderFromDefinition($plugin_definition): string|null Extracts the provider from a plugin definition.
/** * Extracts the provider from a plugin definition. * * @param mixed $plugin_definition * The plugin definition. Usually either an array or an instance of * \Drupal\Component\Plugin\Definition\PluginDefinitionInterface * * @return string|null * The provider string, if it exists. NULL otherwise. */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:317
- ⧉protected providerExists($provider): bool Determines if the provider of a definition exists.
/** * Determines if the provider of a definition exists. * * @return bool * TRUE if provider exists, FALSE otherwise. */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:350
- ⧉protected handlePluginNotFound($plugin_id, array $configuration): object Allows plugin managers to specify custom behavior if a plugin is not found.
/** * Allows plugin managers to specify custom behavior if a plugin is not found. * * @param string $plugin_id * The ID of the missing requested plugin. * @param array $configuration * An array of configuration relevant to the plugin instance. * * @return object * A fallback plugin instance. */ Inherited from Drupal\Component\Plugin\PluginManagerBase Defined in <ROOT>/core/lib/Drupal/Component/Plugin/PluginManagerBase.php:98
- ⧉protected eventDispatcher -> Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher (3)
- Properties (3)
- Available methods (9)
- ⧉protected container -> Drupal\Core\DependencyInjection\Container Blacklisted
- ⧉protected listeners -> array (46) Depth Limit
- protected unsorted -> array (0)
- ⧉public __construct(Symfony\Component\DependencyInjection\ContainerInterface $container, array $listeners = array()) Constructs a container aware event dispatcher.
/** * Constructs a container aware event dispatcher. * * @param \Symfony\Component\DependencyInjection\ContainerInterface $container * The service container. * @param array $listeners * A nested array of listener definitions keyed by event name and priority. * The array is expected to be ordered by priority. A listener definition is * an associative array with one of the following key value pairs: * - callable: A callable listener * - service: An array of the form [service id, method] * A service entry will be resolved to a callable only just before its * invocation. */ Defined in <ROOT>/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php:82
- ⧉public dispatch($event) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php:91
- ⧉public getListeners($event_name = null): array {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php:156
- ⧉public getListenerPriority($event_name, $listener): ?int {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php:196
- ⧉public hasListeners($event_name = null): bool {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php:228
- ⧉public addListener($event_name, $listener, $priority0) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php:245
- ⧉public removeListener($event_name, $listener) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php:253
- ⧉public addSubscriber(Symfony\Component\EventDispatcher\EventSubscriberInterface $subscriber) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php:290
- ⧉public removeSubscriber(Symfony\Component\EventDispatcher\EventSubscriberInterface $subscriber) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php:309
- ⧉protected language -> Drupal\Core\Language\Language (5)
- Properties (5)
- Available methods (9)
- Static class properties (16)
- protected name -> string (5) "Czech"
- protected id -> string (2) "cs"
- protected direction -> string (3) "ltr"
- protected weight -> integer 0
- protected locked -> boolean false
- ⧉public __construct(array $values = array()) Constructs a new class instance.
/** * Constructs a new class instance. * * @param array $values * An array of property values, keyed by property name, used to construct * the language. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:77
- ⧉public getName() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:101
- ⧉public getId() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:108
- ⧉public getDirection() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:115
- ⧉public getWeight() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:122
- ⧉public isDefault() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:129
- ⧉public isLocked() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:136
- ⇄⧉public static sort(&$languages) Sort language objects.\Drupal\Core\Language\Language::sort(&$languages)
/** * Sort language objects. * * @param \Drupal\Core\Language\LanguageInterface[] $languages * The array of language objects keyed by langcode. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:146
- ⧉protected static getDefaultLangcode(): string Gets the default langcode.
/** * Gets the default langcode. * * @return string * The current default langcode. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:173
- ⇄⧉public static $defaultValues :: array (5) Depth Limit\Drupal\Core\Language\Language::$defaultValues
- ⇄const LANGCODE_SYSTEM :: string (6) "system"\Drupal\Core\Language\Language::LANGCODE_SYSTEM
- ⇄const LANGCODE_NOT_SPECIFIED :: string (3) "und"\Drupal\Core\Language\Language::LANGCODE_NOT_SPECIFIED
- ⇄const LANGCODE_NOT_APPLICABLE :: string (3) "zxx"\Drupal\Core\Language\Language::LANGCODE_NOT_APPLICABLE
- ⇄const LANGCODE_DEFAULT :: string (9) "x-default"\Drupal\Core\Language\Language::LANGCODE_DEFAULT
- ⇄const LANGCODE_SITE_DEFAULT :: string (12) "site_default"\Drupal\Core\Language\Language::LANGCODE_SITE_DEFAULT
- ⇄const VALID_LANGCODE_REGEX :: string (33) "[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*"\Drupal\Core\Language\Language::VALID_LANGCODE_REGEX
- ⇄const STATE_CONFIGURABLE :: integer 1\Drupal\Core\Language\Language::STATE_CONFIGURABLE
- ⇄const STATE_LOCKED :: integer 2\Drupal\Core\Language\Language::STATE_LOCKED
- ⇄const STATE_ALL :: integer 3\Drupal\Core\Language\Language::STATE_ALL
- ⇄const STATE_SITE_DEFAULT :: integer 4\Drupal\Core\Language\Language::STATE_SITE_DEFAULT
- ⇄const TYPE_CONTENT :: string (16) "language_content"\Drupal\Core\Language\Language::TYPE_CONTENT
- ⇄const TYPE_INTERFACE :: string (18) "language_interface"\Drupal\Core\Language\Language::TYPE_INTERFACE
- ⇄const TYPE_URL :: string (12) "language_url"\Drupal\Core\Language\Language::TYPE_URL
- ⇄const DIRECTION_LTR :: string (3) "ltr"\Drupal\Core\Language\Language::DIRECTION_LTR
- ⇄const DIRECTION_RTL :: string (3) "rtl"\Drupal\Core\Language\Language::DIRECTION_RTL
- ⇄⧉public static $defaultValues :: array (5) Depth Limit
- ⧉public __construct(Drupal\Core\Config\StorageInterface $storage, Symfony\Contracts\EventDispatcher\EventDispatcherInterface $event_dispatcher, Drupal\Core\Config\TypedConfigManagerInterface $typed_config, Drupal\Core\Language\LanguageDefault $default_language) Constructs the LanguageConfigFactoryOverride object.
/** * Constructs the LanguageConfigFactoryOverride object. * * @param \Drupal\Core\Config\StorageInterface $storage * The configuration storage engine. * @param \Symfony\Contracts\EventDispatcher\EventDispatcherInterface $event_dispatcher * An event dispatcher instance to use for configuration events. * @param \Drupal\Core\Config\TypedConfigManagerInterface $typed_config * The typed configuration manager. * @param \Drupal\Core\Language\LanguageDefault $default_language * The default language. */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:74
- ⧉public loadOverrides($names) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:86
- ⧉public getOverride($langcode, $name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:97
- ⧉public getStorage($langcode) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:117
- ⧉public getCacheSuffix() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:127
- ⧉public getLanguage() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:134
- ⧉public setLanguage(?Drupal\Core\Language\LanguageInterface $language = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:141
- ⧉public installLanguageOverrides($langcode) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:149
- ⧉public createConfigObject($name, $collection = '') {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:158
- ⧉public addCollections(Drupal\Core\Config\ConfigCollectionInfo $collection_info) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:166
- ⧉public onConfigSave(Drupal\Core\Config\ConfigCrudEvent $event) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:175
- ⧉public onConfigRename(Drupal\Core\Config\ConfigRenameEvent $event) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:189
- ⧉public onConfigDelete(Drupal\Core\Config\ConfigCrudEvent $event) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:207
- ⧉public getCacheableMetadata($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:221
- ⧉protected createConfigCollectionName($langcode): string Creates a configuration collection name based on a language code.
/** * Creates a configuration collection name based on a language code. * * @param string $langcode * The language code. * * @return string * The configuration collection name for a language code. */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigCollectionNameTrait.php:19
- ⧉protected getLangcodeFromCollectionName($collection): string Converts a configuration collection name to a language code.
/** * Converts a configuration collection name to a language code. * * @param string $collection * The configuration collection name. * * @return string * The language code of the collection. * * @throws \InvalidArgumentException * Exception thrown if the provided collection name is not in the format * "language.LANGCODE". * * @see self::createConfigCollectionName() */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigCollectionNameTrait.php:38
- ⧉protected filterOverride(Drupal\Core\Config\Config $config, Drupal\Core\Config\StorableConfigBase $override) Filters data in the override based on what is currently in configuration.
/** * Filters data in the override based on what is currently in configuration. * * @param \Drupal\Core\Config\Config $config * Current configuration object. * @param \Drupal\Core\Config\StorableConfigBase $override * Override object corresponding to the configuration to filter data in. */ Inherited from Drupal\Core\Config\ConfigFactoryOverrideBase Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php:63
- ⧉protected filterNestedArray(array $original_data, array &$override_data): bool Filters data in nested arrays.
/** * Filters data in nested arrays. * * @param array $original_data * Original data array to filter against. * @param array $override_data * Override data to filter. * * @return bool * TRUE if $override_data was changed, FALSE otherwise. */ Inherited from Drupal\Core\Config\ConfigFactoryOverrideBase Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php:87
- ⇄⧉public static getSubscribedEvents() {@inheritdoc}\Drupal\Core\Config\ConfigFactoryOverrideBase::getSubscribedEvents()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Config\ConfigFactoryOverrideBase Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php:47
- ⧉protected requestStack -> Drupal\Core\Http\RequestStack (1)
- Properties
- Available methods (6)
- ⧉private requests -> array (2)
- ⧉0 => Symfony\Component\HttpFoundation\Request (24) Depth Limit
- ⧉1 => Symfony\Component\HttpFoundation\Request (24) Depth Limit
- ⧉public getMainRequest(): ?Symfony\Component\HttpFoundation\Request Gets the main request.
/** * Gets the main request. * * @return \Symfony\Component\HttpFoundation\Request|null * The main request. */ Defined in <ROOT>/core/lib/Drupal/Core/Http/RequestStack.php:21
- ⧉public getMasterRequest() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Http/RequestStack.php:33
- ⧉public push(Symfony\Component\HttpFoundation\Request $request) Pushes a Request on the stack.
/** * Pushes a Request on the stack. * * This method should generally not be called directly as the stack * management should be taken care of by the application itself. */ Inherited from Symfony\Component\HttpFoundation\RequestStack Defined in .../symfony/http-foundation/RequestStack.php:32
- ⧉public pop(): Request|null Pops the current request from the stack.
/** * Pops the current request from the stack. * * This operation lets the current request go out of scope. * * This method should generally not be called directly as the stack * management should be taken care of by the application itself. * * @return Request|null */ Inherited from Symfony\Component\HttpFoundation\RequestStack Defined in .../symfony/http-foundation/RequestStack.php:47
- ⧉public getCurrentRequest(): Request|null
/** * @return Request|null */ Inherited from Symfony\Component\HttpFoundation\RequestStack Defined in .../symfony/http-foundation/RequestStack.php:59
- ⧉public getParentRequest(): Request|null Returns the parent request of the current.
/** * Returns the parent request of the current. * * Be warned that making your code aware of the parent request * might make it un-compatible with other features of your framework * like ESI support. * * If current Request is the master request, it returns null. * * @return Request|null */ Inherited from Symfony\Component\HttpFoundation\RequestStack Defined in .../symfony/http-foundation/RequestStack.php:93
- ⧉protected negotiator -> Drupal\language\LanguageNegotiator (9)
- Properties (9)
- Available methods (16)
- Static class properties
- ⧉protected negotiatorManager -> Drupal\language\LanguageNegotiationMethodManager (17)
- Properties (17)
- Available methods (26)
- protected discovery -> null
- ⧉protected factory -> Drupal\Core\Plugin\Factory\ContainerFactory (2) Depth Limit
- protected mapper -> null
- protected cacheKey -> string (28) "language_negotiation_plugins"
- protected cacheTags -> array (0)
- protected alterHook -> string (25) "language_negotiation_info"
- protected subdir -> string (26) "Plugin/LanguageNegotiation"
- ⧉protected moduleHandler -> Drupal\Core\Extension\ModuleHandler (11) Depth Limit
- protected defaults -> array (0)
- protected pluginDefinitionAnnotationName -> string (46) "Drupal\language\Annotation\LanguageNegotiation"
- protected pluginInterface -> string (50) "Drupal\language\LanguageNegotiationMethodInterface"
- ⧉protected namespaces -> ArrayObject (0) Depth Limit
- protected additionalAnnotationNamespaces -> array (0)
- ⧉protected definitions -> array (9) Depth Limit
- ⧉protected cacheBackend -> Drupal\Core\Cache\DatabaseBackend (4) Depth Limit
- protected useCaches -> boolean true
- protected cacheKeyPrefix -> string (28) "language_negotiation_plugins"
- ⧉public __construct(Traversable $namespaces, Drupal\Core\Cache\CacheBackendInterface $cache_backend, Drupal\Core\Extension\ModuleHandlerInterface $module_handler) Constructs a new LanguageNegotiationMethodManager object.
/** * Constructs a new LanguageNegotiationMethodManager object. * * @param \Traversable $namespaces * An object that implements \Traversable which contains the root paths * keyed by the corresponding namespace to look for plugin implementations. * @param \Drupal\Core\Cache\CacheBackendInterface $cache_backend * An object that implements CacheBackendInterface * @param \Drupal\Core\Extension\ModuleHandlerInterface $module_handler * An object that implements ModuleHandlerInterface */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiationMethodManager.php:30
- ⧉public getDefinition($plugin_id, $exception_on_invalid = true) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryCachedTrait.php:19
- ⧉public hasDefinition($plugin_id) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php:59
- ⧉public setCacheBackend(Drupal\Core\Cache\CacheBackendInterface $cache_backend, $cache_key, array $cache_tags = array()) Initialize the cache backend.
/** * Initialize the cache backend. * * Plugin definitions are cached using the provided cache backend. * * @param \Drupal\Core\Cache\CacheBackendInterface $cache_backend * Cache backend instance to use. * @param string $cache_key * Cache key prefix to use. * @param array $cache_tags * (optional) When providing a list of cache tags, the cached plugin * definitions are tagged with the provided cache tags. These cache tags can * then be used to clear the corresponding cached plugin definitions. Note * that this should be used with care! For clearing all cached plugin * definitions of a plugin manager, call that plugin manager's * clearCachedDefinitions() method. Only use cache tags when cached plugin * definitions should be cleared along with other, related cache entries. */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:157
- ⧉public getDefinitions() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:178
- ⧉public clearCachedDefinitions() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:190
- ⧉public useCaches($use_caches = false) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:233
- ⧉public processDefinition(&$definition, $plugin_id) Performs extra processing on plugin definitions.
/** * Performs extra processing on plugin definitions. * * By default we add defaults for the type to the definition. If a type has * additional processing logic they can do that by replacing or extending the * method. */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:247
- ⧉public getCacheContexts() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:357
- ⧉public getCacheTags() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:364
- ⧉public getCacheMaxAge() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:371
- ⧉public createInstance($plugin_id, array $configuration = array()) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Component\Plugin\PluginManagerBase Defined in <ROOT>/core/lib/Drupal/Component/Plugin/PluginManagerBase.php:71
- ⧉public getInstance(array $options) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Component\Plugin\PluginManagerBase Defined in <ROOT>/core/lib/Drupal/Component/Plugin/PluginManagerBase.php:106
- ⧉protected cacheGet($cid): object|false Fetches from the cache backend, respecting the use caches flag.
/** * Fetches from the cache backend, respecting the use caches flag. * * @param string $cid * The cache ID of the data to retrieve. * * @return object|false * The cache item or FALSE on failure. * * @see \Drupal\Core\Cache\CacheBackendInterface::get() */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Cache/UseCacheBackendTrait.php:35
- ⧉protected doGetDefinition(array $definitions, $plugin_id, $exception_on_invalid): array|null Gets a specific plugin definition.
/** * Gets a specific plugin definition. * * @param array $definitions * An array of the available plugin definitions. * @param string $plugin_id * A plugin id. * @param bool $exception_on_invalid * If TRUE, an invalid plugin ID will cause an exception to be thrown; if * FALSE, NULL will be returned. * * @return array|null * A plugin definition, or NULL if the plugin ID is invalid and * $exception_on_invalid is TRUE. * * @throws \Drupal\Component\Plugin\Exception\PluginNotFoundException * Thrown if $plugin_id is invalid and $exception_on_invalid is TRUE. */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php:43
- ⧉protected cacheSet($cid, $data, $expire = -1, array $tags = array()) Stores data in the persistent cache, respecting the use caches flag.
/** * Stores data in the persistent cache, respecting the use caches flag. * * @param string $cid * The cache ID of the data to store. * @param mixed $data * The data to store in the cache. * Some storage engines only allow objects up to a maximum of 1MB in size to * be stored by default. When caching large arrays or similar, take care to * ensure $data does not exceed this size. * @param int $expire * One of the following values: * - CacheBackendInterface::CACHE_PERMANENT: Indicates that the item should * not be removed unless it is deleted explicitly. * - A Unix timestamp: Indicates that the item will be considered invalid * after this time, i.e. it will not be returned by get() unless * $allow_invalid has been set to TRUE. When the item has expired, it may * be permanently deleted by the garbage collector at any time. * @param array $tags * An array of tags to be stored with the cache item. These should normally * identify objects used to build the cache item, which should trigger * cache invalidation when updated. For example if a cached item represents * a node, both the node ID and the author's user ID might be passed in as * tags. For example array('node' => array(123), 'user' => array(92)). * * @see \Drupal\Core\Cache\CacheBackendInterface::set() */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Cache/UseCacheBackendTrait.php:69
- ⧉protected alterInfo($alter_hook) Sets the alter hook name.
/** * Sets the alter hook name. * * @param string $alter_hook * Name of the alter hook; for example, to invoke * hook_mymodule_data_alter() pass in "mymodule_data". */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:171
- ⧉protected getCachedDefinitions(): array|null Returns the cached plugin definitions of the decorated discovery class.
/** * Returns the cached plugin definitions of the decorated discovery class. * * @return array|null * On success this will return an array of plugin definitions. On failure * this should return NULL, indicating to other methods that this has not * yet been defined. Success with no values should return as an empty array * and would actually be returned by the getDefinitions() method. */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:212
- ⧉protected setCachedDefinitions($definitions) Sets a cache of plugin definitions for the decorated discovery class.
/** * Sets a cache of plugin definitions for the decorated discovery class. * * @param array $definitions * List of definitions to store in cache. */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:225
- ⧉protected getDiscovery() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:266
- ⧉protected getFactory() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:277
- ⧉protected findDefinitions(): array Finds plugin definitions.
/** * Finds plugin definitions. * * @return array * List of definitions to store in cache. */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:290
- ⧉protected extractProviderFromDefinition($plugin_definition): string|null Extracts the provider from a plugin definition.
/** * Extracts the provider from a plugin definition. * * @param mixed $plugin_definition * The plugin definition. Usually either an array or an instance of * \Drupal\Component\Plugin\Definition\PluginDefinitionInterface * * @return string|null * The provider string, if it exists. NULL otherwise. */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:317
- ⧉protected alterDefinitions(&$definitions) Invokes the hook to alter the definitions if the alter hook is set.
/** * Invokes the hook to alter the definitions if the alter hook is set. * * @param $definitions * The discovered plugin definitions. */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:338
- ⧉protected providerExists($provider): bool Determines if the provider of a definition exists.
/** * Determines if the provider of a definition exists. * * @return bool * TRUE if provider exists, FALSE otherwise. */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:350
- ⧉protected handlePluginNotFound($plugin_id, array $configuration): object Allows plugin managers to specify custom behavior if a plugin is not found.
/** * Allows plugin managers to specify custom behavior if a plugin is not found. * * @param string $plugin_id * The ID of the missing requested plugin. * @param array $configuration * An array of configuration relevant to the plugin instance. * * @return object * A fallback plugin instance. */ Inherited from Drupal\Component\Plugin\PluginManagerBase Defined in <ROOT>/core/lib/Drupal/Component/Plugin/PluginManagerBase.php:98
- ⧉protected languageManager -> Drupal\language\ConfigurableLanguageManager (16) Recursion
- ⧉protected configFactory -> Drupal\Core\Config\ConfigFactory (5)
- Properties (5)
- Available methods (20)
- ⧉protected storage -> Drupal\Core\Config\CachedStorage (5) Depth Limit
- ⧉protected eventDispatcher -> Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher (3) Depth Limit
- ⧉protected cache -> array (15) Depth Limit
- ⧉protected typedConfigManager -> Drupal\Core\Config\TypedConfigManager (24) Depth Limit
- ⧉protected configFactoryOverrides -> array (2) Depth Limit
- ⧉public __construct(Drupal\Core\Config\StorageInterface $storage, Symfony\Contracts\EventDispatcher\EventDispatcherInterface $event_dispatcher, Drupal\Core\Config\TypedConfigManagerInterface $typed_config) Constructs the Config factory.
/** * Constructs the Config factory. * * @param \Drupal\Core\Config\StorageInterface $storage * The configuration storage engine. * @param \Symfony\Contracts\EventDispatcher\EventDispatcherInterface $event_dispatcher * An event dispatcher instance to use for configuration events. * @param \Drupal\Core\Config\TypedConfigManagerInterface $typed_config * The typed configuration manager. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:72
- ⧉public getEditable($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:81
- ⧉public get($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:88
- ⧉public loadMultiple(array $names) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:135
- ⧉public reset($name = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:231
- ⧉public rename($old_name, $new_name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:252
- ⧉public getCacheKeys() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:270
- ⧉public clearStaticCache() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:319
- ⧉public listAll($prefix = '') {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:327
- ⧉public onConfigSave(Drupal\Core\Config\ConfigCrudEvent $event) Updates stale static cache entries when configuration is saved.
/** * Updates stale static cache entries when configuration is saved. * * @param ConfigCrudEvent $event * The configuration event. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:337
- ⧉public onConfigDelete(Drupal\Core\Config\ConfigCrudEvent $event) Removes stale static cache entries when configuration is deleted.
/** * Removes stale static cache entries when configuration is deleted. * * @param \Drupal\Core\Config\ConfigCrudEvent $event * The configuration event. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:366
- ⧉public addOverride(Drupal\Core\Config\ConfigFactoryOverrideInterface $config_factory_override) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:394
- ⧉protected doGet($name, $immutable = true): \Drupal\Core\Config\Config|\Drupal\Core\Config\ImmutableConfig Returns a configuration object for a given name.
/** * Returns a configuration object for a given name. * * @param string $name * The name of the configuration object to construct. * @param bool $immutable * (optional) Create an immutable configuration object. Defaults to TRUE. * * @return \Drupal\Core\Config\Config|\Drupal\Core\Config\ImmutableConfig * A configuration object. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:103
- ⧉protected doLoadMultiple(array $names, $immutable = true): \Drupal\Core\Config\Config[]|\Drupal\Core\Config\ImmutableConfig[] Returns a list of configuration objects for the given names.
/** * Returns a list of configuration objects for the given names. * * @param array $names * List of names of configuration objects. * @param bool $immutable * (optional) Create an immutable configuration objects. Defaults to TRUE. * * @return \Drupal\Core\Config\Config[]|\Drupal\Core\Config\ImmutableConfig[] * List of successfully loaded configuration objects, keyed by name. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:150
- ⧉protected loadOverrides(array $names): array Get arbitrary overrides for the named configuration objects from modules.
/** * Get arbitrary overrides for the named configuration objects from modules. * * @param array $names * The names of the configuration objects to get overrides for. * * @return array * An array of overrides keyed by the configuration object name. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:204
- ⧉protected propagateConfigOverrideCacheability($cache_key, $name) Propagates cacheability of config overrides to cached config objects.
/** * Propagates cacheability of config overrides to cached config objects. * * @param string $cache_key * The key of the cached config object to update. * @param string $name * The name of the configuration object to construct. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:222
- ⧉protected getConfigCacheKey($name, $immutable): string Gets the static cache key for a given config name.
/** * Gets the static cache key for a given config name. * * @param string $name * The name of the configuration object. * @param bool $immutable * Whether or not the object is mutable. * * @return string * The cache key. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:291
- ⧉protected getConfigCacheKeys($name): array Gets all the cache keys that match the provided config name.
/** * Gets all the cache keys that match the provided config name. * * @param string $name * The name of the configuration object. * * @return array * An array of cache keys that match the provided config name. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:308
- ⧉protected createConfigObject($name, $immutable): \Drupal\Core\Config\Config|\Drupal\Core\Config\ImmutableConfig Creates a configuration object.
/** * Creates a configuration object. * * @param string $name * Configuration object name. * @param bool $immutable * Determines whether a mutable or immutable config object is returned. * * @return \Drupal\Core\Config\Config|\Drupal\Core\Config\ImmutableConfig * The configuration object. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:409
- ⇄⧉public static getSubscribedEvents() {@inheritdoc}\Drupal\Core\Config\ConfigFactory::getSubscribedEvents()
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:385
- ⧉protected settings -> Drupal\Core\Site\Settings (1)
- Properties
- Available methods (10)
- Static class properties (2)
- ⧉private storage -> array (10) Depth Limit
- ⧉public __construct(array $settings) Constructor.
/** * Constructor. * * @param array $settings * Array with the settings. */ Defined in <ROOT>/core/lib/Drupal/Core/Site/Settings.php:69
- ⧉public __sleep() Prevents settings from being serialized.
/** * Prevents settings from being serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Site/Settings.php:101
- ⧉private __clone() Protects creating with clone.
/** * Protects creating with clone. */ Defined in <ROOT>/core/lib/Drupal/Core/Site/Settings.php:95
- ⇄⧉public static getInstance(): \Drupal\Core\Site\Settings Returns the settings instance.\Drupal\Core\Site\Settings::getInstance()
/** * Returns the settings instance. * * A singleton is used because this class is used before the container is * available. * * @return \Drupal\Core\Site\Settings * * @throws \BadMethodCallException * Thrown when the settings instance has not been initialized yet. */ Defined in <ROOT>/core/lib/Drupal/Core/Site/Settings.php:85
- ⇄⧉public static get($name, $default = null): mixed Returns a setting.\Drupal\Core\Site\Settings::get($name, $default = null)
/** * Returns a setting. * * Settings can be set in settings.php in the $settings array and requested * by this function. Settings should be used over configuration for read-only, * possibly low bootstrap configuration that is environment specific. * * @param string $name * The name of the setting to return. * @param mixed $default * (optional) The default value to use if this setting is not set. * * @return mixed * The value of the setting, the provided default if not set. */ Defined in <ROOT>/core/lib/Drupal/Core/Site/Settings.php:120
- ⇄⧉public static getAll(): array Returns all the settings. This is only used for testing purposes.\Drupal\Core\Site\Settings::getAll()
/** * Returns all the settings. This is only used for testing purposes. * * @return array * All the settings. */ Defined in <ROOT>/core/lib/Drupal/Core/Site/Settings.php:135
- ⇄⧉public static initialize($app_root, $site_path, &$class_loader) Bootstraps settings.php and the Settings singleton.\Drupal\Core\Site\Settings::initialize($app_root, $site_path, &$class_loader)
/** * Bootstraps settings.php and the Settings singleton. * * @param string $app_root * The app root. * @param string $site_path * The current site path. * @param \Composer\Autoload\ClassLoader $class_loader * The class loader that is used for this request. Passed by reference and * exposed to the local scope of settings.php, so as to allow it to be * decorated. * * @see default.settings.php */ Defined in <ROOT>/core/lib/Drupal/Core/Site/Settings.php:153
- ⇄⧉public static getHashSalt(): string Gets a salt useful for hardening against SQL injection.\Drupal\Core\Site\Settings::getHashSalt()
/** * Gets a salt useful for hardening against SQL injection. * * @return string * A salt based on information in settings.php, not in the database. * * @throws \RuntimeException */ Defined in <ROOT>/core/lib/Drupal/Core/Site/Settings.php:181
- ⇄⧉public static getApcuPrefix($identifier, $root, $site_path = ''): string Generates a prefix for APCu user cache keys.\Drupal\Core\Site\Settings::getApcuPrefix($identifier, $root, $site_path = '')
/** * Generates a prefix for APCu user cache keys. * * A standardized prefix is useful to allow visual inspection of an APCu user * cache. By default, this method will produce a unique prefix per site using * the hash salt. If the setting 'apcu_ensure_unique_prefix' is set to FALSE * then if the caller does not provide a $site_path only the Drupal root will * be used. This allows tests to use the same prefix ensuring that the number * of APCu items created during a full test run is kept to a minimum. * Additionally, if a multi site implementation does not use site specific * module directories setting apcu_ensure_unique_prefix would allow the sites * to share APCu cache items. * * @param string $identifier * An identifier for the prefix. For example, 'class_loader' or * 'cache_backend'. * @param string $root * The app root. * @param string $site_path * (optional) The site path. Defaults to an empty string. * * @return string * The prefix for APCu user cache keys. * * @see https://www.drupal.org/project/drupal/issues/2926309 */ Defined in <ROOT>/core/lib/Drupal/Core/Site/Settings.php:219
- ⧉private static handleDeprecations(array &$settings): void Handle deprecated values in the site settings.
/** * Handle deprecated values in the site settings. * * @param array $settings * The site settings. * * @see self::getDeprecatedSettings() */ Defined in <ROOT>/core/lib/Drupal/Core/Site/Settings.php:234
- ⧉private static $instance :: Drupal\Core\Site\Settings (1) Recursion
- ⧉private static $deprecatedSettings :: array (5) Depth Limit
- ⧉protected requestStack -> Drupal\Core\Http\RequestStack (1)
- Properties
- Available methods (6)
- ⧉private requests -> array (2) Depth Limit
- ⧉public getMainRequest(): ?Symfony\Component\HttpFoundation\Request Gets the main request.
/** * Gets the main request. * * @return \Symfony\Component\HttpFoundation\Request|null * The main request. */ Defined in <ROOT>/core/lib/Drupal/Core/Http/RequestStack.php:21
- ⧉public getMasterRequest() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Http/RequestStack.php:33
- ⧉public push(Symfony\Component\HttpFoundation\Request $request) Pushes a Request on the stack.
/** * Pushes a Request on the stack. * * This method should generally not be called directly as the stack * management should be taken care of by the application itself. */ Inherited from Symfony\Component\HttpFoundation\RequestStack Defined in .../symfony/http-foundation/RequestStack.php:32
- ⧉public pop(): Request|null Pops the current request from the stack.
/** * Pops the current request from the stack. * * This operation lets the current request go out of scope. * * This method should generally not be called directly as the stack * management should be taken care of by the application itself. * * @return Request|null */ Inherited from Symfony\Component\HttpFoundation\RequestStack Defined in .../symfony/http-foundation/RequestStack.php:47
- ⧉public getCurrentRequest(): Request|null
/** * @return Request|null */ Inherited from Symfony\Component\HttpFoundation\RequestStack Defined in .../symfony/http-foundation/RequestStack.php:59
- ⧉public getParentRequest(): Request|null Returns the parent request of the current.
/** * Returns the parent request of the current. * * Be warned that making your code aware of the parent request * might make it un-compatible with other features of your framework * like ESI support. * * If current Request is the master request, it returns null. * * @return Request|null */ Inherited from Symfony\Component\HttpFoundation\RequestStack Defined in .../symfony/http-foundation/RequestStack.php:93
- ⧉protected currentUser -> Drupal\Core\Session\AccountProxy (5)
- Properties (5)
- Available methods (19)
- Static class properties (2)
- ⧉protected account -> Drupal\Core\Session\AnonymousUserSession (8) Depth Limit
- protected id -> integer 0
- ⧉protected eventDispatcher -> Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher (3) Depth Limit
- protected _serviceIds -> array (0)
- protected _entityStorages -> array (0)
- ⧉public __sleep() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:33
- ⧉public __construct(Symfony\Contracts\EventDispatcher\EventDispatcherInterface $eventDispatcher) AccountProxy constructor.
/** * AccountProxy constructor. * * @param \Symfony\Contracts\EventDispatcher\EventDispatcherInterface $eventDispatcher * Event dispatcher. */ Defined in <ROOT>/core/lib/Drupal/Core/Session/AccountProxy.php:50
- ⧉public setAccount(Drupal\Core\Session\AccountInterface $account) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Session/AccountProxy.php:57
- ⧉public getAccount() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Session/AccountProxy.php:71
- ⧉public __wakeup() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:74
- ⧉public id() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Session/AccountProxy.php:90
- ⧉public getRoles($exclude_locked_roles = false) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Session/AccountProxy.php:97
- ⧉public hasPermission($permission) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Session/AccountProxy.php:104
- ⧉public isAuthenticated() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Session/AccountProxy.php:111
- ⧉public isAnonymous() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Session/AccountProxy.php:118
- ⧉public getPreferredLangcode($fallback_to_default = true) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Session/AccountProxy.php:125
- ⧉public getPreferredAdminLangcode($fallback_to_default = true) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Session/AccountProxy.php:132
- ⧉public getAccountName() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Session/AccountProxy.php:139
- ⧉public getDisplayName() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Session/AccountProxy.php:146
- ⧉public getEmail() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Session/AccountProxy.php:153
- ⧉public getTimeZone() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Session/AccountProxy.php:160
- ⧉public getLastAccessedTime() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Session/AccountProxy.php:167
- ⧉public setInitialAccountId($account_id) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Session/AccountProxy.php:174
- ⧉protected loadUserEntity($account_id): \Drupal\Core\Session\AccountInterface|null Load a user entity.
/** * Load a user entity. * * The entity type manager requires additional initialization code and cache * clearing after the list of modules is changed. Therefore it is necessary to * retrieve it as late as possible. * * Because of serialization issues it is currently not possible to inject the * container into the AccountProxy. Thus it is necessary to retrieve the * entity type manager statically. * * @see https://www.drupal.org/node/2430447 * * @param int $account_id * The id of an account to load. * * @return \Drupal\Core\Session\AccountInterface|null * An account or NULL if none is found. */ Defined in <ROOT>/core/lib/Drupal/Core/Session/AccountProxy.php:201
- ⇄const ANONYMOUS_ROLE :: string (9) "anonymous"\Drupal\Core\Session\AccountProxy::ANONYMOUS_ROLE
- ⇄const AUTHENTICATED_ROLE :: string (13) "authenticated"\Drupal\Core\Session\AccountProxy::AUTHENTICATED_ROLE
- ⇄const ANONYMOUS_ROLE :: string (9) "anonymous"
- ⧉protected methods -> array (1)
- ⧉language-url => Drupal\oidc\Plugin\LanguageNegotiation\LanguageNegotiationUrl (3) Depth Limit
- protected negotiatedLanguages -> array (0)
- protected loggerFactory -> null
- ⧉public setLoggerFactory(Drupal\Core\Logger\LoggerChannelFactoryInterface $logger_factory): $this Injects the logger channel factory.
/** * Injects the logger channel factory. * * @param \Drupal\Core\Logger\LoggerChannelFactoryInterface $logger_factory * The logger channel factory service. * * @return $this */ Defined in <ROOT>/core/lib/Drupal/Core/Logger/LoggerChannelTrait.php:52
- ⧉public __construct(Drupal\language\ConfigurableLanguageManagerInterface $language_manager, Drupal\Component\Plugin\PluginManagerInterface $negotiator_manager, Drupal\Core\Config\ConfigFactoryInterface $config_factory, Drupal\Core\Site\Settings $settings, Symfony\Component\HttpFoundation\RequestStack $requestStack) Constructs a new LanguageNegotiator object.
/** * Constructs a new LanguageNegotiator object. * * @param \Drupal\language\ConfigurableLanguageManagerInterface $language_manager * The language manager. * @param \Drupal\Component\Plugin\PluginManagerInterface $negotiator_manager * The language negotiation methods plugin manager. * @param \Drupal\Core\Config\ConfigFactoryInterface $config_factory * The configuration factory. * @param \Drupal\Core\Site\Settings $settings * The settings instance. * @param \Symfony\Component\HttpFoundation\RequestStack $requestStack * The request stack service. */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:90
- ⧉public initLanguageManager() Initializes the injected language manager with the negotiator.
/** * Initializes the injected language manager with the negotiator. * * This should be called right after instantiating the negotiator to make it * available to the language manager without introducing a circular * dependency. */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:105
- ⧉public reset() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:112
- ⧉public setCurrentUser(Drupal\Core\Session\AccountInterface $current_user) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:120
- ⧉public initializeType($type) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:128
- ⧉public getNegotiationMethods($type = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:207
- ⧉public getNegotiationMethodInstance($method_id) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:219
- ⧉public getPrimaryNegotiationMethod($type) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:233
- ⧉public isNegotiationMethodEnabled($method_id, $type = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:241
- ⧉public saveConfiguration($type, $enabled_methods) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:259
- ⧉public purgeConfiguration() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:291
- ⧉public updateConfiguration(array $types) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:306
- ⧉protected getLogger($channel): \Psr\Log\LoggerInterface Gets the logger for a specific channel.
/** * Gets the logger for a specific channel. * * @param string $channel * The name of the channel. Can be any string, but the general practice is * to use the name of the subsystem calling this. * * @return \Psr\Log\LoggerInterface * The logger for the given channel. * * @todo Require the use of injected services: * https://www.drupal.org/node/2733703 */ Defined in <ROOT>/core/lib/Drupal/Core/Logger/LoggerChannelTrait.php:37
- ⧉protected getEnabledNegotiators($type): array Gets enabled detection methods for the provided language type.
/** * Gets enabled detection methods for the provided language type. * * @param string $type * The language type. * * @return array * An array of enabled detection methods for the provided language type. */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:176
- ⧉protected negotiateLanguage($type, $method_id): \Drupal\Core\Language\LanguageInterface|null Performs language negotiation using the specified negotiation method.
/** * Performs language negotiation using the specified negotiation method. * * @param string $type * The language type to be initialized. * @param string $method_id * The string identifier of the language negotiation method to use to detect * language. * * @return \Drupal\Core\Language\LanguageInterface|null * Negotiated language object for given type and method, FALSE otherwise. */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:192
- ⇄const METHOD_ID :: string (16) "language-default"\Drupal\language\LanguageNegotiator::METHOD_ID
- ⇄const METHOD_ID :: string (16) "language-default"
- ⧉protected languageTypes -> array (5)
- ⧉_core => array (1)
- default_config_hash => string (43) "dqouFqVseNJNvEjsoYKxbinFOITuCxYhi4y2OTNQP_8"
- langcode => string (2) "cs"
- ⧉all => array (3)
- 0 => string (18) "language_interface"
- 1 => string (16) "language_content"
- 2 => string (12) "language_url"
- ⧉configurable => array (2)
- 0 => string (18) "language_interface"
- 1 => string (16) "language_content"
- ⧉negotiation => array (3)
- ⧉language_content => array (1) Depth Limit
- ⧉language_url => array (1) Depth Limit
- ⧉language_interface => array (2) Depth Limit
- ⧉protected languageTypesInfo -> array (3)
- ⧉language_interface => array (3)
- ⧉name => Drupal\Core\StringTranslation\TranslatableMarkup (5) Depth Limit
- ⧉description => Drupal\Core\StringTranslation\TranslatableMarkup (5) Depth Limit
- locked => boolean true
- ⧉language_content => array (3)
- ⧉name => Drupal\Core\StringTranslation\TranslatableMarkup (5) Depth Limit
- ⧉description => Drupal\Core\StringTranslation\TranslatableMarkup (5) Depth Limit
- locked => boolean false
- ⧉language_url => array (2)
- locked => boolean true
- ⧉fixed => array (2) Depth Limit
- ⧉protected negotiatedLanguages -> array (3)
- ⧉language_interface => Drupal\Core\Language\Language (5)
- Properties (5)
- Available methods (9)
- Static class properties (16)
- protected name -> string (5) "Czech"
- protected id -> string (2) "cs"
- protected direction -> string (3) "ltr"
- protected weight -> integer 0
- protected locked -> boolean false
- ⧉public __construct(array $values = array()) Constructs a new class instance.
/** * Constructs a new class instance. * * @param array $values * An array of property values, keyed by property name, used to construct * the language. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:77
- ⧉public getName() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:101
- ⧉public getId() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:108
- ⧉public getDirection() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:115
- ⧉public getWeight() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:122
- ⧉public isDefault() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:129
- ⧉public isLocked() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:136
- ⇄⧉public static sort(&$languages) Sort language objects.\Drupal\Core\Language\Language::sort(&$languages)
/** * Sort language objects. * * @param \Drupal\Core\Language\LanguageInterface[] $languages * The array of language objects keyed by langcode. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:146
- ⧉protected static getDefaultLangcode(): string Gets the default langcode.
/** * Gets the default langcode. * * @return string * The current default langcode. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:173
- ⇄⧉public static $defaultValues :: array (5) Depth Limit\Drupal\Core\Language\Language::$defaultValues
- ⇄const LANGCODE_SYSTEM :: string (6) "system"\Drupal\Core\Language\Language::LANGCODE_SYSTEM
- ⇄const LANGCODE_NOT_SPECIFIED :: string (3) "und"\Drupal\Core\Language\Language::LANGCODE_NOT_SPECIFIED
- ⇄const LANGCODE_NOT_APPLICABLE :: string (3) "zxx"\Drupal\Core\Language\Language::LANGCODE_NOT_APPLICABLE
- ⇄const LANGCODE_DEFAULT :: string (9) "x-default"\Drupal\Core\Language\Language::LANGCODE_DEFAULT
- ⇄const LANGCODE_SITE_DEFAULT :: string (12) "site_default"\Drupal\Core\Language\Language::LANGCODE_SITE_DEFAULT
- ⇄const VALID_LANGCODE_REGEX :: string (33) "[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*"\Drupal\Core\Language\Language::VALID_LANGCODE_REGEX
- ⇄const STATE_CONFIGURABLE :: integer 1\Drupal\Core\Language\Language::STATE_CONFIGURABLE
- ⇄const STATE_LOCKED :: integer 2\Drupal\Core\Language\Language::STATE_LOCKED
- ⇄const STATE_ALL :: integer 3\Drupal\Core\Language\Language::STATE_ALL
- ⇄const STATE_SITE_DEFAULT :: integer 4\Drupal\Core\Language\Language::STATE_SITE_DEFAULT
- ⇄const TYPE_CONTENT :: string (16) "language_content"\Drupal\Core\Language\Language::TYPE_CONTENT
- ⇄const TYPE_INTERFACE :: string (18) "language_interface"\Drupal\Core\Language\Language::TYPE_INTERFACE
- ⇄const TYPE_URL :: string (12) "language_url"\Drupal\Core\Language\Language::TYPE_URL
- ⇄const DIRECTION_LTR :: string (3) "ltr"\Drupal\Core\Language\Language::DIRECTION_LTR
- ⇄const DIRECTION_RTL :: string (3) "rtl"\Drupal\Core\Language\Language::DIRECTION_RTL
- ⇄⧉public static $defaultValues :: array (5) Depth Limit
- ⧉language_url => Drupal\Core\Language\Language (5)
- Properties (5)
- Available methods (9)
- Static class properties (16)
- protected name -> string (5) "Czech"
- protected id -> string (2) "cs"
- protected direction -> string (3) "ltr"
- protected weight -> integer 0
- protected locked -> boolean false
- ⧉public __construct(array $values = array()) Constructs a new class instance.
/** * Constructs a new class instance. * * @param array $values * An array of property values, keyed by property name, used to construct * the language. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:77
- ⧉public getName() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:101
- ⧉public getId() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:108
- ⧉public getDirection() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:115
- ⧉public getWeight() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:122
- ⧉public isDefault() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:129
- ⧉public isLocked() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:136
- ⇄⧉public static sort(&$languages) Sort language objects.\Drupal\Core\Language\Language::sort(&$languages)
/** * Sort language objects. * * @param \Drupal\Core\Language\LanguageInterface[] $languages * The array of language objects keyed by langcode. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:146
- ⧉protected static getDefaultLangcode(): string Gets the default langcode.
/** * Gets the default langcode. * * @return string * The current default langcode. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:173
- ⇄⧉public static $defaultValues :: array (5) Depth Limit\Drupal\Core\Language\Language::$defaultValues
- ⇄const LANGCODE_SYSTEM :: string (6) "system"\Drupal\Core\Language\Language::LANGCODE_SYSTEM
- ⇄const LANGCODE_NOT_SPECIFIED :: string (3) "und"\Drupal\Core\Language\Language::LANGCODE_NOT_SPECIFIED
- ⇄const LANGCODE_NOT_APPLICABLE :: string (3) "zxx"\Drupal\Core\Language\Language::LANGCODE_NOT_APPLICABLE
- ⇄const LANGCODE_DEFAULT :: string (9) "x-default"\Drupal\Core\Language\Language::LANGCODE_DEFAULT
- ⇄const LANGCODE_SITE_DEFAULT :: string (12) "site_default"\Drupal\Core\Language\Language::LANGCODE_SITE_DEFAULT
- ⇄const VALID_LANGCODE_REGEX :: string (33) "[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*"\Drupal\Core\Language\Language::VALID_LANGCODE_REGEX
- ⇄const STATE_CONFIGURABLE :: integer 1\Drupal\Core\Language\Language::STATE_CONFIGURABLE
- ⇄const STATE_LOCKED :: integer 2\Drupal\Core\Language\Language::STATE_LOCKED
- ⇄const STATE_ALL :: integer 3\Drupal\Core\Language\Language::STATE_ALL
- ⇄const STATE_SITE_DEFAULT :: integer 4\Drupal\Core\Language\Language::STATE_SITE_DEFAULT
- ⇄const TYPE_CONTENT :: string (16) "language_content"\Drupal\Core\Language\Language::TYPE_CONTENT
- ⇄const TYPE_INTERFACE :: string (18) "language_interface"\Drupal\Core\Language\Language::TYPE_INTERFACE
- ⇄const TYPE_URL :: string (12) "language_url"\Drupal\Core\Language\Language::TYPE_URL
- ⇄const DIRECTION_LTR :: string (3) "ltr"\Drupal\Core\Language\Language::DIRECTION_LTR
- ⇄const DIRECTION_RTL :: string (3) "rtl"\Drupal\Core\Language\Language::DIRECTION_RTL
- ⇄⧉public static $defaultValues :: array (5) Depth Limit
- ⧉language_content => Drupal\Core\Language\Language (5)
- Properties (5)
- Available methods (9)
- Static class properties (16)
- protected name -> string (5) "Czech"
- protected id -> string (2) "cs"
- protected direction -> string (3) "ltr"
- protected weight -> integer 0
- protected locked -> boolean false
- ⧉public __construct(array $values = array()) Constructs a new class instance.
/** * Constructs a new class instance. * * @param array $values * An array of property values, keyed by property name, used to construct * the language. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:77
- ⧉public getName() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:101
- ⧉public getId() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:108
- ⧉public getDirection() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:115
- ⧉public getWeight() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:122
- ⧉public isDefault() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:129
- ⧉public isLocked() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:136
- ⇄⧉public static sort(&$languages) Sort language objects.\Drupal\Core\Language\Language::sort(&$languages)
/** * Sort language objects. * * @param \Drupal\Core\Language\LanguageInterface[] $languages * The array of language objects keyed by langcode. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:146
- ⧉protected static getDefaultLangcode(): string Gets the default langcode.
/** * Gets the default langcode. * * @return string * The current default langcode. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:173
- ⇄⧉public static $defaultValues :: array (5) Depth Limit\Drupal\Core\Language\Language::$defaultValues
- ⇄const LANGCODE_SYSTEM :: string (6) "system"\Drupal\Core\Language\Language::LANGCODE_SYSTEM
- ⇄const LANGCODE_NOT_SPECIFIED :: string (3) "und"\Drupal\Core\Language\Language::LANGCODE_NOT_SPECIFIED
- ⇄const LANGCODE_NOT_APPLICABLE :: string (3) "zxx"\Drupal\Core\Language\Language::LANGCODE_NOT_APPLICABLE
- ⇄const LANGCODE_DEFAULT :: string (9) "x-default"\Drupal\Core\Language\Language::LANGCODE_DEFAULT
- ⇄const LANGCODE_SITE_DEFAULT :: string (12) "site_default"\Drupal\Core\Language\Language::LANGCODE_SITE_DEFAULT
- ⇄const VALID_LANGCODE_REGEX :: string (33) "[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*"\Drupal\Core\Language\Language::VALID_LANGCODE_REGEX
- ⇄const STATE_CONFIGURABLE :: integer 1\Drupal\Core\Language\Language::STATE_CONFIGURABLE
- ⇄const STATE_LOCKED :: integer 2\Drupal\Core\Language\Language::STATE_LOCKED
- ⇄const STATE_ALL :: integer 3\Drupal\Core\Language\Language::STATE_ALL
- ⇄const STATE_SITE_DEFAULT :: integer 4\Drupal\Core\Language\Language::STATE_SITE_DEFAULT
- ⇄const TYPE_CONTENT :: string (16) "language_content"\Drupal\Core\Language\Language::TYPE_CONTENT
- ⇄const TYPE_INTERFACE :: string (18) "language_interface"\Drupal\Core\Language\Language::TYPE_INTERFACE
- ⇄const TYPE_URL :: string (12) "language_url"\Drupal\Core\Language\Language::TYPE_URL
- ⇄const DIRECTION_LTR :: string (3) "ltr"\Drupal\Core\Language\Language::DIRECTION_LTR
- ⇄const DIRECTION_RTL :: string (3) "rtl"\Drupal\Core\Language\Language::DIRECTION_RTL
- ⇄⧉public static $defaultValues :: array (5) Depth Limit
- ⧉protected negotiatedMethods -> array (3)
- language_interface => string (16) "language-default"
- language_url => string (21) "language-url-fallback"
- language_content => string (18) "language-interface"
- protected initialized -> boolean false
- protected initializing -> array (0)
- ⧉public __construct(Drupal\Core\Language\LanguageDefault $default_language, Drupal\Core\Config\ConfigFactoryInterface $config_factory, Drupal\Core\Extension\ModuleHandlerInterface $module_handler, Drupal\language\Config\LanguageConfigFactoryOverrideInterface $config_override, Symfony\Component\HttpFoundation\RequestStack $request_stack) Constructs a new ConfigurableLanguageManager object.
/** * Constructs a new ConfigurableLanguageManager object. * * @param \Drupal\Core\Language\LanguageDefault $default_language * The default language service. * @param \Drupal\Core\Config\ConfigFactoryInterface $config_factory * The configuration factory service. * @param \Drupal\Core\Extension\ModuleHandlerInterface $module_handler * The module handler service. * @param \Drupal\language\Config\LanguageConfigFactoryOverrideInterface $config_override * The language configuration override service. * @param \Symfony\Component\HttpFoundation\RequestStack $request_stack * The request stack object. */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:120
- ⧉public init() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:131
- ⧉public isMultilingual() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:143
- ⧉public getLanguageTypes() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:150
- ⧉public getDefinedLanguageTypes() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:158
- ⧉public getDefinedLanguageTypesInfo() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:179
- ⧉public saveLanguageTypesConfiguration(array $values) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:196
- ⧉public getCurrentLanguage($type = 'language_interface') {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:210
- ⧉public reset($type = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:241
- ⧉public getNegotiator() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:263
- ⧉public setNegotiator(Drupal\language\LanguageNegotiatorInterface $negotiator) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:270
- ⧉public getLanguages($flags = 1) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:279
- ⧉public getNativeLanguages() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:326
- ⧉public updateLockedLanguageWeights() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:344
- ⧉public getFallbackCandidates(array $context = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:366
- ⧉public getLanguageSwitchLinks($type, Drupal\Core\Url $url) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:405
- ⧉public setConfigOverrideLanguage(?Drupal\Core\Language\LanguageInterface $language = null): $this Sets the configuration override language.
/** * Sets the configuration override language. * * @param \Drupal\Core\Language\LanguageInterface $language * The language to override configuration with. * * @return $this */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:452
- ⧉public getConfigOverrideLanguage() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:460
- ⧉public getLanguageConfigOverride($langcode, $name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:467
- ⧉public getLanguageConfigOverrideStorage($langcode) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:474
- ⧉public getStandardLanguageListWithoutConfigured() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:481
- ⧉public getNegotiatedLanguageMethod($type = 'language_interface') {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:498
- ⧉public __sleep() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:33
- ⧉public __wakeup() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:74
- ⧉public getDefaultLanguage() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:121
- ⧉public getLanguage($langcode) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:155
- ⧉public getLanguageName($langcode) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:163
- ⧉public getDefaultLockedLanguages($weight0) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:179
- ⧉public isLanguageLocked($langcode) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:207
- ⧉protected loadLanguageTypesConfiguration(): array Retrieves language types from the configuration storage.
/** * Retrieves language types from the configuration storage. * * @return array * An array of language type names. */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:169
- ⧉protected filterLanguages(array $languages, $flags = 1): \Drupal\Core\Language\LanguageInterface[] Filters the full list of languages based on the value of the flag.
/** * Filters the full list of languages based on the value of the flag. * * The locked languages are removed by default. * * @param \Drupal\Core\Language\LanguageInterface[] $languages * Array with languages to be filtered. * @param int $flags * (optional) Specifies the state of the languages that have to be returned. * It can be: LanguageInterface::STATE_CONFIGURABLE, * LanguageInterface::STATE_LOCKED, or LanguageInterface::STATE_ALL. * * @return \Drupal\Core\Language\LanguageInterface[] * An associative array of languages, keyed by the language code. */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:401
- ⇄⧉public static rebuildServices() {@inheritdoc}\Drupal\language\ConfigurableLanguageManager::rebuildServices()
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:102
- ⇄⧉public static getStandardLanguageList() {@inheritdoc}\Drupal\Core\Language\LanguageManager::getStandardLanguageList()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:229
- ⇄⧉public static getUnitedNationsLanguageList(): array The 6 official languages used at the United Nations.\Drupal\Core\Language\LanguageManager::getUnitedNationsLanguageList()
/** * The 6 official languages used at the United Nations. * * This list is based on https://www.un.org/en/our-work/official-languages * and it uses the same format as getStandardLanguageList(). * * @return array * An array with language codes as keys, and English and native language * names as values. */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:348
- ⧉protected themeRegistry -> Drupal\Core\Theme\Registry (14)
- Properties (14)
- Available methods (16)
- ⧉protected theme -> Drupal\Core\Theme\ActiveTheme (12)
- Properties (12)
- Available methods (13)
- protected name -> string (10) "robosoutez"
- ⧉protected logo -> string (33) "themes/custom/robosoutez/logo.svg"
- File (14.4KB)
-rw-r--r-- 1001 100 14.4KB Oct 08 10:15 themes/custom/robosoutez/logo.svg
- ⧉protected path -> string (24) "themes/custom/robosoutez"
- Directory (4KB)
- Base64
drwxr-xr-x 1001 100 4KB Oct 08 10:15 themes/custom/robosoutez
- base64_decode(path) binary string (18)
- protected engine -> string (4) "twig"
- ⧉protected owner -> string (36) "core/themes/engines/twig/twig.engine"
- File (4.1KB)
-rw-r--r-- 1001 100 4.1KB Sep 19 2023 core/themes/engines/twig/twig.engine
- ⧉protected baseThemeExtensions -> array (1)
- ⧉stable9 => Drupal\Core\Extension\Extension (17) Depth Limit
- ⧉protected extension -> Drupal\Core\Extension\Extension (19)
- Properties (19)
- Available methods (14)
- protected type -> string (5) "theme"
- ⧉protected pathname -> string (44) "themes/custom/robosoutez/robosoutez.info.yml"
- File (736B)
-rw-r--r-- 1001 100 736B Oct 08 10:15 themes/custom/robosoutez/robosoutez.info.yml
- protected filename -> string (16) "robosoutez.theme"
- protected splFileInfo -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public subpath -> string (24) "themes/custom/robosoutez"
- Directory (4KB)
- Base64
drwxr-xr-x 1001 100 4KB Oct 08 10:15 themes/custom/robosoutez
- base64_decode(subpath) binary string (18)
- public origin -> string (0) ""
- ⧉public info -> array (19) Depth Limit
- ⧉public owner -> string (36) "core/themes/engines/twig/twig.engine"
- File (4.1KB)
-rw-r--r-- 1001 100 4.1KB Sep 19 2023 core/themes/engines/twig/twig.engine
- public prefix -> string (4) "twig"
- public status -> integer 1
- public required_by -> array (0)
- ⧉public requires -> array (1) Depth Limit
- public sort -> integer -2
- ⧉public base_themes -> array (1) Depth Limit
- public module_dependencies -> array (0)
- ⧉public libraries -> array (1) Depth Limit
- public engine -> string (4) "twig"
- public base_theme -> string (7) "stable9"
- ⧉public __construct($root, $type, $pathname, $filename = null) Constructs a new Extension object.
/** * Constructs a new Extension object. * * @param string $root * The app root. * @param string $type * The type of the extension; e.g., 'module'. * @param string $pathname * The relative path and filename of the extension's info file; e.g., * 'core/modules/node/node.info.yml'. * @param string $filename * (optional) The filename of the main extension file; e.g., 'node.module'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:66
- ⧉public getType(): string Returns the type of the extension.
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
- ⧉public getName(): string Returns the internal name of the extension.
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
- ⧉public getPath(): string Returns the relative path of the extension.
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
- ⧉public getPathname(): string Returns the relative path and filename of the extension's info file.
/** * Returns the relative path and filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:107
- ⧉public getFilename(): string Returns the filename of the extension's info file.
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
- ⧉public getExtensionPathname(): string|null Returns the relative path of the main extension file, if any.
/** * Returns the relative path of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:125
- ⧉public getExtensionFilename(): string|null Returns the name of the main extension file, if any.
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
- ⧉public load(): bool Loads the main extension file, if any.
/** * Loads the main extension file, if any. * * @return bool * TRUE if this extension has a main extension file, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:146
- ⧉public __call($method, array $args) Re-routes method calls to SplFileInfo.
/** * Re-routes method calls to SplFileInfo. * * Offers all SplFileInfo methods to consumers; e.g., $extension->getMTime(). */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:159
- ⧉public __sleep(): array Magic method implementation to serialize the extension object.
/** * Magic method implementation to serialize the extension object. * * @return array * The names of all variables that should be serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:172
- ⧉public __wakeup() Magic method implementation to unserialize the extension object.
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
- ⧉public isExperimental(): bool Checks if an extension is marked as experimental.
/** * Checks if an extension is marked as experimental. * * @return bool * TRUE if an extension is marked as experimental, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:202
- ⧉public isObsolete(): bool Checks if an extension is marked as obsolete.
/** * Checks if an extension is marked as obsolete. * * @return bool * TRUE if an extension is marked as obsolete, FALSE otherwise. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:219
- protected styleSheetsRemove -> array (0)
- ⧉protected libraries -> array (1)
- 0 => string (25) "robosoutez/global-styling"
- ⧉protected regions -> array (12)
- header_top => string (10) "Header Top"
- header => string (6) "Header"
- header_bottom => string (13) "Header Bottom"
- content => string (7) "Content"
- content_bottom => string (14) "Content bottom"
- sidebar_first => string (13) "Sidebar first"
- sidebar_second => string (14) "Sidebar second"
- footer_top => string (10) "Footer Top"
- footer => string (6) "Footer"
- footer_bottom => string (13) "Footer Bottom"
- page_top => string (8) "Page top"
- page_bottom => string (11) "Page bottom"
- ⧉protected librariesOverride -> array (1)
- ⧉core/themes/stable9 => array (59) Depth Limit
- ⧉protected librariesExtend -> array (1)
- ⧉tour/tour => array (1) Depth Limit
- ⧉public __construct(array $values) Constructs an ActiveTheme object.
/** * Constructs an ActiveTheme object. * * @param array $values * The properties of the object, keyed by the names. */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:106
- ⧉public getName(): string Returns the machine name of the theme.
/** * Returns the machine name of the theme. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:140
- ⧉public getPath(): string Returns the path to the theme directory.
/** * Returns the path to the theme directory. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:149
- ⧉public getEngine(): string Returns the theme engine.
/** * Returns the theme engine. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:158
- ⧉public getOwner(): mixed Returns the path to the theme engine for root themes.
/** * Returns the path to the theme engine for root themes. * * @see \Drupal\Core\Extension\ThemeExtensionList::doList() * * @return mixed */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:169
- ⧉public getExtension(): \Drupal\Core\Extension\Extension Returns the extension object.
/** * Returns the extension object. * * @return \Drupal\Core\Extension\Extension */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:178
- ⧉public getLibraries(): mixed Returns the libraries provided by the theme.
/** * Returns the libraries provided by the theme. * * @return mixed */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:187
- ⧉public getStyleSheetsRemove(): mixed Returns the removed stylesheets by the theme.
/** * Returns the removed stylesheets by the theme. * * This method is used as a BC layer to access the contents of the deprecated * stylesheets-remove key in theme info.yml files. It will be removed once it * is no longer needed in Drupal 10. * * @return mixed * The removed stylesheets. * * @see https://www.drupal.org/node/2497313 * * @todo Remove in Drupal 10.0.x. * * @internal */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:207
- ⧉public getBaseThemeExtensions(): \Drupal\Core\Extension\Extension[] Returns an array of base theme extension objects keyed by name.
/** * Returns an array of base theme extension objects keyed by name. * * The order starts with the base theme of $this and ends with the root of * the dependency chain. * * @return \Drupal\Core\Extension\Extension[] */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:219
- ⧉public getLogo(): string Returns the logo provided by the theme.
/** * Returns the logo provided by the theme. * * @return string * The logo path. */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:229
- ⧉public getRegions(): string[] The regions used by the theme.
/** * The regions used by the theme. * * @return string[] * The list of region machine names supported by the theme. * * @see system_region_list() */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:241
- ⧉public getLibrariesOverride(): array Returns the libraries or library assets overridden by the active theme.
/** * Returns the libraries or library assets overridden by the active theme. * * @return array * The list of libraries overrides. */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:251
- ⧉public getLibrariesExtend(): array Returns the libraries extended by the active theme.
/** * Returns the libraries extended by the active theme. * * @return array * The list of libraries-extend definitions. */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:261
- ⧉protected lock -> Drupal\Core\ProxyClass\Lock\DatabaseLockBackend (5)
- Properties (5)
- Available methods (11)
- protected drupalProxyOriginalServiceId -> string (34) "drupal.proxy_original_service.lock"
- protected service -> null
- ⧉protected container -> Drupal\Core\DependencyInjection\Container Blacklisted
- protected _serviceIds -> array (0)
- protected _entityStorages -> array (0)
- ⧉public __sleep() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:33
- ⧉public __construct(Symfony\Component\DependencyInjection\ContainerInterface $container, $drupal_proxy_original_service_id) Constructs a ProxyClass Drupal proxy object.
/** * Constructs a ProxyClass Drupal proxy object. * * @param \Symfony\Component\DependencyInjection\ContainerInterface $container * The container. * @param string $drupal_proxy_original_service_id * The service ID of the original service. */ Defined in <ROOT>/core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php:49
- ⧉public acquire($name, $timeout = 30.0) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php:73
- ⧉public __wakeup() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:74
- ⧉public lockMayBeAvailable($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php:81
- ⧉public release($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php:89
- ⧉public releaseAll($lock_id = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php:97
- ⧉public schemaDefinition() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php:105
- ⧉public wait($name, $delay = 30) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php:113
- ⧉public getLockId() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php:121
- ⧉protected lazyLoadItself(): object Lazy loads the real service from the container.
/** * Lazy loads the real service from the container. * * @return object * Returns the constructed real service. */ Defined in <ROOT>/core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php:61
- protected registry -> array (0)
- ⧉protected cache -> Drupal\Core\Cache\DatabaseBackend (4)
- Properties (4)
- Available methods (20)
- Static class properties (3)
- protected maxRows -> integer 5000
- protected bin -> string (13) "cache_default"
- ⧉protected connection -> Drupal\mysql\Driver\Database\mysql\Connection (24)
- Properties (24)
- Available methods (80)
- Static class properties (6)
- protected target -> string (7) "default"
- protected key -> string (7) "default"
- protected logger -> null
- protected transactionLayers -> array (0)
- ⧉protected driverClasses -> array (3) Depth Limit
- protected statementClass -> null
- protected statementWrapperClass -> string (37) "Drupal\Core\Database\StatementWrapper"
- protected transactionalDDLSupport -> boolean false
- protected temporaryNameIndex -> integer 0
- ⧉protected connection -> PDO (0) Depth Limit
- ⧉protected connectionOptions -> array (11) Depth Limit
- protected schema -> null
- ⧉protected prefixes -> array (1) Depth Limit
- ⧉protected prefixSearch -> array (2) Depth Limit
- ⧉protected prefixReplace -> array (2) Depth Limit
- protected unprefixedTablesMap -> array (0)
- protected escapedNames -> array (0)
- ⧉protected escapedTables -> array (13) Depth Limit
- ⧉protected escapedFields -> array (16) Depth Limit
- ⧉protected escapedAliases -> array (7) Depth Limit
- protected rootTransactionEndCallbacks -> array (0)
- ⧉protected identifierQuotes -> array (2) Depth Limit
- protected needsCleanup -> boolean false
- private serverVersion -> null
- ⧉public __construct(PDO $connection, array $connection_options) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:94
- ⧉public __destruct() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:239
- ⧉public queryRange($query, $from, $count, array $args = array(), array $options = array())
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:246
- ⧉public queryTemporary($query, array $args = array(), array $options = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:253
- ⧉public driver()
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:259
- ⧉public version() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:266
- ⧉public isMariaDb(): bool Determines whether the MySQL distribution is MariaDB or not.
/** * Determines whether the MySQL distribution is MariaDB or not. * * @return bool * Returns TRUE if the distribution is MariaDB, or FALSE if not. */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:280
- ⧉public databaseType()
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:313
- ⧉public createDatabase($database) Overrides \Drupal\Core\Database\Connection::createDatabase().
/** * Overrides \Drupal\Core\Database\Connection::createDatabase(). * * @param string $database * The name of the database to create. * * @throws \Drupal\Core\Database\DatabaseNotFoundException */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:325
- ⧉public mapConditionOperator($operator)
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:339
- ⧉public nextId($existing_id0)
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:344
- ⧉public nextIdDelete()
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:364
- ⧉public rollBack($savepoint_name = 'drupal_transaction') {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:436
- ⧉public destroy() Destroys this Connection object.
/** * Destroys this Connection object. * * PHP does not destruct an object if it is still referenced in other * variables. In case of PDO database connection objects, PHP only closes the * connection when the PDO object is destructed, so any references to this * object may cause the number of maximum allowed connections to be exceeded. * * @deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Move custom * database destruction logic to __destruct(). * * @see https://www.drupal.org/node/3142866 */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:329
- ⧉public getConnectionOptions(): array Returns the connection information for this connection object.
/** * Returns the connection information for this connection object. * * Note that Database::getConnectionInfo() is for requesting information * about an arbitrary database connection that is defined. This method * is for requesting the connection information of this specific * open connection object. * * @return array * An array of the connection information. The exact list of * properties is driver-dependent. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:437
- ⧉public attachDatabase(string $database): void Allows the connection to access additional databases.
/** * Allows the connection to access additional databases. * * Database systems usually group tables in 'databases' or 'schemas', that * can be accessed with syntax like 'SELECT * FROM database.table'. Normally * Drupal accesses tables in a single database/schema, but in some cases it * may be necessary to access tables from other databases/schemas in the same * database server. This method can be called to ensure that the additional * database/schema is accessible. * * For MySQL, PostgreSQL and most other databases no action need to be taken * to query data in another database or schema. For SQLite this is however * necessary and the database driver for SQLite will override this method. * * @param string $database * The database to be attached to the connection. * * @internal */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:460
- ⧉public prefixTables($sql): string Appends a database prefix to all tables in a query.
/** * Appends a database prefix to all tables in a query. * * Queries sent to Drupal should wrap all table names in curly brackets. This * function searches for this syntax and adds Drupal's table prefix to all * tables, allowing Drupal to coexist with other systems in the same database * and/or schema if necessary. * * @param string $sql * A string containing a partial or entire SQL query. * * @return string * The properly-prefixed string. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:522
- ⧉public quoteIdentifiers($sql): string Quotes all identifiers in a query.
/** * Quotes all identifiers in a query. * * Queries sent to Drupal should wrap all unquoted identifiers in square * brackets. This function searches for this syntax and replaces them with the * database specific identifier. In ANSI SQL this a double quote. * * Note that :variable[] is used to denote array arguments but * Connection::expandArguments() is always called first. * * @param string $sql * A string containing a partial or entire SQL query. * * @return string * The string containing a partial or entire SQL query with all identifiers * quoted. * * @internal * This method should only be called by database API code. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:546
- ⧉public tablePrefix($table = 'default') Find the prefix for a table.
/** * Find the prefix for a table. * * This function is for when you want to know the prefix of a table. This * is not used in prefixTables due to performance reasons. * * @param string $table * (optional) The table to find the prefix for. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:559
- ⧉public getUnprefixedTablesMap(): array Gets a list of individually prefixed table names.
/** * Gets a list of individually prefixed table names. * * @return array * An array of un-prefixed table names, keyed by their fully qualified table * names (i.e. prefix + table_name). */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:575
- ⧉public getFullQualifiedTableName($table): string Get a fully qualified table name.
/** * Get a fully qualified table name. * * @param string $table * The name of the table in question. * * @return string */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:587
- ⧉public prepareStatement(string $query, array $options, bool $allow_row_count = false): Drupal\Core\Database\StatementInterface Returns a prepared statement given a SQL string.
/** * Returns a prepared statement given a SQL string. * * This method caches prepared statements, reusing them when possible. It also * prefixes tables names enclosed in curly braces and, optionally, quotes * identifiers enclosed in square brackets. * * @param string $query * The query string as SQL, with curly braces surrounding the table names, * and square brackets surrounding identifiers. * @param array $options * An associative array of options to control how the query is run. See * the documentation for self::defaultOptions() for details. The content of * the 'pdo' key will be passed to the prepared statement. * @param bool $allow_row_count * (optional) A flag indicating if row count is allowed on the statement * object. Defaults to FALSE. * * @return \Drupal\Core\Database\StatementInterface * A prepared statement ready for its execute() method. * * @throws \InvalidArgumentException * If multiple statements are included in the string, and delimiters are * not allowed in the query. * @throws \Drupal\Core\Database\DatabaseExceptionWrapper */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:619
- ⧉public prepareQuery($query, $quote_identifiers = true): \Drupal\Core\Database\StatementInterface Prepares a query string and returns the prepared statement.
/** * Prepares a query string and returns the prepared statement. * * This method caches prepared statements, reusing them when possible. It also * prefixes tables names enclosed in curly-braces and, optionally, quotes * identifiers enclosed in square brackets. * * @param $query * The query string as SQL, with curly-braces surrounding the * table names. * @param bool $quote_identifiers * (optional) Quote any identifiers enclosed in square brackets. Defaults to * TRUE. * * @return \Drupal\Core\Database\StatementInterface * A PDO prepared statement ready for its execute() method. * * @deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Use * ::prepareStatement instead. * * @see https://www.drupal.org/node/3137786 */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:714
- ⧉public setTarget($target = null) Tells this connection object what its target value is.
/** * Tells this connection object what its target value is. * * This is needed for logging and auditing. It's sloppy to do in the * constructor because the constructor for child classes has a different * signature. We therefore also ensure that this function is only ever * called once. * * @param string $target * (optional) The target this connection is for. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:730
- ⧉public getTarget(): string|null Returns the target this connection is associated with.
/** * Returns the target this connection is associated with. * * @return string|null * The target string of this connection, or NULL if no target is set. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:742
- ⧉public setKey($key) Tells this connection object what its key is.
/** * Tells this connection object what its key is. * * @param string $key * The key this connection is for. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:752
- ⧉public getKey(): string|null Returns the key this connection is associated with.
/** * Returns the key this connection is associated with. * * @return string|null * The key of this connection, or NULL if no key is set. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:764
- ⧉public setLogger(Drupal\Core\Database\Log $logger) Associates a logging object with this connection.
/** * Associates a logging object with this connection. * * @param \Drupal\Core\Database\Log $logger * The logging object we want to use. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:774
- ⧉public getLogger(): \Drupal\Core\Database\Log|null Gets the current logging object for this connection.
/** * Gets the current logging object for this connection. * * @return \Drupal\Core\Database\Log|null * The current logging object for this connection. If there isn't one, * NULL is returned. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:785
- ⧉public makeSequenceName($table, $field): string Creates the appropriate sequence name for a given table and serial field.
/** * Creates the appropriate sequence name for a given table and serial field. * * This information is exposed to all database drivers, although it is only * useful on some of them. This method is table prefix-aware. * * Note that if a sequence was generated automatically by the database, its * name might not match the one returned by this function. Therefore, in those * cases, it is generally advised to use a database-specific way of retrieving * the name of an auto-created sequence. For example, PostgreSQL provides a * dedicated function for this purpose: pg_get_serial_sequence(). * * @param string $table * The table name to use for the sequence. * @param string $field * The field name to use for the sequence. * * @return string * A table prefix-parsed string for the sequence name. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:809
- ⧉public makeComment($comments): string Flatten an array of query comments into a single comment string.
/** * Flatten an array of query comments into a single comment string. * * The comment string will be sanitized to avoid SQL injection attacks. * * @param string[] $comments * An array of query comment strings. * * @return string * A sanitized comment string. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:827
- ⧉public query($query, array $args = array(), $options = array()): \Drupal\Core\Database\StatementInterface|int|string|null Executes a query string against the database.
/** * Executes a query string against the database. * * This method provides a central handler for the actual execution of every * query. All queries executed by Drupal are executed as prepared statements. * * @param string|\Drupal\Core\Database\StatementInterface|\PDOStatement $query * The query to execute. This is a string containing an SQL query with * placeholders. * (deprecated) An already-prepared instance of StatementInterface or of * \PDOStatement may also be passed in order to allow calling code to * manually bind variables to a query. In such cases, the content of the * $args array will be ignored. * It is extremely rare that module code will need to pass a statement * object to this method. It is used primarily for database drivers for * databases that require special LOB field handling. * @param array $args * The associative array of arguments for the prepared statement. * @param array $options * An associative array of options to control how the query is run. The * given options will be merged with self::defaultOptions(). See the * documentation for self::defaultOptions() for details. * Typically, $options['return'] will be set by a default or by a query * builder, and should not be set by a user. * * @return \Drupal\Core\Database\StatementInterface|int|string|null * This method will return one of the following: * - If either $options['return'] === self::RETURN_STATEMENT, or * $options['return'] is not set (due to self::defaultOptions()), * returns the executed statement. * - If $options['return'] === self::RETURN_AFFECTED, * returns the number of rows matched by the query * (not the number affected). * - If $options['return'] === self::RETURN_INSERT_ID, * returns the generated insert ID of the last query as a string. * - If $options['return'] === self::RETURN_NULL, returns NULL. * * @throws \Drupal\Core\Database\DatabaseExceptionWrapper * @throws \Drupal\Core\Database\IntegrityConstraintViolationException * @throws \InvalidArgumentException * * @see \Drupal\Core\Database\Connection::defaultOptions() */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:918
- ⧉public getDriverClass($class): string Gets the driver-specific override class if any for the specified class.
/** * Gets the driver-specific override class if any for the specified class. * * @param string $class * The class for which we want the potentially driver-specific class. * * @return string * The name of the class that should be used for this driver. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1130
- ⧉public exceptionHandler(): \Drupal\Core\Database\ExceptionHandler Returns the database exceptions handler.
/** * Returns the database exceptions handler. * * @return \Drupal\Core\Database\ExceptionHandler * The database exceptions handler. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1196
- ⧉public select($table, $alias = null, array $options = array()): \Drupal\Core\Database\Query\SelectInterface Prepares and returns a SELECT query object.
/** * Prepares and returns a SELECT query object. * * @param string|\Drupal\Core\Database\Query\SelectInterface $table * The base table name or subquery for this query, used in the FROM clause. * If a string, the table specified will also be used as the "base" table * for query_alter hook implementations. * @param string $alias * (optional) The alias of the base table of this query. * @param $options * An array of options on the query. * * @return \Drupal\Core\Database\Query\SelectInterface * An appropriate SelectQuery object for this database connection. Note that * it may be a driver-specific subclass of SelectQuery, depending on the * driver. * * @see \Drupal\Core\Database\Query\Select */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1220
- ⧉public insert($table, array $options = array()): \Drupal\Core\Database\Query\Insert Prepares and returns an INSERT query object.
/** * Prepares and returns an INSERT query object. * * @param string $table * The table to use for the insert statement. * @param array $options * (optional) An associative array of options to control how the query is * run. The given options will be merged with * \Drupal\Core\Database\Connection::defaultOptions(). * * @return \Drupal\Core\Database\Query\Insert * A new Insert query object. * * @see \Drupal\Core\Database\Query\Insert * @see \Drupal\Core\Database\Connection::defaultOptions() */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1244
- ⧉public lastInsertId(?string $name = null): string Returns the ID of the last inserted row or sequence value.
/** * Returns the ID of the last inserted row or sequence value. * * This method should normally be used only within database driver code. * * This is a proxy to invoke lastInsertId() from the wrapped connection. * If a sequence name is not specified for the name parameter, this returns a * string representing the row ID of the last row that was inserted into the * database. * If a sequence name is specified for the name parameter, this returns a * string representing the last value retrieved from the specified sequence * object. * * @param string|null $name * (Optional) Name of the sequence object from which the ID should be * returned. * * @return string * The value returned by the wrapped connection. * * @throws \Drupal\Core\Database\DatabaseExceptionWrapper * In case of failure. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1272
- ⧉public merge($table, array $options = array()): \Drupal\Core\Database\Query\Merge Prepares and returns a MERGE query object.
/** * Prepares and returns a MERGE query object. * * @param string $table * The table to use for the merge statement. * @param array $options * (optional) An array of options on the query. * * @return \Drupal\Core\Database\Query\Merge * A new Merge query object. * * @see \Drupal\Core\Database\Query\Merge */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1292
- ⧉public upsert($table, array $options = array()): \Drupal\Core\Database\Query\Upsert Prepares and returns an UPSERT query object.
/** * Prepares and returns an UPSERT query object. * * @param string $table * The table to use for the upsert query. * @param array $options * (optional) An array of options on the query. * * @return \Drupal\Core\Database\Query\Upsert * A new Upsert query object. * * @see \Drupal\Core\Database\Query\Upsert */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1310
- ⧉public update($table, array $options = array()): \Drupal\Core\Database\Query\Update Prepares and returns an UPDATE query object.
/** * Prepares and returns an UPDATE query object. * * @param string $table * The table to use for the update statement. * @param array $options * (optional) An associative array of options to control how the query is * run. The given options will be merged with * \Drupal\Core\Database\Connection::defaultOptions(). * * @return \Drupal\Core\Database\Query\Update * A new Update query object. * * @see \Drupal\Core\Database\Query\Update * @see \Drupal\Core\Database\Connection::defaultOptions() */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1331
- ⧉public delete($table, array $options = array()): \Drupal\Core\Database\Query\Delete Prepares and returns a DELETE query object.
/** * Prepares and returns a DELETE query object. * * @param string $table * The table to use for the delete statement. * @param array $options * (optional) An associative array of options to control how the query is * run. The given options will be merged with * \Drupal\Core\Database\Connection::defaultOptions(). * * @return \Drupal\Core\Database\Query\Delete * A new Delete query object. * * @see \Drupal\Core\Database\Query\Delete * @see \Drupal\Core\Database\Connection::defaultOptions() */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1352
- ⧉public truncate($table, array $options = array()): \Drupal\Core\Database\Query\Truncate Prepares and returns a TRUNCATE query object.
/** * Prepares and returns a TRUNCATE query object. * * @param string $table * The table to use for the truncate statement. * @param array $options * (optional) An array of options on the query. * * @return \Drupal\Core\Database\Query\Truncate * A new Truncate query object. * * @see \Drupal\Core\Database\Query\Truncate */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1370
- ⧉public schema(): \Drupal\Core\Database\Schema Returns a DatabaseSchema object for manipulating the schema.
/** * Returns a DatabaseSchema object for manipulating the schema. * * This method will lazy-load the appropriate schema library file. * * @return \Drupal\Core\Database\Schema * The database Schema object for this connection. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1383
- ⧉public condition($conjunction): \Drupal\Core\Database\Query\Condition Prepares and returns a CONDITION query object.
/** * Prepares and returns a CONDITION query object. * * @param string $conjunction * The operator to use to combine conditions: 'AND' or 'OR'. * * @return \Drupal\Core\Database\Query\Condition * A new Condition query object. * * @see \Drupal\Core\Database\Query\Condition */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1402
- ⧉public escapeDatabase($database): string Escapes a database name string.
/** * Escapes a database name string. * * Force all database names to be strictly alphanumeric-plus-underscore. * For some database drivers, it may also wrap the database name in * database-specific escape characters. * * @param string $database * An unsanitized database name. * * @return string * The sanitized database name. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1423
- ⧉public escapeTable($table): string Escapes a table name string.
/** * Escapes a table name string. * * Force all table names to be strictly alphanumeric-plus-underscore. * Database drivers should never wrap the table name in database-specific * escape characters. This is done in Connection::prefixTables(). The * database-specific escape characters are added in Connection::setPrefix(). * * @param string $table * An unsanitized table name. * * @return string * The sanitized table name. * * @see \Drupal\Core\Database\Connection::prefixTables() * @see \Drupal\Core\Database\Connection::setPrefix() */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1446
- ⧉public escapeField($field): string Escapes a field name string.
/** * Escapes a field name string. * * Force all field names to be strictly alphanumeric-plus-underscore. * For some database drivers, it may also wrap the field name in * database-specific escape characters. * * @param string $field * An unsanitized field name. * * @return string * The sanitized field name. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1466
- ⧉public escapeAlias($field): string Escapes an alias name string.
/** * Escapes an alias name string. * * Force all alias names to be strictly alphanumeric-plus-underscore. In * contrast to DatabaseConnection::escapeField() / * DatabaseConnection::escapeTable(), this doesn't allow the period (".") * because that is not allowed in aliases. * * @param string $field * An unsanitized alias name. * * @return string * The sanitized alias name. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1491
- ⧉public escapeLike($string): string Escapes characters that work as wildcard characters in a LIKE pattern.
/** * Escapes characters that work as wildcard characters in a LIKE pattern. * * The wildcard characters "%" and "_" as well as backslash are prefixed with * a backslash. Use this to do a search for a verbatim string without any * wildcard behavior. * * For example, the following does a case-insensitive query for all rows whose * name starts with $prefix: * @code * $result = $injected_connection->query( * 'SELECT * FROM person WHERE name LIKE :pattern', * array(':pattern' => $injected_connection->escapeLike($prefix) . '%') * ); * @endcode * * Backslash is defined as escape character for LIKE patterns in * Drupal\Core\Database\Query\Condition::mapConditionOperator(). * * @param string $string * The string to escape. * * @return string * The escaped string. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1524
- ⧉public inTransaction(): bool Determines if there is an active transaction open.
/** * Determines if there is an active transaction open. * * @return bool * TRUE if we're currently in a transaction, FALSE otherwise. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1534
- ⧉public transactionDepth(): int Determines the current transaction depth.
/** * Determines the current transaction depth. * * @return int * The current transaction depth. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1544
- ⧉public startTransaction($name = ''): \Drupal\Core\Database\Transaction Returns a new DatabaseTransaction object on this connection.
/** * Returns a new DatabaseTransaction object on this connection. * * @param string $name * (optional) The name of the savepoint. * * @return \Drupal\Core\Database\Transaction * A Transaction object. * * @see \Drupal\Core\Database\Transaction */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1559
- ⧉public pushTransaction($name) Increases the depth of transaction nesting.
/** * Increases the depth of transaction nesting. * * If no transaction is already active, we begin a new transaction. * * @param string $name * The name of the transaction. * * @throws \Drupal\Core\Database\TransactionNameNonUniqueException * * @see \Drupal\Core\Database\Transaction */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1637
- ⧉public popTransaction($name) Decreases the depth of transaction nesting.
/** * Decreases the depth of transaction nesting. * * If we pop off the last transaction layer, then we either commit or roll * back the transaction as necessary. If no transaction is active, we return * because the transaction may have manually been rolled back. * * @param string $name * The name of the savepoint. * * @throws \Drupal\Core\Database\TransactionNoActiveException * @throws \Drupal\Core\Database\TransactionCommitFailedException * * @see \Drupal\Core\Database\Transaction */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1667
- ⧉public addRootTransactionEndCallback(callable $callback) Adds a root transaction end callback.
/** * Adds a root transaction end callback. * * These callbacks are invoked immediately after the transaction has been * committed. * * It can for example be used to avoid deadlocks on write-heavy tables that * do not need to be part of the transaction, like cache tag invalidations. * * Another use case is that services using alternative backends like Redis and * Memcache cache implementations can replicate the transaction-behavior of * the database cache backend and avoid race conditions. * * An argument is passed to the callbacks that indicates whether the * transaction was successful or not. * * @param callable $callback * The callback to invoke. * * @see \Drupal\Core\Database\Connection::doCommit() */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1702
- ⧉public clientVersion(): string Returns the version of the database client.
/** * Returns the version of the database client. * * Assumes the client connection is \PDO. Non-PDO based drivers need to * override this method. * * @return string */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1855
- ⧉public supportsTransactions(): bool Determines if this driver supports transactions.
/** * Determines if this driver supports transactions. * * @return bool * TRUE if this connection supports transactions, FALSE otherwise. * * @deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. All database * drivers must support transactions. * * @see https://www.drupal.org/node/2278745 */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1870
- ⧉public supportsTransactionalDDL(): bool Determines if this driver supports transactional DDL.
/** * Determines if this driver supports transactional DDL. * * DDL queries are those that change the schema, such as ALTER queries. * * @return bool * TRUE if this connection supports transactions for DDL queries, FALSE * otherwise. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1884
- ⧉public commit() Throws an exception to deny direct access to transaction commits.
/** * Throws an exception to deny direct access to transaction commits. * * We do not want to allow users to commit transactions at any time, only * by destroying the transaction object or allowing it to go out of scope. * A direct commit bypasses all of the safety checks we've built on top of * the database client's transaction routines. * * @throws \Drupal\Core\Database\TransactionExplicitCommitNotAllowedException * * @see \Drupal\Core\Database\Transaction */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1936
- ⧉public prepare($statement, array $driver_options = array()): \PDOStatement|false Prepares a statement for execution and returns a statement object.
/** * Prepares a statement for execution and returns a statement object. * * Emulated prepared statements do not communicate with the database server so * this method does not check the statement. * * @param string $statement * This must be a valid SQL statement for the target database server. * @param array $driver_options * (optional) This array holds one or more key=>value pairs to set * attribute values for the PDOStatement object that this method returns. * You would most commonly use this to set the \PDO::ATTR_CURSOR value to * \PDO::CURSOR_SCROLL to request a scrollable cursor. Some drivers have * driver specific options that may be set at prepare-time. Defaults to an * empty array. * * @return \PDOStatement|false * If the database server successfully prepares the statement, returns a * \PDOStatement object. * If the database server cannot successfully prepare the statement returns * FALSE or emits \PDOException (depending on error handling). * * @throws \PDOException * * @see https://www.php.net/manual/en/pdo.prepare.php * * @deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Database * drivers should instantiate \PDOStatement objects by calling * \PDO::prepare in their Connection::prepareStatement method instead. * \PDO::prepare should not be called outside of driver code. * * @see https://www.drupal.org/node/3137786 */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1992
- ⧉public quote($string, $parameter_type = 2): string|bool Quotes a string for use in a query.
/** * Quotes a string for use in a query. * * @param string $string * The string to be quoted. * @param int $parameter_type * (optional) Provides a data type hint for drivers that have alternate * quoting styles. Defaults to \PDO::PARAM_STR. * * @return string|bool * A quoted string that is theoretically safe to pass into an SQL statement. * Returns FALSE if the driver does not support quoting in this way. * * @see \PDO::quote() */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:2014
- ⧉public __sleep() Prevents the database connection from being serialized.
/** * Prevents the database connection from being serialized. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:2041
- ⧉public getProvider(): string Get the module name of the module that is providing the database driver.
/** * Get the module name of the module that is providing the database driver. * * @return string * The module name of the module that is providing the database driver, or * "core" when the driver is not provided as part of a module. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:2171
- ⧉public getPagerManager(): Drupal\Core\Pager\PagerManagerInterface Get the pager manager service, if available.
/** * Get the pager manager service, if available. * * @return \Drupal\Core\Pager\PagerManagerInterface * The pager manager service, if available. * * @throws \Drupal\Core\DependencyInjection\ContainerNotInitializedException * If the container has not been initialized yet. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:2191
- ⧉public hasJson(): bool Runs a simple query to validate json datatype support.
/** * Runs a simple query to validate json datatype support. * * @return bool * Returns the query result. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:2201
- ⧉protected handleQueryException(PDOException $e, $query, array $args = array(), $options = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:123
- ⧉protected getMariaDbVersionMatch(): ?string Gets the MariaDB portion of the server version.
/** * Gets the MariaDB portion of the server version. * * @return string * The MariaDB portion of the server version if present, or NULL if not. */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:290
- ⧉protected getServerVersion(): string Gets the server version.
/** * Gets the server version. * * @return string * The PDO server version. */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:306
- ⧉protected popCommittableTransactions() Overridden to work around issues to MySQL not supporting transactional DDL.
/** * Overridden to work around issues to MySQL not supporting transactional DDL. */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:391
- ⧉protected doCommit() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:466
- ⧉protected defaultOptions(): array Returns the default query options for any given query.
/** * Returns the default query options for any given query. * * A given query can be customized with a number of option flags in an * associative array: * - fetch: This element controls how rows from a result set will be * returned. Legal values include \PDO::FETCH_ASSOC, \PDO::FETCH_BOTH, * \PDO::FETCH_OBJ, \PDO::FETCH_NUM, or a string representing the name of a * class. If a string is specified, each record will be fetched into a new * object of that class. The behavior of all other values is defined by PDO. * See http://php.net/manual/pdostatement.fetch.php * - return: (deprecated) Depending on the type of query, different return * values may be meaningful. This directive instructs the system which type * of return value is desired. The system will generally set the correct * value automatically, so it is extremely rare that a module developer will * ever need to specify this value. Setting it incorrectly will likely lead * to unpredictable results or fatal errors. Legal values include: * - Database::RETURN_STATEMENT: Return the prepared statement object for * the query. This is usually only meaningful for SELECT queries, where * the statement object is how one accesses the result set returned by the * query. * - Database::RETURN_AFFECTED: Return the number of rows found (matched) by * the WHERE clause of an UPDATE or DELETE query (not the number of rows * actually changed). Note that although named RETURN_AFFECTED for * historical reasons, the number of rows matched is returned for * consistency across database engines. * - Database::RETURN_INSERT_ID: Return the sequence ID (primary key) * created by an INSERT statement on a table that contains a serial * column. * - Database::RETURN_NULL: Do not return anything, as there is no * meaningful value to return. That is the case for INSERT queries on * tables that do not contain a serial column. * - throw_exception: (deprecated) By default, the database system will catch * any errors on a query as an Exception, log it, and then rethrow it so * that code further up the call chain can take an appropriate action. To * suppress that behavior and simply return NULL on failure, set this * option to FALSE. * - allow_delimiter_in_query: By default, queries which have the ; delimiter * any place in them will cause an exception. This reduces the chance of SQL * injection attacks that terminate the original query and add one or more * additional queries (such as inserting new user accounts). In rare cases, * such as creating an SQL function, a ; is needed and can be allowed by * changing this option to TRUE. * - allow_square_brackets: By default, queries which contain square brackets * will have them replaced with the identifier quote character for the * database type. In rare cases, such as creating an SQL function, [] * characters might be needed and can be allowed by changing this option to * TRUE. * - pdo: By default, queries will execute with the client connection options * set on the connection. In particular cases, it could be necessary to * override the driver options on the statement level. In such case, pass * the required setting as an array here, and they will be passed to the * prepared statement. * * @return array * An array of default query options. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:416
- ⧉protected setPrefix($prefix) Set the list of prefixes used by this database connection.
/** * Set the list of prefixes used by this database connection. * * @param array|string $prefix * Either a single prefix, or an array of prefixes. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:469
- ⧉protected preprocessStatement(string $query, array $options): string Returns a string SQL statement ready for preparation.
/** * Returns a string SQL statement ready for preparation. * * This method replaces table names in curly braces and identifiers in square * brackets with platform specific replacements, appropriately escaping them * and wrapping them with platform quote characters. * * @param string $query * The query string as SQL, with curly braces surrounding the table names, * and square brackets surrounding identifiers. * @param array $options * An associative array of options to control how the query is run. See * the documentation for self::defaultOptions() for details. * * @return string * A string SQL statement ready for preparation. * * @throws \InvalidArgumentException * If multiple statements are included in the string, and delimiters are * not allowed in the query. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:667
- ⧉protected filterComment($comment = ''): string Sanitize a query comment string.
/** * Sanitize a query comment string. * * Ensure a query comment does not include strings such as "* /" that might * terminate the comment early. This avoids SQL injection attacks via the * query comment. The comment strings in this example are separated by a * space to avoid PHP parse errors. * * For example, the comment: * @code * \Drupal::database()->update('example') * ->condition('id', $id) * ->fields(array('field2' => 10)) * ->comment('Exploit * / DROP TABLE node; --') * ->execute() * @endcode * * Would result in the following SQL statement being generated: * @code * "/ * Exploit * / DROP TABLE node. -- * / UPDATE example SET field2=..." * @endcode * * Unless the comment is sanitized first, the SQL server would drop the * node table and ignore the rest of the SQL statement. * * @param string $comment * A query comment string. * * @return string * A sanitized version of the query comment string. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:870
- ⧉protected expandArguments(&$query, &$args): bool Expands out shorthand placeholders.
/** * Expands out shorthand placeholders. * * Drupal supports an alternate syntax for doing arrays of values. We * therefore need to expand them out into a full, executable query string. * * @param string $query * The query string to modify. * @param array $args * The arguments for the query. * * @return bool * TRUE if the query was modified, FALSE otherwise. * * @throws \InvalidArgumentException * This exception is thrown when: * - A placeholder that ends in [] is supplied, and the supplied value is * not an array. * - A placeholder that does not end in [] is supplied, and the supplied * value is an array. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1076
- ⧉protected generateTemporaryTableName(): string Generates a temporary table name.
/** * Generates a temporary table name. * * @return string * A table name. * * @deprecated in drupal:9.3.0 and is removed from drupal:10.0.0. There is no * replacement. * * @see https://www.drupal.org/node/3211781 */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1790
- ⇄⧉public static open(array &$connection_options = array()) {@inheritdoc}\Drupal\mysql\Driver\Database\mysql\Connection::open(array &$connection_options = array())
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:142
- ⇄⧉public static createConnectionOptionsFromUrl($url, $root): array Creates an array of database connection options from a URL.\Drupal\Core\Database\Connection::createConnectionOptionsFromUrl($url, $root)
/** * Creates an array of database connection options from a URL. * * @param string $url * The URL. * @param string $root * The root directory of the Drupal installation. Some database drivers, * like for example SQLite, need this information. * * @return array * The connection options. * * @throws \InvalidArgumentException * Exception thrown when the provided URL does not meet the minimum * requirements. * * @internal * This method should only be called from * \Drupal\Core\Database\Database::convertDbUrlToConnectionInfo(). * * @see \Drupal\Core\Database\Database::convertDbUrlToConnectionInfo() */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:2067
- ⇄⧉public static createUrlFromConnectionOptions(array $connection_options): string Creates a URL from an array of database connection options.\Drupal\Core\Database\Connection::createUrlFromConnectionOptions(array $connection_options)
/** * Creates a URL from an array of database connection options. * * @param array $connection_options * The array of connection options for a database connection. An additional * key of 'module' is added by Database::getConnectionInfoAsUrl() for * drivers provided my contributed or custom modules for convenience. * * @return string * The connection info as a URL. * * @throws \InvalidArgumentException * Exception thrown when the provided array of connection options does not * meet the minimum requirements. * * @internal * This method should only be called from * \Drupal\Core\Database\Database::getConnectionInfoAsUrl(). * * @see \Drupal\Core\Database\Database::getConnectionInfoAsUrl() */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:2128
- ⧉protected static getSQLState(Exception $e): string Extracts the SQLSTATE error from a PDOException.
/** * Extracts the SQLSTATE error from a PDOException. * * @param \Exception $e * The exception * * @return string * The five character error code. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:2027
- ⇄const DATABASE_NOT_FOUND :: integer 1049\Drupal\mysql\Driver\Database\mysql\Connection::DATABASE_NOT_FOUND
- ⇄const ACCESS_DENIED :: integer 1045\Drupal\mysql\Driver\Database\mysql\Connection::ACCESS_DENIED
- ⇄const UNSUPPORTED_CHARSET :: integer 2019\Drupal\mysql\Driver\Database\mysql\Connection::UNSUPPORTED_CHARSET
- ⇄const UNKNOWN_CHARSET :: integer 1115\Drupal\mysql\Driver\Database\mysql\Connection::UNKNOWN_CHARSET
- ⇄const SQLSTATE_SYNTAX_ERROR :: integer 42000\Drupal\mysql\Driver\Database\mysql\Connection::SQLSTATE_SYNTAX_ERROR
- ⇄const MIN_MAX_ALLOWED_PACKET :: integer 1024\Drupal\mysql\Driver\Database\mysql\Connection::MIN_MAX_ALLOWED_PACKET
- ⇄const DATABASE_NOT_FOUND :: integer 1049
- ⧉protected checksumProvider -> Drupal\Core\Cache\DatabaseCacheTagsChecksum (4)
- Properties (4)
- Available methods (13)
- Static class properties
- ⧉protected connection -> Drupal\mysql\Driver\Database\mysql\Connection (24) Depth Limit
- protected invalidatedTags -> array (0)
- protected delayedTags -> array (0)
- ⧉protected tagCache -> array (7) Depth Limit
- ⧉public __construct(Drupal\Core\Database\Connection $connection) Constructs a DatabaseCacheTagsChecksum object.
/** * Constructs a DatabaseCacheTagsChecksum object. * * @param \Drupal\Core\Database\Connection $connection * The database connection. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:28
- ⧉public rootTransactionEndCallback($success) Callback to be invoked just after a database transaction gets committed.
/** * Callback to be invoked just after a database transaction gets committed. * * Executes all delayed tag invalidations. * * @param bool $success * Whether or not the transaction was successful. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php:43
- ⧉public invalidateTags(array $tags) Implements \Drupal\Core\Cache\CacheTagsInvalidatorInterface::invalidateTags()
/** * Implements \Drupal\Core\Cache\CacheTagsInvalidatorInterface::invalidateTags() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php:53
- ⧉public getCurrentChecksum(array $tags) Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::getCurrentChecksum()
/** * Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::getCurrentChecksum() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php:83
- ⧉public schemaDefinition() Defines the schema for the {cachetags} table.
/** * Defines the schema for the {cachetags} table. * * @internal */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:97
- ⧉public isValid($checksum, array $tags) Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::isValid()
/** * Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::isValid() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php:105
- ⧉public getDatabaseConnection() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:147
- ⧉public reset() Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::reset()
/** * Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::reset() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php:149
- ⧉protected doInvalidateTags(array $tags) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:35
- ⧉protected getTagInvalidationCounts(array $tags) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:58
- ⧉protected ensureTableExists() Check if the cache tags table exists and create it if not.
/** * Check if the cache tags table exists and create it if not. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:75
- ⧉protected calculateChecksum(array $tags): int Calculates the current checksum for a given set of tags.
/** * Calculates the current checksum for a given set of tags. * * @param string[] $tags * The array of tags to calculate the checksum for. * * @return int * The calculated checksum. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php:128
- ⧉protected catchException(Exception $e) Act on an exception when cache might be stale.
/** * Act on an exception when cache might be stale. * * If the {cachetags} table does not yet exist, that's fine but if the table * exists and yet the query failed, then the cache is stale and the * exception needs to propagate. * * @param \Exception $e * The exception. * * @throws \Exception * * @deprecated in drupal:9.3.0 and is removed from drupal:10.0.0. There is no * replacement. * * @see https://www.drupal.org/node/3243014 */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:137
- ⇄const INVALID_CHECKSUM_WHILE_IN_TRANSACTION :: integer -1\Drupal\Core\Cache\DatabaseCacheTagsChecksum::INVALID_CHECKSUM_WHILE_IN_TRANSACTION
- ⇄const INVALID_CHECKSUM_WHILE_IN_TRANSACTION :: integer -1
- ⧉public __construct(Drupal\Core\Database\Connection $connection, Drupal\Core\Cache\CacheTagsChecksumInterface $checksum_provider, $bin, $max_rows = null) Constructs a DatabaseBackend object.
/** * Constructs a DatabaseBackend object. * * @param \Drupal\Core\Database\Connection $connection * The database connection. * @param \Drupal\Core\Cache\CacheTagsChecksumInterface $checksum_provider * The cache tags checksum provider. * @param string $bin * The cache bin for which the object is created. * @param int $max_rows * (optional) The maximum number of rows that are allowed in this cache bin * table. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:77
- ⧉public get($cid, $allow_invalid = false) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:90
- ⧉public getMultiple(&$cids, $allow_invalid = false) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:99
- ⧉public set($cid, $data, $expire = -1, array $tags = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:176
- ⧉public setMultiple(array $items) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:189
- ⧉public delete($cid) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:279
- ⧉public deleteMultiple(array $cids) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:286
- ⧉public deleteAll() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:309
- ⧉public invalidate($cid) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:326
- ⧉public invalidateMultiple(array $cids) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:333
- ⧉public invalidateAll() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:352
- ⧉public garbageCollection() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:366
- ⧉public removeBin() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:399
- ⧉public schemaDefinition() Defines the schema for the {cache_*} bin tables.
/** * Defines the schema for the {cache_*} bin tables. * * @internal */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:478
- ⧉public getMaxRows(): int The maximum number of rows that this cache bin table is allowed to store.
/** * The maximum number of rows that this cache bin table is allowed to store. * * @return int */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:544
- ⧉protected prepareItem($cache, $allow_invalid): mixed|false Prepares a cached item.
/** * Prepares a cached item. * * Checks that items are either permanent or did not expire, and unserializes * data as appropriate. * * @param object $cache * An item loaded from self::get() or self::getMultiple(). * @param bool $allow_invalid * If FALSE, the method returns FALSE if the cache item is not valid. * * @return mixed|false * The item with data unserialized as appropriate and a property indicating * whether the item is valid, or FALSE if there is no valid item to load. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:146
- ⧉protected doSetMultiple(array $items) Stores multiple items in the persistent cache.
/** * Stores multiple items in the persistent cache. * * @param array $items * An array of cache items, keyed by cid. * * @see \Drupal\Core\Cache\CacheBackendInterface::setMultiple() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:217
- ⧉protected ensureBinExists() Check if the cache bin exists and create it if not.
/** * Check if the cache bin exists and create it if not. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:411
- ⧉protected catchException(Exception $e, $table_name = null) Act on an exception when cache might be stale.
/** * Act on an exception when cache might be stale. * * If the table does not yet exist, that's fine, but if the table exists and * yet the query failed, then the cache is stale and the exception needs to * propagate. * * @param $e * The exception. * @param string|null $table_name * The table name. Defaults to $this->bin. * * @throws \Exception */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:443
- ⧉protected normalizeCid($cid): string Normalizes a cache ID in order to comply with database limitations.
/** * Normalizes a cache ID in order to comply with database limitations. * * @param string $cid * The passed in cache ID. * * @return string * An ASCII-encoded cache ID that is at most 255 characters long. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:458
- ⇄const DEFAULT_MAX_ROWS :: integer 5000\Drupal\Core\Cache\DatabaseBackend::DEFAULT_MAX_ROWS
- ⇄const MAXIMUM_NONE :: integer -1\Drupal\Core\Cache\DatabaseBackend::MAXIMUM_NONE
- ⇄const CACHE_PERMANENT :: integer -1\Drupal\Core\Cache\DatabaseBackend::CACHE_PERMANENT
- ⇄const DEFAULT_MAX_ROWS :: integer 5000
- ⧉protected moduleHandler -> Drupal\Core\Extension\ModuleHandler (11)
- Properties (11)
- Available methods (35)
- ⧉protected loadedFiles -> array (157)
- action => boolean true
- actions_permissions => boolean true
- admin_toolbar => boolean true
- anchor_link => boolean true
- automated_cron => boolean true
- bean_migrate => boolean true
- better_exposed_filters => boolean true
- big_pipe => boolean true
- block => boolean true
- block_content => boolean true
- block_content_permissions => boolean true
- breakpoint => boolean true
- ck5_extra_plugins => boolean true
- ckeditor5 => boolean true
- ckeditor5_font => boolean true
- ckeditor5_inline_style => boolean true
- comment => boolean true
- config => boolean true
- config_filter => boolean true
- config_ignore => boolean true
- config_inspector => boolean true
- config_split => boolean true
- config_translation => boolean true
- config_update => boolean true
- config_update_ui => boolean true
- contact => boolean true
- contextual => boolean true
- custom_media_library => boolean true
- date_all_day => boolean true
- datetime => boolean true
- datetime_range => boolean true
- dblog => boolean true
- devel => boolean true
- devel_entity_updates => boolean true
- devel_kint_extras => boolean true
- draggableviews => boolean true
- dropzonejs => boolean true
- dropzonejs_eb_widget => boolean true
- dynamic_page_cache => boolean true
- edit_panel => boolean true
- editor => boolean true
- editor_advanced_link => boolean true
- embed => boolean true
- entity_browser => boolean true
- entity_browser_entity_form => boolean true
- entity_embed => boolean true
- entity_reference_revisions => boolean true
- entity_usage => boolean true
- field => boolean true
- field_group => boolean true
- field_group_migrate => boolean true
- field_ui => boolean true
- file => boolean true
- filter => boolean true
- filter_html_inline_style => boolean true
- fitvids => boolean true
- gin_toolbar => boolean true
- glightbox => boolean true
- help => boolean true
- history => boolean true
- image => boolean true
- imce => boolean true
- inline_entity_form => boolean true
- inline_form_errors => boolean true
- jquery_ui => boolean true
- jquery_ui_datepicker => boolean true
- jquery_ui_slider => boolean true
- jquery_ui_touch_punch => boolean true
- language => boolean true
- link => boolean true
- linkit => boolean true
- locale => boolean true
- masquerade => boolean true
- media => boolean true
- media_library => boolean true
- media_library_edit => boolean true
- media_migration => boolean true
- media_migration_tools => boolean true
- menu_block => boolean true
- menu_firstchild => boolean true
- menu_link_content => boolean true
- menu_ui => boolean true
- migmag => boolean true
- migmag_process => boolean true
- migrate => boolean true
- migrate_conditions => boolean true
- migrate_devel => boolean true
- migrate_drupal => boolean true
- migrate_drupal_ui => boolean true
- migrate_file => boolean true
- migrate_plus => boolean true
- migrate_process_array => boolean true
- migrate_process_extra => boolean true
- migrate_process_skip => boolean true
- migrate_process_trim => boolean true
- migrate_sandbox => boolean true
- migrate_tools => boolean true
- migrate_upgrade => boolean true
- mysql => boolean true
- node => boolean true
- oidc => boolean true
- options => boolean true
- owlcarousel => boolean true
- page_cache => boolean true
- path => boolean true
- path_alias => boolean true
- potx => boolean true
- redirect => boolean true
- robo => boolean true
- robo_migrate => boolean true
- robo_migrate_bean => boolean true
- robo_migrate_others => boolean true
- robo_migrate_system => boolean true
- search => boolean true
- shortcut => boolean true
- smart_sql_idmap => boolean true
- smart_trim => boolean true
- spamspan => boolean true
- string_field_formatter => boolean true
- svg_image => boolean true
- system => boolean true
- taxonomy => boolean true
- text => boolean true
- timer_block => boolean true
- token => boolean true
- token_filter => boolean true
- toolbar => boolean true
- tour => boolean true
- twig_real_content => boolean true
- update => boolean true
- upgrade_status => boolean true
- user => boolean true
- video_embed_field => boolean true
- views_bulk_operations => boolean true
- views_migration => boolean true
- views_ui => boolean true
- webform => boolean true
- webform_access => boolean true
- webform_devel => boolean true
- webform_location_places => boolean true
- webform_migrate => boolean true
- webform_node => boolean true
- webform_options_custom => boolean true
- webform_submission_export_import => boolean true
- webform_submission_log => boolean true
- webform_templates => boolean true
- webform_ui => boolean true
- yaml_editor => boolean true
- menu_admin_per_menu => boolean true
- pathauto => boolean true
- content_translation => boolean true
- externalauth => boolean true
- views => boolean true
- paragraphs => boolean true
- linked_field => boolean true
- standard => boolean true
- eu_cookie_compliance => boolean true
- ⧉protected moduleList -> array (157)
- ⧉action => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉actions_permissions => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉admin_toolbar => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉anchor_link => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉automated_cron => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉bean_migrate => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉better_exposed_filters => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉big_pipe => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉block => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉block_content => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉block_content_permissions => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉breakpoint => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉ck5_extra_plugins => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉ckeditor5 => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉ckeditor5_font => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉ckeditor5_inline_style => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉comment => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉config => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉config_filter => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉config_ignore => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉config_inspector => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉config_split => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉config_translation => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉config_update => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉config_update_ui => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉contact => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉contextual => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉custom_media_library => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉date_all_day => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉datetime => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉datetime_range => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉dblog => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉devel => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉devel_entity_updates => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉devel_kint_extras => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉draggableviews => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉dropzonejs => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉dropzonejs_eb_widget => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉dynamic_page_cache => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉edit_panel => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉editor => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉editor_advanced_link => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉embed => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉entity_browser => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉entity_browser_entity_form => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉entity_embed => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉entity_reference_revisions => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉entity_usage => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉field => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉field_group => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉field_group_migrate => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉field_ui => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉file => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉filter => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉filter_html_inline_style => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉fitvids => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉gin_toolbar => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉glightbox => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉help => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉history => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉image => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉imce => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉inline_entity_form => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉inline_form_errors => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉jquery_ui => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉jquery_ui_datepicker => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉jquery_ui_slider => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉jquery_ui_touch_punch => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉language => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉link => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉linkit => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉locale => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉masquerade => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉media => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉media_library => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉media_library_edit => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉media_migration => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉media_migration_tools => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉menu_block => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉menu_firstchild => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉menu_link_content => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉menu_ui => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migmag => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migmag_process => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migrate => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migrate_conditions => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migrate_devel => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migrate_drupal => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migrate_drupal_ui => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migrate_file => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migrate_plus => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migrate_process_array => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migrate_process_extra => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migrate_process_skip => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migrate_process_trim => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migrate_sandbox => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migrate_tools => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉migrate_upgrade => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉mysql => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉node => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉oidc => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉options => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉owlcarousel => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉page_cache => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉path => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉path_alias => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉potx => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉redirect => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉robo => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉robo_migrate => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉robo_migrate_bean => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉robo_migrate_others => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉robo_migrate_system => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉search => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉shortcut => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉smart_sql_idmap => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉smart_trim => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉spamspan => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉string_field_formatter => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉svg_image => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉system => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉taxonomy => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉text => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉timer_block => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉token => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉token_filter => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉toolbar => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉tour => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉twig_real_content => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉update => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉upgrade_status => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉user => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉video_embed_field => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉views_bulk_operations => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉views_migration => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉views_ui => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉webform => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉webform_access => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉webform_devel => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉webform_location_places => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉webform_migrate => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉webform_node => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉webform_options_custom => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉webform_submission_export_import => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉webform_submission_log => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉webform_templates => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉webform_ui => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉yaml_editor => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉menu_admin_per_menu => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉pathauto => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉content_translation => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉externalauth => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉views => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉paragraphs => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉linked_field => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉standard => Drupal\Core\Extension\Extension (5) Depth Limit
- ⧉eu_cookie_compliance => Drupal\Core\Extension\Extension (5) Depth Limit
- protected loaded -> boolean true
- ⧉protected implementations -> array (682)
- ⧉module_implements_alter => array (5) Depth Limit
- ⧉config_schema_info_alter => array (4) Depth Limit
- entity_load => array (0)
- user_role_load => array (0)
- language_fallback_candidates_locale_lookup_alter => array (0)
- language_fallback_candidates_alter => array (0)
- ⧉webform_help_info => array (6) Depth Limit
- webform_help_info_alter => array (0)
- config_filter_info_alter => array (0)
- config_ignore_settings_alter => array (0)
- ⧉system_info_alter => array (2) Depth Limit
- ⧉config_import_steps_alter => array (1) Depth Limit
- ⧉filter_format_load => array (1) Depth Limit
- ⧉filter_info_alter => array (1) Depth Limit
- ⧉filter_format_presave => array (1) Depth Limit
- ⧉entity_presave => array (2) Depth Limit
- filter_format_update => array (0)
- ⧉entity_update => array (4) Depth Limit
- query_alter => array (0)
- query_entity_query_alter => array (0)
- query_entity_query_block_content_alter => array (0)
- entity_preload => array (0)
- query_block_content_load_multiple_alter => array (0)
- ⧉entity_bundle_field_info => array (1) Depth Limit
- field_config_load => array (0)
- entity_bundle_field_info_alter => array (0)
- ⧉entity_field_storage_info => array (1) Depth Limit
- field_storage_config_load => array (0)
- entity_field_storage_info_alter => array (0)
- ⧉entity_storage_load => array (1) Depth Limit
- block_content_storage_load => array (0)
- block_content_load => array (0)
- language_types_info => array (0)
- ⧉language_types_info_alter => array (2) Depth Limit
- user_load => array (0)
- query_node_load_multiple_alter => array (0)
- base_field_override_load => array (0)
- node_storage_load => array (0)
- node_load => array (0)
- ⧉entity_access => array (1) Depth Limit
- ⧉node_access => array (2) Depth Limit
- node_grants => array (0)
- entity_view_mode_alter => array (0)
- ⧉theme => array (42) Depth Limit
- views_plugins_pager_alter => array (0)
- ⧉views_data => array (7) Depth Limit
- action_load => array (0)
- search_page_load => array (0)
- ⧉field_views_data => array (6) Depth Limit
- comment_type_load => array (0)
- ⧉field_views_data_alter => array (1) Depth Limit
- ⧉views_data_alter => array (10) Depth Limit
- language_content_settings_load => array (0)
- views_plugins_row_alter => array (0)
- views_plugins_style_alter => array (0)
- views_plugins_exposed_form_alter => array (0)
- ⧉theme_registry_alter => array (6) Depth Limit
- entity_view_mode_load => array (0)
- entity_view_mode_info_alter => array (0)
- node_build_defaults_alter => array (0)
- entity_build_defaults_alter => array (0)
- ⧉entity_extra_field_info => array (7) Depth Limit
- node_type_load => array (0)
- entity_extra_field_info_alter => array (0)
- ⧉field_formatter_info_alter => array (2) Depth Limit
- entity_view_display_load => array (0)
- ⧉entity_view_display_alter => array (1) Depth Limit
- entity_prepare_view => array (0)
- ⧉entity_field_access => array (1) Depth Limit
- entity_field_access_alter => array (0)
- query_user_load_multiple_alter => array (0)
- user_storage_load => array (0)
- user_access => array (0)
- date_format_load => array (0)
- ⧉entity_display_build_alter => array (1) Depth Limit
- node_view => array (0)
- ⧉entity_view => array (1) Depth Limit
- ⧉node_view_alter => array (2) Depth Limit
- ⧉entity_view_alter => array (2) Depth Limit
- ⧉theme_suggestions_field => array (1) Depth Limit
- ⧉theme_suggestions_alter => array (2) Depth Limit
- theme_suggestions_field_alter => array (0)
- ⧉template_preprocess_default_variables_alter => array (1) Depth Limit
- element_plugin_alter => array (0)
- ⧉element_info_alter => array (8) Depth Limit
- ⧉theme_suggestions_node => array (1) Depth Limit
- ⧉theme_suggestions_node_alter => array (1) Depth Limit
- theme_suggestions_username => array (0)
- theme_suggestions_username_alter => array (0)
- ⧉user_format_name_alter => array (1) Depth Limit
- ⧉node_links_alter => array (1) Depth Limit
- theme_suggestions_links => array (0)
- theme_suggestions_links_alter => array (0)
- display_variant_plugin_alter => array (0)
- block_load => array (0)
- block_access => array (0)
- menu_load => array (0)
- view_load => array (0)
- views_plugins_argument_alter => array (0)
- ⧉views_plugins_argument_validator_alter => array (1) Depth Limit
- block_alter => array (0)
- condition_info_alter => array (0)
- webform_load => array (0)
- ⧉webform_access => array (1) Depth Limit
- webform_source_entity_info_alter => array (0)
- ⧉webform_access_rules => array (1) Depth Limit
- webform_access_rules_alter => array (0)
- ⧉block_content_access => array (1) Depth Limit
- block_build_alter => array (0)
- block_build_system_branding_block_alter => array (0)
- block_build_system_menu_block_alter => array (0)
- block_build_timer_block_alter => array (0)
- block_build_block_content_alter => array (0)
- block_build_local_actions_block_alter => array (0)
- block_build_help_block_alter => array (0)
- block_build_system_messages_block_alter => array (0)
- block_build_local_tasks_block_alter => array (0)
- block_build_system_main_block_alter => array (0)
- ⧉block_view_alter => array (1) Depth Limit
- ⧉block_view_system_main_block_alter => array (1) Depth Limit
- block_build_views_block_alter => array (0)
- block_build_webform_block_alter => array (0)
- ⧉page_attachments => array (9) Depth Limit
- file_url_alter => array (0)
- eu_cookie_compliance_path_match_alter => array (0)
- eu_cookie_compliance_geoip_match_alter => array (0)
- eu_cookie_compliance_show_popup_alter => array (0)
- eu_cookie_compliance_cid_alter => array (0)
- token_entity_mapping_alter => array (0)
- theme_suggestions_eu_cookie_compliance_popup_info_consent_default => array (0)
- theme_suggestions_eu_cookie_compliance_popup_info_consent_default_alter => array (0)
- theme_suggestions_eu_cookie_compliance_withdraw => array (0)
- theme_suggestions_eu_cookie_compliance_withdraw_alter => array (0)
- ⧉page_attachments_alter => array (4) Depth Limit
- ⧉page_top => array (5) Depth Limit
- ⧉page_bottom => array (1) Depth Limit
- ⧉theme_suggestions_html => array (1) Depth Limit
- theme_suggestions_html_alter => array (0)
- ⧉block_view_system_menu_block_alter => array (1) Depth Limit
- query_menu_link_content_load_multiple_alter => array (0)
- menu_link_content_storage_load => array (0)
- menu_link_content_load => array (0)
- ⧉theme_suggestions_block => array (2) Depth Limit
- ⧉theme_suggestions_block_alter => array (1) Depth Limit
- ⧉theme_suggestions_menu => array (1) Depth Limit
- theme_suggestions_menu_alter => array (0)
- link_alter => array (0)
- ⧉theme_suggestions_region => array (1) Depth Limit
- theme_suggestions_region_alter => array (0)
- ⧉theme_suggestions_page => array (1) Depth Limit
- theme_suggestions_page_alter => array (0)
- block_view_system_branding_block_alter => array (0)
- menu_firstchild_item_alter => array (0)
- block_view_block_content_alter => array (0)
- block_content_build_defaults_alter => array (0)
- block_content_view => array (0)
- block_content_view_alter => array (0)
- field_group_content_element_keys_alter => array (0)
- ⧉field_group_pre_render => array (1) Depth Limit
- field_group_formatter_info_alter => array (0)
- field_group_pre_render_alter => array (0)
- ⧉field_group_build_pre_render_alter => array (1) Depth Limit
- theme_suggestions_field_group_html_element => array (0)
- theme_suggestions_field_group_html_element_alter => array (0)
- block_view_local_actions_block_alter => array (0)
- media_type_load => array (0)
- block_content_type_load => array (0)
- menu_local_actions_alter => array (0)
- ⧉block_view_help_block_alter => array (1) Depth Limit
- ⧉help => array (97) Depth Limit
- block_view_system_messages_block_alter => array (0)
- block_view_local_tasks_block_alter => array (0)
- entity_form_mode_load => array (0)
- entity_form_mode_info_alter => array (0)
- ⧉local_tasks_alter => array (7) Depth Limit
- ⧉menu_local_tasks_alter => array (4) Depth Limit
- theme_suggestions_menu_local_tasks => array (0)
- theme_suggestions_menu_local_tasks_alter => array (0)
- theme_suggestions_menu_local_task => array (0)
- theme_suggestions_menu_local_task_alter => array (0)
- block_view_views_block_alter => array (0)
- views_plugins_cache_alter => array (0)
- views_plugins_query_alter => array (0)
- views_pre_view => array (0)
- views_plugins_field_alter => array (0)
- views_plugins_sort_alter => array (0)
- views_plugins_filter_alter => array (0)
- ⧉views_pre_build => array (1) Depth Limit
- ⧉views_query_alter => array (1) Depth Limit
- ⧉views_query_substitutions => array (4) Depth Limit
- views_post_build => array (0)
- views_pre_execute => array (0)
- ⧉query_views_alter => array (1) Depth Limit
- query_views_news_alter => array (0)
- ⧉query_node_access_alter => array (1) Depth Limit
- views_post_execute => array (0)
- ⧉views_pre_render => array (3) Depth Limit
- ⧉views_post_render => array (1) Depth Limit
- theme_suggestions_views_view => array (0)
- theme_suggestions_views_view_alter => array (0)
- theme_suggestions_views_view_unformatted => array (0)
- theme_suggestions_views_view_unformatted_alter => array (0)
- query_media_load_multiple_alter => array (0)
- media_storage_load => array (0)
- media_load => array (0)
- media_access => array (0)
- media_build_defaults_alter => array (0)
- query_file_load_multiple_alter => array (0)
- file_storage_load => array (0)
- file_load => array (0)
- image_style_load => array (0)
- media_view => array (0)
- media_view_alter => array (0)
- ⧉theme_suggestions_media => array (1) Depth Limit
- ⧉media_source_info_alter => array (2) Depth Limit
- theme_suggestions_media_alter => array (0)
- theme_suggestions_image_formatter => array (0)
- theme_suggestions_image_formatter_alter => array (0)
- theme_suggestions_image_style => array (0)
- theme_suggestions_image_style_alter => array (0)
- image_effect_info_alter => array (0)
- theme_suggestions_image => array (0)
- theme_suggestions_image_alter => array (0)
- theme_suggestions_smart_trim => array (0)
- ⧉theme_suggestions_smart_trim_alter => array (1) Depth Limit
- theme_suggestions_container => array (0)
- ⧉theme_suggestions_container_alter => array (2) Depth Limit
- views_plugins_argument_default_alter => array (0)
- views_plugins_join_alter => array (0)
- query_views_download_alter => array (0)
- video_embed_field_provider_info_alter => array (0)
- theme_suggestions_video_embed_iframe => array (0)
- theme_suggestions_video_embed_iframe_alter => array (0)
- query_views_events_alter => array (0)
- query_views_sponsors_hp_alter => array (0)
- query_paragraph_access_alter => array (0)
- query_paragraph_load_multiple_alter => array (0)
- paragraph_storage_load => array (0)
- paragraph_load => array (0)
- theme_suggestions_views_view_field => array (0)
- theme_suggestions_views_view_field_alter => array (0)
- entity_view_display_create => array (0)
- entity_create => array (0)
- ⧉field_info_max_weight => array (1) Depth Limit
- theme_suggestions_owlcarousel_views => array (0)
- theme_suggestions_owlcarousel_views_alter => array (0)
- theme_suggestions_views_view_fields => array (0)
- theme_suggestions_views_view_fields_alter => array (0)
- block_view_webform_block_alter => array (0)
- webform_options_custom_load => array (0)
- webform_element_info_alter => array (0)
- ⧉filter_format_access => array (1) Depth Limit
- webform_element_default_properties_alter => array (0)
- webform_submission_field_values_init => array (0)
- entity_field_values_init => array (0)
- webform_submission_create => array (0)
- query_entity_query_webform_submission_alter => array (0)
- entity_form_mode_alter => array (0)
- entity_form_display_create => array (0)
- ⧉entity_form_display_alter => array (1) Depth Limit
- entity_prepare_form => array (0)
- webform_submission_prepare_form => array (0)
- webform_element_access => array (0)
- webform_element_alter => array (0)
- webform_element_processed_text_alter => array (0)
- webform_element_email_alter => array (0)
- webform_submission_form_alter => array (0)
- ⧉form_alter => array (14) Depth Limit
- form_webform_submission_webform_64_form_alter => array (0)
- form_webform_submission_webform_64_node_48_add_form_alter => array (0)
- ⧉theme_suggestions_webform_submission_form => array (1) Depth Limit
- theme_suggestions_webform_submission_form_alter => array (0)
- ⧉theme_suggestions_form_element => array (1) Depth Limit
- theme_suggestions_form_element_alter => array (0)
- theme_suggestions_form_element_label => array (0)
- theme_suggestions_form_element_label_alter => array (0)
- theme_suggestions_input => array (0)
- theme_suggestions_input_alter => array (0)
- theme_suggestions_webform_actions => array (0)
- theme_suggestions_webform_actions_alter => array (0)
- ⧉theme_suggestions_webform => array (1) Depth Limit
- theme_suggestions_webform_alter => array (0)
- theme_suggestions_spamspan_at_sign => array (0)
- theme_suggestions_spamspan_at_sign_alter => array (0)
- ⧉tokens => array (14) Depth Limit
- ⧉token_info => array (13) Depth Limit
- theme_suggestions_webform_element_more => array (0)
- theme_suggestions_webform_element_more_alter => array (0)
- ⧉token_info_alter => array (3) Depth Limit
- ⧉tokens_alter => array (1) Depth Limit
- theme_suggestions_off_canvas_page_wrapper => array (0)
- theme_suggestions_off_canvas_page_wrapper_alter => array (0)
- block_view_timer_block_alter => array (0)
- ⧉library_info_build => array (2) Depth Limit
- ⧉library_info_alter => array (9) Depth Limit
- ⧉webform_libraries_info => array (2) Depth Limit
- webform_handler_info_alter => array (0)
- webform_handler_invoke_alter => array (0)
- webform_handler_invoke_alter_elements_alter => array (0)
- webform_options_alter => array (0)
- webform_options_load => array (0)
- webform_options_likert_quality_alter => array (0)
- webform_options_sex_alter => array (0)
- webform_options_state_province_names_alter => array (0)
- ⧉webform_options_country_names_alter => array (1) Depth Limit
- countries_alter => array (0)
- webform_options_relationship_alter => array (0)
- ⧉webform_options_languages_alter => array (1) Depth Limit
- webform_options_industry_alter => array (0)
- ⧉webform_options_time_zones_alter => array (1) Depth Limit
- webform_libraries_info_alter => array (0)
- ⧉css_alter => array (2) Depth Limit
- ⧉js_alter => array (4) Depth Limit
- ⧉js_settings_build => array (1) Depth Limit
- ⧉js_settings_alter => array (2) Depth Limit
- query_entity_query_file_alter => array (0)
- block_build_page_title_block_alter => array (0)
- block_view_page_title_block_alter => array (0)
- theme_suggestions_page_title => array (0)
- theme_suggestions_page_title_alter => array (0)
- form_user_login_form_alter => array (0)
- theme_suggestions_form => array (0)
- theme_suggestions_form_alter => array (0)
- query_entity_query_user_alter => array (0)
- theme_suggestions_item_list => array (0)
- theme_suggestions_item_list_alter => array (0)
- theme_suggestions_status_messages => array (0)
- theme_suggestions_status_messages_alter => array (0)
- query_entity_query_media_alter => array (0)
- glightbox_settings_alter => array (0)
- theme_suggestions_glightbox_formatter => array (0)
- theme_suggestions_glightbox_formatter_alter => array (0)
- ⧉devel_dumper_info_alter => array (1) Depth Limit
- user_build_defaults_alter => array (0)
- ⧉user_view => array (2) Depth Limit
- ⧉user_view_alter => array (1) Depth Limit
- theme_suggestions_user => array (0)
- theme_suggestions_user_alter => array (0)
- action_info_alter => array (0)
- taxonomy_vocabulary_load => array (0)
- block_build_language_block_alter => array (0)
- block_build_masquerade_alter => array (0)
- breakpoints_alter => array (0)
- ⧉toolbar => array (7) Depth Limit
- shortcut_default_set => array (0)
- shortcut_set_load => array (0)
- ⧉toolbar_alter => array (3) Depth Limit
- theme_suggestions_toolbar => array (0)
- theme_suggestions_toolbar_alter => array (0)
- imce_profile_load => array (0)
- block_view_masquerade_alter => array (0)
- form_masquerade_block_form_alter => array (0)
- query_entity_query_shortcut_alter => array (0)
- ajax_render_alter => array (0)
- block_view_language_block_alter => array (0)
- configurable_language_load => array (0)
- language_switch_links_alter => array (0)
- ⧉user_logout => array (1) Depth Limit
- theme_suggestions_file_link => array (0)
- theme_suggestions_file_link_alter => array (0)
- ⧉entity_base_field_info => array (5) Depth Limit
- entity_bundle_info => array (0)
- contact_form_load => array (0)
- paragraphs_type_load => array (0)
- ⧉entity_bundle_info_alter => array (1) Depth Limit
- ⧉entity_base_field_info_alter => array (3) Depth Limit
- ⧉config_translation_info => array (1) Depth Limit
- ⧉config_translation_info_alter => array (1) Depth Limit
- ⧉language_fallback_candidates_entity_view_alter => array (1) Depth Limit
- theme_suggestions_media_embed_error => array (0)
- theme_suggestions_media_embed_error_alter => array (0)
- pathauto_punctuation_chars_alter => array (0)
- query_menu_link_content_access_alter => array (0)
- query_entity_query_menu_link_content_alter => array (0)
- transliteration_overrides_alter => array (0)
- query_entity_query_node_alter => array (0)
- theme_suggestions_table => array (0)
- theme_suggestions_table_alter => array (0)
- theme_suggestions_filter_caption => array (0)
- theme_suggestions_filter_caption_alter => array (0)
- media_type_access => array (0)
- oembed_resource_url_alter => array (0)
- theme_suggestions_media_oembed_iframe => array (0)
- theme_suggestions_media_oembed_iframe_alter => array (0)
- menu_admin_per_menu_get_permissions_alter => array (0)
- contextual_links_plugins_alter => array (0)
- ⧉contextual_links_alter => array (1) Depth Limit
- ⧉contextual_links_view_alter => array (3) Depth Limit
- ⧉field_widget_info_alter => array (4) Depth Limit
- entity_form_display_load => array (0)
- ⧉node_prepare_form => array (1) Depth Limit
- ⧉field_widget_form_alter => array (1) Depth Limit
- field_widget_datetime_timestamp_form_alter => array (0)
- ⧉field_widget_single_element_form_alter => array (6) Depth Limit
- field_widget_single_element_datetime_timestamp_form_alter => array (0)
- field_widget_multivalue_form_alter => array (0)
- field_widget_multivalue_datetime_timestamp_form_alter => array (0)
- ⧉field_widget_complete_form_alter => array (2) Depth Limit
- field_widget_complete_datetime_timestamp_form_alter => array (0)
- field_widget_media_library_widget_form_alter => array (0)
- field_widget_single_element_media_library_widget_form_alter => array (0)
- field_widget_multivalue_media_library_widget_form_alter => array (0)
- field_widget_complete_media_library_widget_form_alter => array (0)
- field_widget_entity_reference_autocomplete_form_alter => array (0)
- field_widget_single_element_entity_reference_autocomplete_form_alter => array (0)
- field_widget_multivalue_entity_reference_autocomplete_form_alter => array (0)
- field_widget_complete_entity_reference_autocomplete_form_alter => array (0)
- field_widget_link_default_form_alter => array (0)
- field_widget_single_element_link_default_form_alter => array (0)
- field_widget_multivalue_link_default_form_alter => array (0)
- field_widget_complete_link_default_form_alter => array (0)
- field_widget_text_textarea_form_alter => array (0)
- field_widget_single_element_text_textarea_form_alter => array (0)
- field_widget_multivalue_text_textarea_form_alter => array (0)
- field_widget_complete_text_textarea_form_alter => array (0)
- field_widget_string_textarea_form_alter => array (0)
- field_widget_single_element_string_textarea_form_alter => array (0)
- field_widget_multivalue_string_textarea_form_alter => array (0)
- field_widget_complete_string_textarea_form_alter => array (0)
- field_widget_language_select_form_alter => array (0)
- field_widget_single_element_language_select_form_alter => array (0)
- field_widget_multivalue_language_select_form_alter => array (0)
- field_widget_complete_language_select_form_alter => array (0)
- pathauto_alias_types_alter => array (0)
- pathauto_pattern_load => array (0)
- field_widget_path_form_alter => array (0)
- field_widget_single_element_path_form_alter => array (0)
- field_widget_multivalue_path_form_alter => array (0)
- field_widget_complete_path_form_alter => array (0)
- field_widget_boolean_checkbox_form_alter => array (0)
- field_widget_single_element_boolean_checkbox_form_alter => array (0)
- field_widget_multivalue_boolean_checkbox_form_alter => array (0)
- field_widget_complete_boolean_checkbox_form_alter => array (0)
- field_widget_string_textfield_form_alter => array (0)
- field_widget_single_element_string_textfield_form_alter => array (0)
- field_widget_multivalue_string_textfield_form_alter => array (0)
- field_widget_complete_string_textfield_form_alter => array (0)
- entity_create_access => array (0)
- node_create_access => array (0)
- ⧉form_node_form_alter => array (5) Depth Limit
- form_node_staticpage_edit_form_alter => array (0)
- gin_ignore_sticky_form_actions => array (0)
- gin_ignore_sticky_form_actions_alter => array (0)
- gin_content_form_routes => array (0)
- gin_content_form_routes_alter => array (0)
- theme_suggestions_node_edit_form => array (0)
- theme_suggestions_node_edit_form_alter => array (0)
- theme_suggestions_field_multiple_value_form => array (0)
- theme_suggestions_field_multiple_value_form_alter => array (0)
- theme_suggestions_textarea => array (0)
- theme_suggestions_textarea_alter => array (0)
- theme_suggestions_fieldset => array (0)
- theme_suggestions_fieldset_alter => array (0)
- theme_suggestions_select => array (0)
- theme_suggestions_select_alter => array (0)
- editor_info_alter => array (0)
- editor_load => array (0)
- embed_button_load => array (0)
- embed_type_plugins_alter => array (0)
- ⧉ckeditor5_plugin_info_alter => array (1) Depth Limit
- ⧉editor_js_settings_alter => array (2) Depth Limit
- ⧉editor_xss_filter_alter => array (1) Depth Limit
- theme_suggestions_filter_guidelines => array (0)
- theme_suggestions_filter_guidelines_alter => array (0)
- theme_suggestions_filter_tips => array (0)
- theme_suggestions_filter_tips_alter => array (0)
- theme_suggestions_text_format_wrapper => array (0)
- theme_suggestions_text_format_wrapper_alter => array (0)
- theme_suggestions_details => array (0)
- theme_suggestions_details_alter => array (0)
- block_build_system_breadcrumb_block_alter => array (0)
- block_view_system_breadcrumb_block_alter => array (0)
- ⧉system_breadcrumb_alter => array (1) Depth Limit
- theme_suggestions_breadcrumb => array (0)
- theme_suggestions_breadcrumb_alter => array (0)
- ⧉entity_reference_selection_alter => array (1) Depth Limit
- path_alias_field_values_init => array (0)
- path_alias_create => array (0)
- ⧉validation_constraint_alter => array (2) Depth Limit
- query_entity_query_path_alias_alter => array (0)
- query_user_access_alter => array (0)
- ⧉query_entity_reference_alter => array (3) Depth Limit
- ⧉menu_link_content_presave => array (1) Depth Limit
- menu_link_content_update => array (0)
- node_presave => array (0)
- node_access_records => array (0)
- node_access_records_alter => array (0)
- ⧉node_update => array (1) Depth Limit
- entity_usage_track_info_alter => array (0)
- pathauto_pattern_alter => array (0)
- pathauto_alias_alter => array (0)
- query_path_alias_load_multiple_alter => array (0)
- path_alias_storage_load => array (0)
- path_alias_load => array (0)
- query_redirect_load_multiple_alter => array (0)
- redirect_storage_load => array (0)
- redirect_load => array (0)
- redirect_response_alter => array (0)
- language_fallback_candidates_entity_upcast_alter => array (0)
- ⧉user_login => array (2) Depth Limit
- webform_submission_presave => array (0)
- webform_submission_insert => array (0)
- ⧉entity_insert => array (4) Depth Limit
- ⧉theme_suggestions_webform_confirmation => array (1) Depth Limit
- theme_suggestions_webform_confirmation_alter => array (0)
- theme_suggestions_webform_html_editor_markup => array (0)
- theme_suggestions_webform_html_editor_markup_alter => array (0)
- view_access => array (0)
- query_webform_submission_load_multiple_alter => array (0)
- webform_submission_storage_load => array (0)
- webform_submission_load => array (0)
- language_fallback_candidates_node_tokens_alter => array (0)
- paragraph_access => array (0)
- paragraph_build_defaults_alter => array (0)
- paragraph_view => array (0)
- paragraph_view_alter => array (0)
- paragraphs_behavior_info_alter => array (0)
- ⧉theme_suggestions_paragraph => array (1) Depth Limit
- theme_suggestions_paragraph_alter => array (0)
- editor_access => array (0)
- imce_plugin_info_alter => array (0)
- theme_suggestions_imce_page => array (0)
- theme_suggestions_imce_page_alter => array (0)
- file_mimetype_mapping_alter => array (0)
- file_field_values_init => array (0)
- file_create => array (0)
- image_toolkit_operation_alter => array (0)
- file_validate => array (0)
- query_file_access_alter => array (0)
- file_presave => array (0)
- file_insert => array (0)
- file_update => array (0)
- search_page_access => array (0)
- theme_suggestions_time => array (0)
- theme_suggestions_time_alter => array (0)
- ⧉masquerade_access => array (1) Depth Limit
- theme_suggestions_media_library_item => array (0)
- theme_suggestions_media_library_item_alter => array (0)
- ⧉form_views_exposed_form_alter => array (2) Depth Limit
- query_views_edit_panel_block_content_alter => array (0)
- query_block_content_access_alter => array (0)
- ⧉block_content_type_access => array (1) Depth Limit
- ⧉entity_operation => array (7) Depth Limit
- ⧉entity_operation_alter => array (1) Depth Limit
- theme_suggestions_dropbutton_wrapper => array (0)
- theme_suggestions_dropbutton_wrapper_alter => array (0)
- form_views_form_edit_panel_block_content_all_alter => array (0)
- theme_suggestions_views_exposed_form => array (0)
- theme_suggestions_views_exposed_form_alter => array (0)
- ⧉views_form_substitutions => array (1) Depth Limit
- theme_suggestions_views_view_table => array (0)
- theme_suggestions_views_view_table_alter => array (0)
- theme_suggestions_tablesort_indicator => array (0)
- theme_suggestions_tablesort_indicator_alter => array (0)
- block_build_edit_panel_block_alter => array (0)
- query_views_edit_panel_content_alter => array (0)
- node_type_access => array (0)
- form_views_form_edit_panel_content_all_alter => array (0)
- theme_suggestions_pager => array (0)
- theme_suggestions_pager_alter => array (0)
- menu_access => array (0)
- menu_create_access => array (0)
- menu_prepare_form => array (0)
- form_menu_form_alter => array (0)
- ⧉form_menu_edit_form_alter => array (1) Depth Limit
- theme_suggestions_indentation => array (0)
- theme_suggestions_indentation_alter => array (0)
- theme_suggestions_menu_local_action => array (0)
- theme_suggestions_menu_local_action_alter => array (0)
- block_view_edit_panel_block_alter => array (0)
- node_type_create_access => array (0)
- node_field_values_init => array (0)
- node_create => array (0)
- form_node_staticpage_form_alter => array (0)
- ⧉node_insert => array (2) Depth Limit
- pathauto_is_alias_reserved => array (0)
- path_alias_presave => array (0)
- ⧉path_alias_insert => array (2) Depth Limit
- form_node_preview_form_select_alter => array (0)
- query_media_access_alter => array (0)
- form_views_form_edit_panel_content_c_type_alter => array (0)
- form_views_form_edit_panel_content_c_type_staticpage_alter => array (0)
- form_timer_block_settings_alter => array (0)
- theme_suggestions_system_config_form => array (0)
- theme_suggestions_system_config_form_alter => array (0)
- theme_suggestions_datetime_form => array (0)
- theme_suggestions_datetime_form_alter => array (0)
- theme_suggestions_datetime_wrapper => array (0)
- theme_suggestions_datetime_wrapper_alter => array (0)
- ⧉entity_type_build => array (7) Depth Limit
- ⧉entity_type_alter => array (15) Depth Limit
- ⧉language_negotiation_info_alter => array (1) Depth Limit
- ⧉field_info_alter => array (5) Depth Limit
- data_type_info_alter => array (0)
- ⧉views_plugins_display_alter => array (2) Depth Limit
- views_plugins_access_alter => array (0)
- oidc_openid_connect_realm_alter => array (0)
- form_oidc_settings_form_alter => array (0)
- theme_suggestions_admin_block_content => array (0)
- theme_suggestions_admin_block_content_alter => array (0)
- views_plugins_area_alter => array (0)
- query_views_user_admin_people_alter => array (0)
- form_views_form_user_admin_people_page_1_alter => array (0)
- user_create_access => array (0)
- user_prepare_form => array (0)
- theme_suggestions_file_upload_help => array (0)
- theme_suggestions_file_upload_help_alter => array (0)
- field_widget_image_image_form_alter => array (0)
- field_widget_single_element_image_image_form_alter => array (0)
- field_widget_multivalue_image_image_form_alter => array (0)
- field_widget_complete_image_image_form_alter => array (0)
- ⧉form_user_form_alter => array (3) Depth Limit
- ⧉theme_suggestions_radios => array (1) Depth Limit
- theme_suggestions_radios_alter => array (0)
- theme_suggestions_image_widget => array (0)
- theme_suggestions_image_widget_alter => array (0)
- contact_message_field_values_init => array (0)
- contact_message_create => array (0)
- contact_message_prepare_form => array (0)
- form_contact_message_form_alter => array (0)
- form_contact_message_personal_form_alter => array (0)
- ⧉query_webform_submission_access_alter => array (1) Depth Limit
- form_views_form_edit_panel_content_c_type_news_alter => array (0)
- menu_link_content_prepare_form => array (0)
- field_widget_number_form_alter => array (0)
- field_widget_single_element_number_form_alter => array (0)
- field_widget_multivalue_number_form_alter => array (0)
- field_widget_complete_number_form_alter => array (0)
- ⧉menu_link_content_access => array (1) Depth Limit
- ⧉form_menu_link_content_form_alter => array (2) Depth Limit
- form_menu_link_content_menu_link_content_form_alter => array (0)
- theme_suggestions_token_tree_link => array (0)
- theme_suggestions_token_tree_link_alter => array (0)
- form_webform_submission_webform_64_node_64_add_form_alter => array (0)
- field_widget_entity_reference_autocomplete_tags_form_alter => array (0)
- field_widget_single_element_entity_reference_autocomplete_tags_form_alter => array (0)
- field_widget_multivalue_entity_reference_autocomplete_tags_form_alter => array (0)
- field_widget_complete_entity_reference_autocomplete_tags_form_alter => array (0)
- form_node_news_form_alter => array (0)
- media_create_access => array (0)
- form_media_library_add_form_alter => array (0)
- form_media_library_add_form_dropzonejs_alter => array (0)
- query_views_media_library_alter => array (0)
- theme_suggestions_media_library_wrapper => array (0)
- theme_suggestions_media_library_wrapper_alter => array (0)
- theme_suggestions_dropzonejs => array (0)
- theme_suggestions_dropzonejs_alter => array (0)
- form_views_form_media_library_widget_alter => array (0)
- form_views_form_media_library_widget_image_alter => array (0)
- theme_suggestions_views_mini_pager => array (0)
- theme_suggestions_views_mini_pager_alter => array (0)
- ⧉file_move => array (1) Depth Limit
- media_field_values_init => array (0)
- media_create => array (0)
- ⧉file_access => array (1) Depth Limit
- media_presave => array (0)
- media_insert => array (0)
- linkit_profile_load => array (0)
- linkit_matcher_alter => array (0)
- query_linkit_entity_autocomplete_alter => array (0)
- query_linkit_entity_node_autocomplete_alter => array (0)
- query_entity_access_alter => array (0)
- form_views_form_media_library_widget_audio_alter => array (0)
- entity_usage_block_tracking => array (0)
- form_views_form_media_library_widget_document_alter => array (0)
- field_widget_file_generic_form_alter => array (0)
- field_widget_single_element_file_generic_form_alter => array (0)
- field_widget_multivalue_file_generic_form_alter => array (0)
- field_widget_complete_file_generic_form_alter => array (0)
- theme_suggestions_file_managed_file => array (0)
- theme_suggestions_file_managed_file_alter => array (0)
- media_prepare_form => array (0)
- form_media_form_alter => array (0)
- form_media_document_edit_form_alter => array (0)
- media_update => array (0)
- form_node_news_edit_form_alter => array (0)
- form_media_image_edit_form_alter => array (0)
- ⧉path_alias_update => array (2) Depth Limit
- redirect_field_values_init => array (0)
- redirect_create => array (0)
- redirect_presave => array (0)
- redirect_insert => array (0)
- ⧉protected verified -> array (10)
- entity_load => boolean true
- user_role_load => boolean true
- language_types_info => boolean true
- language_types_info_alter => boolean true
- entity_preload => boolean true
- user_load => boolean true
- node_load => boolean true
- entity_view_mode_alter => boolean true
- node_build_defaults_alter => boolean true
- entity_build_defaults_alter => boolean true
- protected hookInfo -> null
- ⧉protected cacheBackend -> Drupal\Core\Cache\DatabaseBackend (4)
- Properties (4)
- Available methods (20)
- Static class properties (3)
- protected maxRows -> integer 5000
- protected bin -> string (15) "cache_bootstrap"
- ⧉protected connection -> Drupal\mysql\Driver\Database\mysql\Connection (24) Depth Limit
- ⧉protected checksumProvider -> Drupal\Core\Cache\DatabaseCacheTagsChecksum (4) Depth Limit
- ⧉public __construct(Drupal\Core\Database\Connection $connection, Drupal\Core\Cache\CacheTagsChecksumInterface $checksum_provider, $bin, $max_rows = null) Constructs a DatabaseBackend object.
/** * Constructs a DatabaseBackend object. * * @param \Drupal\Core\Database\Connection $connection * The database connection. * @param \Drupal\Core\Cache\CacheTagsChecksumInterface $checksum_provider * The cache tags checksum provider. * @param string $bin * The cache bin for which the object is created. * @param int $max_rows * (optional) The maximum number of rows that are allowed in this cache bin * table. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:77
- ⧉public get($cid, $allow_invalid = false) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:90
- ⧉public getMultiple(&$cids, $allow_invalid = false) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:99
- ⧉public set($cid, $data, $expire = -1, array $tags = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:176
- ⧉public setMultiple(array $items) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:189
- ⧉public delete($cid) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:279
- ⧉public deleteMultiple(array $cids) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:286
- ⧉public deleteAll() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:309
- ⧉public invalidate($cid) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:326
- ⧉public invalidateMultiple(array $cids) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:333
- ⧉public invalidateAll() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:352
- ⧉public garbageCollection() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:366
- ⧉public removeBin() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:399
- ⧉public schemaDefinition() Defines the schema for the {cache_*} bin tables.
/** * Defines the schema for the {cache_*} bin tables. * * @internal */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:478
- ⧉public getMaxRows(): int The maximum number of rows that this cache bin table is allowed to store.
/** * The maximum number of rows that this cache bin table is allowed to store. * * @return int */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:544
- ⧉protected prepareItem($cache, $allow_invalid): mixed|false Prepares a cached item.
/** * Prepares a cached item. * * Checks that items are either permanent or did not expire, and unserializes * data as appropriate. * * @param object $cache * An item loaded from self::get() or self::getMultiple(). * @param bool $allow_invalid * If FALSE, the method returns FALSE if the cache item is not valid. * * @return mixed|false * The item with data unserialized as appropriate and a property indicating * whether the item is valid, or FALSE if there is no valid item to load. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:146
- ⧉protected doSetMultiple(array $items) Stores multiple items in the persistent cache.
/** * Stores multiple items in the persistent cache. * * @param array $items * An array of cache items, keyed by cid. * * @see \Drupal\Core\Cache\CacheBackendInterface::setMultiple() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:217
- ⧉protected ensureBinExists() Check if the cache bin exists and create it if not.
/** * Check if the cache bin exists and create it if not. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:411
- ⧉protected catchException(Exception $e, $table_name = null) Act on an exception when cache might be stale.
/** * Act on an exception when cache might be stale. * * If the table does not yet exist, that's fine, but if the table exists and * yet the query failed, then the cache is stale and the exception needs to * propagate. * * @param $e * The exception. * @param string|null $table_name * The table name. Defaults to $this->bin. * * @throws \Exception */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:443
- ⧉protected normalizeCid($cid): string Normalizes a cache ID in order to comply with database limitations.
/** * Normalizes a cache ID in order to comply with database limitations. * * @param string $cid * The passed in cache ID. * * @return string * An ASCII-encoded cache ID that is at most 255 characters long. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:458
- ⇄const DEFAULT_MAX_ROWS :: integer 5000\Drupal\Core\Cache\DatabaseBackend::DEFAULT_MAX_ROWS
- ⇄const MAXIMUM_NONE :: integer -1\Drupal\Core\Cache\DatabaseBackend::MAXIMUM_NONE
- ⇄const CACHE_PERMANENT :: integer -1\Drupal\Core\Cache\DatabaseBackend::CACHE_PERMANENT
- ⇄const DEFAULT_MAX_ROWS :: integer 5000
- protected cacheNeedsWriting -> boolean false
- ⧉protected alterFunctions -> array (3)
- ⧉language_types_info => array (2) Depth Limit
- entity_view_mode => array (0)
- node_build_defaults,entity_build_defaults => array (0)
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- protected includeFileKeys -> array (0)
- ⧉public __construct($root, array $module_list, Drupal\Core\Cache\CacheBackendInterface $cache_backend) Constructs a ModuleHandler object.
/** * Constructs a ModuleHandler object. * * @param string $root * The app root. * @param array $module_list * An associative array whose keys are the names of installed modules and * whose values are Extension class parameters. This is normally the * %container.modules% parameter being set up by DrupalKernel. * @param \Drupal\Core\Cache\CacheBackendInterface $cache_backend * Cache backend for storing module hook implementation information. * * @see \Drupal\Core\DrupalKernel * @see \Drupal\Core\CoreServiceProvider */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:110
- ⧉public load($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:122
- ⧉public loadAll() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:138
- ⧉public reload() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:150
- ⧉public isLoaded() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:158
- ⧉public getModuleList() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:165
- ⧉public getModule($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:172
- ⧉public setModuleList(array $module_list = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:182
- ⧉public addModule($name, $path) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:192
- ⧉public addProfile($name, $path) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:199
- ⧉public buildModuleDependencies(array $modules) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:223
- ⧉public moduleExists($module) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:246
- ⧉public loadAllIncludes($type, $name = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:253
- ⧉public loadInclude($module, $type, $name = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:262
- ⧉public getHookInfo() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:290
- ⧉public getImplementations($hook) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:327
- ⧉public writeCache() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:336
- ⧉public resetImplementations() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:346
- ⧉public hasImplementations(string $hook, $modules = null): bool {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:368
- ⧉public implementsHook($module, $hook) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:394
- ⧉public invokeAllWith(string $hook, callable $callback): void {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:402
- ⧉public invoke($module, $hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:412
- ⧉public invokeAll($hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:423
- ⧉public invokeDeprecated($description, $module, $hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:440
- ⧉public invokeAllDeprecated($description, $hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:449
- ⧉public alter($type, &$data, &$context1 = null, &$context2 = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:477
- ⧉public alterDeprecated($description, $type, &$data, &$context1 = null, &$context2 = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:569
- ⧉public getModuleDirectories() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:725
- ⧉public getName($module) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:736
- ⧉protected add($type, $name, $path) Adds a module or profile to the list of currently active modules.
/** * Adds a module or profile to the list of currently active modules. * * @param string $type * The extension type; either 'module' or 'profile'. * @param string $name * The module name; e.g., 'node'. * @param string $path * The module path; e.g., 'core/modules/node'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:213
- ⧉protected buildHookInfo() Builds hook_hook_info() information.
/** * Builds hook_hook_info() information. * * @see \Drupal\Core\Extension\ModuleHandler::getHookInfo() */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:308
- ⧉protected getImplementationInfo($hook): mixed[] Provides information about modules' implementations of a hook.
/** * Provides information about modules' implementations of a hook. * * @param string $hook * The name of the hook (e.g. "help" or "menu"). * * @return mixed[] * An array whose keys are the names of the modules which are implementing * this hook and whose values are either a string identifying a file in * which the implementation is to be found, or FALSE, if the implementation * is in the module file. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:600
- ⧉protected buildImplementationInfo($hook): mixed[] Builds hook implementation information for a given hook name.
/** * Builds hook implementation information for a given hook name. * * @param string $hook * The name of the hook (e.g. "help" or "menu"). * * @return mixed[] * An array whose keys are the names of the modules which are implementing * this hook and whose values are either a string identifying a file in * which the implementation is to be found, or FALSE, if the implementation * is in the module file. * * @throws \RuntimeException * Exception thrown when an invalid implementation is added by * hook_module_implements_alter(). * * @see \Drupal\Core\Extension\ModuleHandler::getImplementationInfo() */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:646
- ⧉protected verifyImplementations(&$implementations, $hook): bool Verifies an array of implementations loaded from cache.
/** * Verifies an array of implementations loaded from cache. * * Verification is done by including the lazy-loaded $module.$group.inc file, * and checking function_exists(). * * @param string[] $implementations * Implementation "group" by module name. * @param string $hook * The hook name. * * @return bool * TRUE, if all implementations exist. * FALSE, if one or more implementations don't exist and need to be removed * from the cache. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:697
- ⧉private triggerDeprecationError($description, $hook) Triggers an E_USER_DEPRECATED error if any module implements the hook.
/** * Triggers an E_USER_DEPRECATED error if any module implements the hook. * * @param string $description * Helpful text describing what to do instead of implementing this hook. * @param string $hook * The name of the hook. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:463
- ⧉protected runtimeRegistry -> array (1)
- ⧉robosoutez => Drupal\Core\Utility\ThemeRegistry (12)
- Properties (12)
- Available methods (16)
- protected cid -> string (33) "theme_registry:runtime:robosoutez"
- ⧉protected tags -> array (1) Depth Limit
- ⧉protected cache -> Drupal\Core\Cache\DatabaseBackend (4) Depth Limit
- ⧉protected lock -> Drupal\Core\ProxyClass\Lock\DatabaseLockBackend (5) Depth Limit
- protected keysToPersist -> array (0)
- protected keysToRemove -> array (0)
- ⧉protected storage -> array (255) Depth Limit
- protected cacheCreated -> null
- protected cacheInvalidated -> boolean false
- protected cacheLoaded -> boolean true
- protected persistable -> boolean true
- protected completeRegistry -> null
- ⧉public __construct($cid, Drupal\Core\Cache\CacheBackendInterface $cache, Drupal\Core\Lock\LockBackendInterface $lock, $tags = array(), $modules_loaded = false) Constructs a ThemeRegistry object.
/** * Constructs a ThemeRegistry object. * * @param string $cid * The cid for the array being cached. * @param \Drupal\Core\Cache\CacheBackendInterface $cache * The cache backend. * @param \Drupal\Core\Lock\LockBackendInterface $lock * The lock backend. * @param array $tags * (optional) The tags to specify for the cache item. * @param bool $modules_loaded * Whether all modules have already been loaded. */ Defined in <ROOT>/core/lib/Drupal/Core/Utility/ThemeRegistry.php:51
- ⧉public initializeRegistry(): array Initializes the full theme registry.
/** * Initializes the full theme registry. * * @return array * An array with the keys of the full theme registry, but the values * initialized to NULL. */ Defined in <ROOT>/core/lib/Drupal/Core/Utility/ThemeRegistry.php:86
- ⧉public has($key) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Utility/ThemeRegistry.php:96
- ⧉public get($key) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Utility/ThemeRegistry.php:107
- ⧉public resolveCacheMiss($key) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Utility/ThemeRegistry.php:122
- ⧉public set($key, $value) Implements \Drupal\Core\Cache\CacheCollectorInterface::set().
/** * Implements \Drupal\Core\Cache\CacheCollectorInterface::set(). * * This is not persisted by default. In practice this means that setting a * value will only apply while the object is in scope and will not be written * back to the persistent cache. This follows a similar pattern to static vs. * persistent caching in procedural code. Extending classes may wish to alter * this behavior, for example by adding a call to persist(). */ Inherited from Drupal\Core\Cache\CacheCollector Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheCollector.php:162
- ⧉public delete($key) {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Cache\CacheCollector Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheCollector.php:174
- ⧉public reset() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Cache\CacheCollector Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheCollector.php:303
- ⧉public clear() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Cache\CacheCollector Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheCollector.php:313
- ⧉public destruct() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Cache\CacheCollector Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheCollector.php:326
- ⧉protected updateCache($lock = true) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Utility/ThemeRegistry.php:136
- ⧉protected getCid(): string Gets the cache ID.
/** * Gets the cache ID. * * @return string */ Inherited from Drupal\Core\Cache\CacheCollector Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheCollector.php:127
- ⧉protected persist($key, $persist = true) Flags an offset value to be written to the persistent cache.
/** * Flags an offset value to be written to the persistent cache. * * @param string $key * The key that was requested. * @param bool $persist * (optional) Whether the offset should be persisted or not, defaults to * TRUE. When called with $persist = FALSE the offset will be unflagged so * that it will not be written at the end of the request. */ Inherited from Drupal\Core\Cache\CacheCollector Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheCollector.php:193
- ⧉protected normalizeLockName($cid): string Normalizes a cache ID in order to comply with database limitations.
/** * Normalizes a cache ID in order to comply with database limitations. * * @param string $cid * The passed in cache ID. * * @return string * An ASCII-encoded cache ID that is at most 255 characters long. */ Inherited from Drupal\Core\Cache\CacheCollector Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheCollector.php:285
- ⧉protected lazyLoadCache() Loads the cache if not already done.
/** * Loads the cache if not already done. */ Inherited from Drupal\Core\Cache\CacheCollector Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheCollector.php:333
- ⧉protected invalidateCache() Invalidate the cache.
/** * Invalidate the cache. */ Inherited from Drupal\Core\Cache\CacheCollector Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheCollector.php:349
- protected initialized -> boolean false
- protected themeName -> null
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉protected themeHandler -> Drupal\Core\Extension\ThemeHandler (4)
- Properties (4)
- Available methods (13)
- ⧉protected list -> array (5)
- ⧉claro => Drupal\Core\Extension\Extension (18) Depth Limit
- ⧉olivero => Drupal\Core\Extension\Extension (17) Depth Limit
- ⧉stable9 => Drupal\Core\Extension\Extension (17) Depth Limit
- ⧉gin => Drupal\Core\Extension\Extension (19) Depth Limit
- ⧉robosoutez => Drupal\Core\Extension\Extension (19) Depth Limit
- ⧉protected configFactory -> Drupal\Core\Config\ConfigFactory (5)
- Properties (5)
- Available methods (20)
- ⧉protected storage -> Drupal\Core\Config\CachedStorage (5) Depth Limit
- ⧉protected eventDispatcher -> Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher (3) Depth Limit
- ⧉protected cache -> array (15) Depth Limit
- ⧉protected typedConfigManager -> Drupal\Core\Config\TypedConfigManager (24) Depth Limit
- ⧉protected configFactoryOverrides -> array (2) Depth Limit
- ⧉public __construct(Drupal\Core\Config\StorageInterface $storage, Symfony\Contracts\EventDispatcher\EventDispatcherInterface $event_dispatcher, Drupal\Core\Config\TypedConfigManagerInterface $typed_config) Constructs the Config factory.
/** * Constructs the Config factory. * * @param \Drupal\Core\Config\StorageInterface $storage * The configuration storage engine. * @param \Symfony\Contracts\EventDispatcher\EventDispatcherInterface $event_dispatcher * An event dispatcher instance to use for configuration events. * @param \Drupal\Core\Config\TypedConfigManagerInterface $typed_config * The typed configuration manager. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:72
- ⧉public getEditable($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:81
- ⧉public get($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:88
- ⧉public loadMultiple(array $names) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:135
- ⧉public reset($name = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:231
- ⧉public rename($old_name, $new_name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:252
- ⧉public getCacheKeys() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:270
- ⧉public clearStaticCache() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:319
- ⧉public listAll($prefix = '') {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:327
- ⧉public onConfigSave(Drupal\Core\Config\ConfigCrudEvent $event) Updates stale static cache entries when configuration is saved.
/** * Updates stale static cache entries when configuration is saved. * * @param ConfigCrudEvent $event * The configuration event. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:337
- ⧉public onConfigDelete(Drupal\Core\Config\ConfigCrudEvent $event) Removes stale static cache entries when configuration is deleted.
/** * Removes stale static cache entries when configuration is deleted. * * @param \Drupal\Core\Config\ConfigCrudEvent $event * The configuration event. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:366
- ⧉public addOverride(Drupal\Core\Config\ConfigFactoryOverrideInterface $config_factory_override) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:394
- ⧉protected doGet($name, $immutable = true): \Drupal\Core\Config\Config|\Drupal\Core\Config\ImmutableConfig Returns a configuration object for a given name.
/** * Returns a configuration object for a given name. * * @param string $name * The name of the configuration object to construct. * @param bool $immutable * (optional) Create an immutable configuration object. Defaults to TRUE. * * @return \Drupal\Core\Config\Config|\Drupal\Core\Config\ImmutableConfig * A configuration object. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:103
- ⧉protected doLoadMultiple(array $names, $immutable = true): \Drupal\Core\Config\Config[]|\Drupal\Core\Config\ImmutableConfig[] Returns a list of configuration objects for the given names.
/** * Returns a list of configuration objects for the given names. * * @param array $names * List of names of configuration objects. * @param bool $immutable * (optional) Create an immutable configuration objects. Defaults to TRUE. * * @return \Drupal\Core\Config\Config[]|\Drupal\Core\Config\ImmutableConfig[] * List of successfully loaded configuration objects, keyed by name. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:150
- ⧉protected loadOverrides(array $names): array Get arbitrary overrides for the named configuration objects from modules.
/** * Get arbitrary overrides for the named configuration objects from modules. * * @param array $names * The names of the configuration objects to get overrides for. * * @return array * An array of overrides keyed by the configuration object name. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:204
- ⧉protected propagateConfigOverrideCacheability($cache_key, $name) Propagates cacheability of config overrides to cached config objects.
/** * Propagates cacheability of config overrides to cached config objects. * * @param string $cache_key * The key of the cached config object to update. * @param string $name * The name of the configuration object to construct. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:222
- ⧉protected getConfigCacheKey($name, $immutable): string Gets the static cache key for a given config name.
/** * Gets the static cache key for a given config name. * * @param string $name * The name of the configuration object. * @param bool $immutable * Whether or not the object is mutable. * * @return string * The cache key. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:291
- ⧉protected getConfigCacheKeys($name): array Gets all the cache keys that match the provided config name.
/** * Gets all the cache keys that match the provided config name. * * @param string $name * The name of the configuration object. * * @return array * An array of cache keys that match the provided config name. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:308
- ⧉protected createConfigObject($name, $immutable): \Drupal\Core\Config\Config|\Drupal\Core\Config\ImmutableConfig Creates a configuration object.
/** * Creates a configuration object. * * @param string $name * Configuration object name. * @param bool $immutable * Determines whether a mutable or immutable config object is returned. * * @return \Drupal\Core\Config\Config|\Drupal\Core\Config\ImmutableConfig * The configuration object. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:409
- ⇄⧉public static getSubscribedEvents() {@inheritdoc}\Drupal\Core\Config\ConfigFactory::getSubscribedEvents()
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:385
- ⧉protected themeList -> Drupal\Core\Extension\ThemeExtensionList (15)
- Properties (15)
- Available methods (28)
- protected type -> string (5) "theme"
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉protected cache -> Drupal\Core\Cache\DatabaseBackend (4) Depth Limit
- ⧉protected defaults -> array (11) Depth Limit
- ⧉protected infoParser -> Drupal\Core\Extension\InfoParser (1) Depth Limit
- ⧉protected moduleHandler -> Drupal\Core\Extension\ModuleHandler (11) Depth Limit
- ⧉protected extensions -> array (12) Depth Limit
- protected extensionInfo -> null
- protected pathNames -> null
- protected addedPathNames -> array (0)
- ⧉protected state -> Drupal\Core\State\State (2) Depth Limit
- protected installProfile -> string (8) "standard"
- ⧉protected configFactory -> Drupal\Core\Config\ConfigFactory (5) Depth Limit
- ⧉protected engineList -> Drupal\Core\Extension\ThemeEngineExtensionList (12) Depth Limit
- protected installedThemes -> null
- ⧉public __construct($root, $type, Drupal\Core\Cache\CacheBackendInterface $cache, Drupal\Core\Extension\InfoParserInterface $info_parser, Drupal\Core\Extension\ModuleHandlerInterface $module_handler, Drupal\Core\State\StateInterface $state, Drupal\Core\Config\ConfigFactoryInterface $config_factory, Drupal\Core\Extension\ThemeEngineExtensionList $engine_list, $install_profile) Constructs a new ThemeExtensionList instance.
/** * Constructs a new ThemeExtensionList instance. * * @param string $root * The app root. * @param string $type * The extension type. * @param \Drupal\Core\Cache\CacheBackendInterface $cache * The cache. * @param \Drupal\Core\Extension\InfoParserInterface $info_parser * The info parser. * @param \Drupal\Core\Extension\ModuleHandlerInterface $module_handler * The module handler. * @param \Drupal\Core\State\StateInterface $state * The state service. * @param \Drupal\Core\Config\ConfigFactoryInterface $config_factory * The config factory. * @param \Drupal\Core\Extension\ThemeEngineExtensionList $engine_list * The theme engine extension listing. * @param string $install_profile * The install profile used by the site. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeExtensionList.php:101
- ⧉public getBaseThemes(array $themes, $theme): array Finds all the base themes for the specified theme.
/** * Finds all the base themes for the specified theme. * * Themes can inherit templates and function implementations from earlier * themes. * * @param \Drupal\Core\Extension\Extension[] $themes * An array of available themes. * @param string $theme * The name of the theme whose base we are looking for. * * @return array * Returns an array of all of the theme's ancestors; the first element's * value will be NULL if an error occurred. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeExtensionList.php:214
- ⧉public reset() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeExtensionList.php:304
- ⧉public exists($extension_name): bool Determines if an extension exists in the filesystem.
/** * Determines if an extension exists in the filesystem. * * @param string $extension_name * The machine name of the extension. * * @return bool * TRUE if the extension exists (regardless installed or not) and FALSE if * not. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:225
- ⧉public getName($extension_name): string Returns the human-readable name of the extension.
/** * Returns the human-readable name of the extension. * * @param string $extension_name * The machine name of the extension. * * @return string * The human-readable name of the extension. * * @throws \Drupal\Core\Extension\Exception\UnknownExtensionException * If there is no extension with the supplied machine name. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:242
- ⧉public get($extension_name): \Drupal\Core\Extension\Extension Returns a single extension.
/** * Returns a single extension. * * @param string $extension_name * The machine name of the extension. * * @return \Drupal\Core\Extension\Extension * A processed extension object for the extension with the specified machine * name. * * @throws \Drupal\Core\Extension\Exception\UnknownExtensionException * If there is no extension with the supplied name. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:259
- ⧉public getList(): \Drupal\Core\Extension\Extension[] Returns all available extensions.
/** * Returns all available extensions. * * @return \Drupal\Core\Extension\Extension[] * Processed extension objects, keyed by machine name. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:274
- ⧉public getExtensionInfo($extension_name): mixed[] Returns information about a specified extension.
/** * Returns information about a specified extension. * * This function returns the contents of the .info.yml file for the specified * extension. * * @param string $extension_name * The name of an extension whose information shall be returned. * * @return mixed[] * An associative array of extension information. * * @throws \Drupal\Core\Extension\Exception\UnknownExtensionException * If there is no extension with the supplied name. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:341
- ⧉public getAllAvailableInfo(): array[] Returns an array of info files information of available extensions.
/** * Returns an array of info files information of available extensions. * * This function returns the processed contents (with added defaults) of the * .info.yml files. * * @return array[] * An associative array of extension information arrays, keyed by extension * name. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:359
- ⧉public getAllInstalledInfo(): array[] Returns an array of info files information of installed extensions.
/** * Returns an array of info files information of installed extensions. * * This function returns the processed contents (with added defaults) of the * .info.yml files. * * @return array[] * An associative array of extension information arrays, keyed by extension * name. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:393
- ⧉public getPathnames(): string[] Returns a list of extension file paths keyed by machine name.
/** * Returns a list of extension file paths keyed by machine name. * * @return string[] */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:414
- ⧉public setPathname($extension_name, $pathname) Sets the pathname for an extension.
/** * Sets the pathname for an extension. * * This method is used in the Drupal bootstrapping phase, when the extension * system is not fully initialized, to manually set locations of modules and * profiles needed to complete bootstrapping. * * It is not recommended to call this method except in those rare cases. * * @param string $extension_name * The machine name of the extension. * @param string $pathname * The pathname of the extension which is to be set explicitly rather * than by consulting the dynamic extension listing. * * @internal * * @see ::getPathname */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:467
- ⧉public getPathname($extension_name): string Gets the info file path for an extension.
/** * Gets the info file path for an extension. * * The info path, whether provided, cached, or retrieved from the database, is * only returned if the file exists. * * This function plays a key role in allowing Drupal's extensions (modules, * themes, profiles, theme_engines, etc.) to be located in different places * depending on a site's configuration. For example, a module 'foo' may * legally be located in any of these four places: * * - core/modules/foo/foo.info.yml * - modules/foo/foo.info.yml * - sites/all/modules/foo/foo.info.yml * - sites/example.com/modules/foo/foo.info.yml * * while a theme 'bar' may be located in any of the following four places: * * - core/themes/bar/bar.info.yml * - themes/bar/bar.info.yml * - sites/all/themes/bar/bar.info.yml * - sites/example.com/themes/bar/bar.info.yml * * An installation profile maybe be located in any of the following places: * * - core/profiles/baz/baz.info.yml * - profiles/baz/baz.info.yml * * Calling ExtensionList::getPathname('foo') will give you one of the above, * depending on where the extension is located and what type it is. * * @param string $extension_name * The machine name of the extension for which the pathname is requested. * * @return string * The drupal-root relative filename and path of the requested extension's * .info.yml file. * * @throws \Drupal\Core\Extension\Exception\UnknownExtensionException * If there is no extension with the supplied machine name. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:512
- ⧉public getPath($extension_name): string Gets the path to an extension of a specific type (module, theme, etc.).
/** * Gets the path to an extension of a specific type (module, theme, etc.). * * The path is the directory in which the .info file is located. This name is * coming from \SplFileInfo. * * @param string $extension_name * The machine name of the extension for which the path is requested. * * @return string * The Drupal-root-relative path to the specified extension. * * @throws \Drupal\Core\Extension\Exception\UnknownExtensionException * If there is no extension with the supplied name. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:540
- ⧉public checkIncompatibility($name): bool Tests the compatibility of an extension.
/** * Tests the compatibility of an extension. * * @param string $name * The extension name to check. * * @return bool * TRUE if the extension is incompatible and FALSE if not. * * @throws \Drupal\Core\Extension\Exception\UnknownExtensionException * If there is no extension with the supplied name. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:578
- ⧉protected doList() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeExtensionList.php:111
- ⧉protected fillInSubThemeData(array &$themes, array $sub_themes) Fills in data for themes that are also sub-themes.
/** * Fills in data for themes that are also sub-themes. * * @param array $themes * The array of partly processed theme information. * @param array $sub_themes * A list of themes from the $theme array that are also sub-themes. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeExtensionList.php:172
- ⧉protected doGetBaseThemes(array $themes, $theme, array $used_themes = array()): array Finds the base themes for the specific theme.
/** * Finds the base themes for the specific theme. * * @param array $themes * An array of available themes. * @param string $theme * The name of the theme whose base we are looking for. * @param array $used_themes * (optional) A recursion parameter preventing endless loops. Defaults to * an empty array. * * @return array * An array of base themes. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeExtensionList.php:232
- ⧉protected createExtensionInfo(Drupal\Core\Extension\Extension $extension) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeExtensionList.php:265
- ⧉protected getInstalledExtensionNames() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeExtensionList.php:293
- ⧉protected getExtensionDiscovery(): \Drupal\Core\Extension\ExtensionDiscovery Returns the extension discovery.
/** * Returns the extension discovery. * * @return \Drupal\Core\Extension\ExtensionDiscovery */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:150
- ⧉protected getListCacheId(): string Returns the extension list cache ID.
/** * Returns the extension list cache ID. * * @return string * The list cache ID. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:191
- ⧉protected getInfoCacheId(): string Returns the extension info cache ID.
/** * Returns the extension info cache ID. * * @return string * The info cache ID. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:201
- ⧉protected getPathnamesCacheId(): string Returns the extension filenames cache ID.
/** * Returns the extension filenames cache ID. * * @return string * The filename cache ID. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:211
- ⧉protected doScanExtensions(): \Drupal\Core\Extension\Extension[] Scans the available extensions.
/** * Scans the available extensions. * * Overriding this method gives other code the chance to add additional * extensions to this raw listing. * * @return \Drupal\Core\Extension\Extension[] * Unprocessed extension objects, keyed by machine name. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:297
- ⧉protected recalculateInfo(): array[] Generates the information from .info.yml files for extensions of this type.
/** * Generates the information from .info.yml files for extensions of this type. * * @return array[] * An array of arrays of .info.yml entries keyed by the machine name. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:403
- ⧉protected recalculatePathnames(): string[] Generates a sorted list of .info.yml file locations for all extensions.
/** * Generates a sorted list of .info.yml file locations for all extensions. * * @return string[] * An array of .info.yml file locations keyed by the extension machine name. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:439
- ⇄⧉public static sortByName(Drupal\Core\Extension\Extension $a, Drupal\Core\Extension\Extension $b): int Array sorting callback; sorts extensions by their name.\Drupal\Core\Extension\ExtensionList::sortByName(Drupal\Core\Extension\Extension $a, Drupal\Core\Extension\Extension $b)
/** * Array sorting callback; sorts extensions by their name. * * @param \Drupal\Core\Extension\Extension $a * The first extension to compare. * @param \Drupal\Core\Extension\Extension $b * The second extension to compare. * * @return int * Less than 0 if $a is less than $b, more than 0 if $a is greater than $b, * and 0 if they are equal. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:595
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, Drupal\Core\Config\ConfigFactoryInterface $config_factory, Drupal\Core\Extension\ThemeExtensionList $theme_list) Constructs a new ThemeHandler.
/** * Constructs a new ThemeHandler. * * @param string $root * The app root. * @param \Drupal\Core\Config\ConfigFactoryInterface $config_factory * The config factory to get the installed themes. * @param \Drupal\Core\Extension\ThemeExtensionList $theme_list * An extension discovery instance. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:51
- ⧉public getDefault() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:60
- ⧉public listInfo() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:67
- ⧉public addTheme(Drupal\Core\Extension\Extension $theme) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:82
- ⧉public refreshInfo() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:105
- ⧉public reset() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:119
- ⧉public rebuildThemeData() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:127
- ⧉public getBaseThemes(array $themes, $theme) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:134
- ⧉public getName($theme) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:141
- ⧉public getThemeDirectories() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:148
- ⧉public themeExists($theme) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:159
- ⧉public getTheme($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:167
- ⧉public hasUi($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:178
- ⧉protected themeInitialization -> Drupal\Core\Theme\ThemeInitialization (5)
- Properties (5)
- Available methods (8)
- ⧉protected themeHandler -> Drupal\Core\Extension\ThemeHandler (4)
- Properties (4)
- Available methods (13)
- ⧉protected list -> array (5) Depth Limit
- ⧉protected configFactory -> Drupal\Core\Config\ConfigFactory (5) Depth Limit
- ⧉protected themeList -> Drupal\Core\Extension\ThemeExtensionList (15) Depth Limit
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, Drupal\Core\Config\ConfigFactoryInterface $config_factory, Drupal\Core\Extension\ThemeExtensionList $theme_list) Constructs a new ThemeHandler.
/** * Constructs a new ThemeHandler. * * @param string $root * The app root. * @param \Drupal\Core\Config\ConfigFactoryInterface $config_factory * The config factory to get the installed themes. * @param \Drupal\Core\Extension\ThemeExtensionList $theme_list * An extension discovery instance. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:51
- ⧉public getDefault() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:60
- ⧉public listInfo() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:67
- ⧉public addTheme(Drupal\Core\Extension\Extension $theme) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:82
- ⧉public refreshInfo() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:105
- ⧉public reset() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:119
- ⧉public rebuildThemeData() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:127
- ⧉public getBaseThemes(array $themes, $theme) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:134
- ⧉public getName($theme) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:141
- ⧉public getThemeDirectories() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:148
- ⧉public themeExists($theme) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:159
- ⧉public getTheme($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:167
- ⧉public hasUi($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:178
- ⧉protected cache -> Drupal\Core\Cache\DatabaseBackend (4)
- Properties (4)
- Available methods (20)
- Static class properties (3)
- protected maxRows -> integer 5000
- protected bin -> string (15) "cache_bootstrap"
- ⧉protected connection -> Drupal\mysql\Driver\Database\mysql\Connection (24) Depth Limit
- ⧉protected checksumProvider -> Drupal\Core\Cache\DatabaseCacheTagsChecksum (4) Depth Limit
- ⧉public __construct(Drupal\Core\Database\Connection $connection, Drupal\Core\Cache\CacheTagsChecksumInterface $checksum_provider, $bin, $max_rows = null) Constructs a DatabaseBackend object.
/** * Constructs a DatabaseBackend object. * * @param \Drupal\Core\Database\Connection $connection * The database connection. * @param \Drupal\Core\Cache\CacheTagsChecksumInterface $checksum_provider * The cache tags checksum provider. * @param string $bin * The cache bin for which the object is created. * @param int $max_rows * (optional) The maximum number of rows that are allowed in this cache bin * table. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:77
- ⧉public get($cid, $allow_invalid = false) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:90
- ⧉public getMultiple(&$cids, $allow_invalid = false) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:99
- ⧉public set($cid, $data, $expire = -1, array $tags = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:176
- ⧉public setMultiple(array $items) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:189
- ⧉public delete($cid) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:279
- ⧉public deleteMultiple(array $cids) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:286
- ⧉public deleteAll() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:309
- ⧉public invalidate($cid) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:326
- ⧉public invalidateMultiple(array $cids) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:333
- ⧉public invalidateAll() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:352
- ⧉public garbageCollection() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:366
- ⧉public removeBin() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:399
- ⧉public schemaDefinition() Defines the schema for the {cache_*} bin tables.
/** * Defines the schema for the {cache_*} bin tables. * * @internal */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:478
- ⧉public getMaxRows(): int The maximum number of rows that this cache bin table is allowed to store.
/** * The maximum number of rows that this cache bin table is allowed to store. * * @return int */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:544
- ⧉protected prepareItem($cache, $allow_invalid): mixed|false Prepares a cached item.
/** * Prepares a cached item. * * Checks that items are either permanent or did not expire, and unserializes * data as appropriate. * * @param object $cache * An item loaded from self::get() or self::getMultiple(). * @param bool $allow_invalid * If FALSE, the method returns FALSE if the cache item is not valid. * * @return mixed|false * The item with data unserialized as appropriate and a property indicating * whether the item is valid, or FALSE if there is no valid item to load. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:146
- ⧉protected doSetMultiple(array $items) Stores multiple items in the persistent cache.
/** * Stores multiple items in the persistent cache. * * @param array $items * An array of cache items, keyed by cid. * * @see \Drupal\Core\Cache\CacheBackendInterface::setMultiple() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:217
- ⧉protected ensureBinExists() Check if the cache bin exists and create it if not.
/** * Check if the cache bin exists and create it if not. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:411
- ⧉protected catchException(Exception $e, $table_name = null) Act on an exception when cache might be stale.
/** * Act on an exception when cache might be stale. * * If the table does not yet exist, that's fine, but if the table exists and * yet the query failed, then the cache is stale and the exception needs to * propagate. * * @param $e * The exception. * @param string|null $table_name * The table name. Defaults to $this->bin. * * @throws \Exception */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:443
- ⧉protected normalizeCid($cid): string Normalizes a cache ID in order to comply with database limitations.
/** * Normalizes a cache ID in order to comply with database limitations. * * @param string $cid * The passed in cache ID. * * @return string * An ASCII-encoded cache ID that is at most 255 characters long. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:458
- ⇄const DEFAULT_MAX_ROWS :: integer 5000\Drupal\Core\Cache\DatabaseBackend::DEFAULT_MAX_ROWS
- ⇄const MAXIMUM_NONE :: integer -1\Drupal\Core\Cache\DatabaseBackend::MAXIMUM_NONE
- ⇄const CACHE_PERMANENT :: integer -1\Drupal\Core\Cache\DatabaseBackend::CACHE_PERMANENT
- ⇄const DEFAULT_MAX_ROWS :: integer 5000
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- protected extensions -> null
- ⧉protected moduleHandler -> Drupal\Core\Extension\ModuleHandler (11)
- Properties (11)
- Available methods (35)
- ⧉protected loadedFiles -> array (157) Depth Limit
- ⧉protected moduleList -> array (157) Depth Limit
- protected loaded -> boolean true
- ⧉protected implementations -> array (682) Depth Limit
- ⧉protected verified -> array (10) Depth Limit
- protected hookInfo -> null
- ⧉protected cacheBackend -> Drupal\Core\Cache\DatabaseBackend (4) Depth Limit
- protected cacheNeedsWriting -> boolean false
- ⧉protected alterFunctions -> array (3) Depth Limit
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- protected includeFileKeys -> array (0)
- ⧉public __construct($root, array $module_list, Drupal\Core\Cache\CacheBackendInterface $cache_backend) Constructs a ModuleHandler object.
/** * Constructs a ModuleHandler object. * * @param string $root * The app root. * @param array $module_list * An associative array whose keys are the names of installed modules and * whose values are Extension class parameters. This is normally the * %container.modules% parameter being set up by DrupalKernel. * @param \Drupal\Core\Cache\CacheBackendInterface $cache_backend * Cache backend for storing module hook implementation information. * * @see \Drupal\Core\DrupalKernel * @see \Drupal\Core\CoreServiceProvider */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:110
- ⧉public load($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:122
- ⧉public loadAll() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:138
- ⧉public reload() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:150
- ⧉public isLoaded() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:158
- ⧉public getModuleList() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:165
- ⧉public getModule($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:172
- ⧉public setModuleList(array $module_list = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:182
- ⧉public addModule($name, $path) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:192
- ⧉public addProfile($name, $path) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:199
- ⧉public buildModuleDependencies(array $modules) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:223
- ⧉public moduleExists($module) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:246
- ⧉public loadAllIncludes($type, $name = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:253
- ⧉public loadInclude($module, $type, $name = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:262
- ⧉public getHookInfo() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:290
- ⧉public getImplementations($hook) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:327
- ⧉public writeCache() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:336
- ⧉public resetImplementations() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:346
- ⧉public hasImplementations(string $hook, $modules = null): bool {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:368
- ⧉public implementsHook($module, $hook) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:394
- ⧉public invokeAllWith(string $hook, callable $callback): void {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:402
- ⧉public invoke($module, $hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:412
- ⧉public invokeAll($hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:423
- ⧉public invokeDeprecated($description, $module, $hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:440
- ⧉public invokeAllDeprecated($description, $hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:449
- ⧉public alter($type, &$data, &$context1 = null, &$context2 = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:477
- ⧉public alterDeprecated($description, $type, &$data, &$context1 = null, &$context2 = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:569
- ⧉public getModuleDirectories() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:725
- ⧉public getName($module) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:736
- ⧉protected add($type, $name, $path) Adds a module or profile to the list of currently active modules.
/** * Adds a module or profile to the list of currently active modules. * * @param string $type * The extension type; either 'module' or 'profile'. * @param string $name * The module name; e.g., 'node'. * @param string $path * The module path; e.g., 'core/modules/node'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:213
- ⧉protected buildHookInfo() Builds hook_hook_info() information.
/** * Builds hook_hook_info() information. * * @see \Drupal\Core\Extension\ModuleHandler::getHookInfo() */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:308
- ⧉protected getImplementationInfo($hook): mixed[] Provides information about modules' implementations of a hook.
/** * Provides information about modules' implementations of a hook. * * @param string $hook * The name of the hook (e.g. "help" or "menu"). * * @return mixed[] * An array whose keys are the names of the modules which are implementing * this hook and whose values are either a string identifying a file in * which the implementation is to be found, or FALSE, if the implementation * is in the module file. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:600
- ⧉protected buildImplementationInfo($hook): mixed[] Builds hook implementation information for a given hook name.
/** * Builds hook implementation information for a given hook name. * * @param string $hook * The name of the hook (e.g. "help" or "menu"). * * @return mixed[] * An array whose keys are the names of the modules which are implementing * this hook and whose values are either a string identifying a file in * which the implementation is to be found, or FALSE, if the implementation * is in the module file. * * @throws \RuntimeException * Exception thrown when an invalid implementation is added by * hook_module_implements_alter(). * * @see \Drupal\Core\Extension\ModuleHandler::getImplementationInfo() */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:646
- ⧉protected verifyImplementations(&$implementations, $hook): bool Verifies an array of implementations loaded from cache.
/** * Verifies an array of implementations loaded from cache. * * Verification is done by including the lazy-loaded $module.$group.inc file, * and checking function_exists(). * * @param string[] $implementations * Implementation "group" by module name. * @param string $hook * The hook name. * * @return bool * TRUE, if all implementations exist. * FALSE, if one or more implementations don't exist and need to be removed * from the cache. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:697
- ⧉private triggerDeprecationError($description, $hook) Triggers an E_USER_DEPRECATED error if any module implements the hook.
/** * Triggers an E_USER_DEPRECATED error if any module implements the hook. * * @param string $description * Helpful text describing what to do instead of implementing this hook. * @param string $hook * The name of the hook. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:463
- ⧉public __construct($root, Drupal\Core\Extension\ThemeHandlerInterface $theme_handler, Drupal\Core\Cache\CacheBackendInterface $cache, Drupal\Core\Extension\ModuleHandlerInterface $module_handler) Constructs a new ThemeInitialization object.
/** * Constructs a new ThemeInitialization object. * * @param string $root * The app root. * @param \Drupal\Core\Extension\ThemeHandlerInterface $theme_handler * The theme handler. * @param \Drupal\Core\Cache\CacheBackendInterface $cache * The cache backend. * @param \Drupal\Core\Extension\ModuleHandlerInterface $module_handler * The module handler to use to load modules. */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeInitialization.php:62
- ⧉public initTheme($theme_name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeInitialization.php:72
- ⧉public getActiveThemeByName($theme_name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeInitialization.php:82
- ⧉public loadActiveTheme(Drupal\Core\Theme\ActiveTheme $active_theme) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeInitialization.php:129
- ⧉public getActiveTheme(Drupal\Core\Extension\Extension $theme, array $base_themes = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeInitialization.php:170
- ⧉protected getExtensions(): array Gets all extensions.
/** * Gets all extensions. * * @return array */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeInitialization.php:279
- ⧉protected resolveStyleSheetPlaceholders($css_file): string Gets CSS file where tokens have been resolved.
/** * Gets CSS file where tokens have been resolved. * * @param string $css_file * CSS file which may contain tokens. * * @return string * CSS file where placeholders are replaced. * * @todo Remove in Drupal 9.0.x. */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeInitialization.php:297
- ⧉protected prepareStylesheetsRemove(Drupal\Core\Extension\Extension $theme, $base_themes): string[] Prepares stylesheets-remove specified in the *.info.yml file.
/** * Prepares stylesheets-remove specified in the *.info.yml file. * * This method is used as a BC layer to access the contents of the deprecated * stylesheets-remove key in theme info.yml files. It will be removed once it * is no longer needed in Drupal 10. * * @param \Drupal\Core\Extension\Extension $theme * The theme extension object. * @param \Drupal\Core\Extension\Extension[] $base_themes * An array of base themes. * * @return string[] * The list of stylesheets-remove specified in the *.info.yml file. * * @todo Remove in Drupal 10.0.x. * * @internal */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeInitialization.php:331
- ⧉protected themeManager -> Drupal\Core\Theme\ThemeManager (6)
- Properties (6)
- Available methods (10)
- ⧉protected themeNegotiator -> Drupal\Core\Theme\ThemeNegotiator (3)
- Properties (3)
- Available methods (3)
- ⧉protected negotiators -> array (7) Depth Limit
- ⧉protected themeAccess -> Drupal\Core\Theme\ThemeAccessCheck (1) Depth Limit
- ⧉protected classResolver -> Drupal\Core\DependencyInjection\ClassResolver (3) Depth Limit
- ⧉public __construct(Drupal\Core\Theme\ThemeAccessCheck $theme_access, Drupal\Core\DependencyInjection\ClassResolverInterface $class_resolver, array $negotiators) Constructs a new ThemeNegotiator.
/** * Constructs a new ThemeNegotiator. * * @param \Drupal\Core\Theme\ThemeAccessCheck $theme_access * The access checker for themes. * @param \Drupal\Core\DependencyInjection\ClassResolverInterface $class_resolver * The class resolver. * @param string[] $negotiators * An array of negotiator IDs. */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeNegotiator.php:47
- ⧉public applies(Drupal\Core\Routing\RouteMatchInterface $route_match) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeNegotiator.php:56
- ⧉public determineActiveTheme(Drupal\Core\Routing\RouteMatchInterface $route_match) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeNegotiator.php:63
- ⧉protected themeRegistry -> Drupal\Core\Theme\Registry (14) Recursion
- ⧉protected activeTheme -> Drupal\Core\Theme\ActiveTheme (12)
- Properties (12)
- Available methods (13)
- protected name -> string (10) "robosoutez"
- ⧉protected logo -> string (33) "themes/custom/robosoutez/logo.svg"
- File (14.4KB)
-rw-r--r-- 1001 100 14.4KB Oct 08 10:15 themes/custom/robosoutez/logo.svg
- ⧉protected path -> string (24) "themes/custom/robosoutez"
- Directory (4KB)
- Base64
drwxr-xr-x 1001 100 4KB Oct 08 10:15 themes/custom/robosoutez
- base64_decode(path) binary string (18)
- protected engine -> string (4) "twig"
- ⧉protected owner -> string (36) "core/themes/engines/twig/twig.engine"
- File (4.1KB)
-rw-r--r-- 1001 100 4.1KB Sep 19 2023 core/themes/engines/twig/twig.engine
- ⧉protected baseThemeExtensions -> array (1) Depth Limit
- ⧉protected extension -> Drupal\Core\Extension\Extension (19) Depth Limit
- protected styleSheetsRemove -> array (0)
- ⧉protected libraries -> array (1) Depth Limit
- ⧉protected regions -> array (12) Depth Limit
- ⧉protected librariesOverride -> array (1) Depth Limit
- ⧉protected librariesExtend -> array (1) Depth Limit
- ⧉public __construct(array $values) Constructs an ActiveTheme object.
/** * Constructs an ActiveTheme object. * * @param array $values * The properties of the object, keyed by the names. */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:106
- ⧉public getName(): string Returns the machine name of the theme.
/** * Returns the machine name of the theme. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:140
- ⧉public getPath(): string Returns the path to the theme directory.
/** * Returns the path to the theme directory. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:149
- ⧉public getEngine(): string Returns the theme engine.
/** * Returns the theme engine. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:158
- ⧉public getOwner(): mixed Returns the path to the theme engine for root themes.
/** * Returns the path to the theme engine for root themes. * * @see \Drupal\Core\Extension\ThemeExtensionList::doList() * * @return mixed */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:169
- ⧉public getExtension(): \Drupal\Core\Extension\Extension Returns the extension object.
/** * Returns the extension object. * * @return \Drupal\Core\Extension\Extension */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:178
- ⧉public getLibraries(): mixed Returns the libraries provided by the theme.
/** * Returns the libraries provided by the theme. * * @return mixed */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:187
- ⧉public getStyleSheetsRemove(): mixed Returns the removed stylesheets by the theme.
/** * Returns the removed stylesheets by the theme. * * This method is used as a BC layer to access the contents of the deprecated * stylesheets-remove key in theme info.yml files. It will be removed once it * is no longer needed in Drupal 10. * * @return mixed * The removed stylesheets. * * @see https://www.drupal.org/node/2497313 * * @todo Remove in Drupal 10.0.x. * * @internal */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:207
- ⧉public getBaseThemeExtensions(): \Drupal\Core\Extension\Extension[] Returns an array of base theme extension objects keyed by name.
/** * Returns an array of base theme extension objects keyed by name. * * The order starts with the base theme of $this and ends with the root of * the dependency chain. * * @return \Drupal\Core\Extension\Extension[] */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:219
- ⧉public getLogo(): string Returns the logo provided by the theme.
/** * Returns the logo provided by the theme. * * @return string * The logo path. */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:229
- ⧉public getRegions(): string[] The regions used by the theme.
/** * The regions used by the theme. * * @return string[] * The list of region machine names supported by the theme. * * @see system_region_list() */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:241
- ⧉public getLibrariesOverride(): array Returns the libraries or library assets overridden by the active theme.
/** * Returns the libraries or library assets overridden by the active theme. * * @return array * The list of libraries overrides. */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:251
- ⧉public getLibrariesExtend(): array Returns the libraries extended by the active theme.
/** * Returns the libraries extended by the active theme. * * @return array * The list of libraries-extend definitions. */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:261
- ⧉protected themeInitialization -> Drupal\Core\Theme\ThemeInitialization (5)
- Properties (5)
- Available methods (8)
- ⧉protected themeHandler -> Drupal\Core\Extension\ThemeHandler (4) Depth Limit
- ⧉protected cache -> Drupal\Core\Cache\DatabaseBackend (4) Depth Limit
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- protected extensions -> null
- ⧉protected moduleHandler -> Drupal\Core\Extension\ModuleHandler (11) Depth Limit
- ⧉public __construct($root, Drupal\Core\Extension\ThemeHandlerInterface $theme_handler, Drupal\Core\Cache\CacheBackendInterface $cache, Drupal\Core\Extension\ModuleHandlerInterface $module_handler) Constructs a new ThemeInitialization object.
/** * Constructs a new ThemeInitialization object. * * @param string $root * The app root. * @param \Drupal\Core\Extension\ThemeHandlerInterface $theme_handler * The theme handler. * @param \Drupal\Core\Cache\CacheBackendInterface $cache * The cache backend. * @param \Drupal\Core\Extension\ModuleHandlerInterface $module_handler * The module handler to use to load modules. */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeInitialization.php:62
- ⧉public initTheme($theme_name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeInitialization.php:72
- ⧉public getActiveThemeByName($theme_name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeInitialization.php:82
- ⧉public loadActiveTheme(Drupal\Core\Theme\ActiveTheme $active_theme) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeInitialization.php:129
- ⧉public getActiveTheme(Drupal\Core\Extension\Extension $theme, array $base_themes = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeInitialization.php:170
- ⧉protected getExtensions(): array Gets all extensions.
/** * Gets all extensions. * * @return array */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeInitialization.php:279
- ⧉protected resolveStyleSheetPlaceholders($css_file): string Gets CSS file where tokens have been resolved.
/** * Gets CSS file where tokens have been resolved. * * @param string $css_file * CSS file which may contain tokens. * * @return string * CSS file where placeholders are replaced. * * @todo Remove in Drupal 9.0.x. */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeInitialization.php:297
- ⧉protected prepareStylesheetsRemove(Drupal\Core\Extension\Extension $theme, $base_themes): string[] Prepares stylesheets-remove specified in the *.info.yml file.
/** * Prepares stylesheets-remove specified in the *.info.yml file. * * This method is used as a BC layer to access the contents of the deprecated * stylesheets-remove key in theme info.yml files. It will be removed once it * is no longer needed in Drupal 10. * * @param \Drupal\Core\Extension\Extension $theme * The theme extension object. * @param \Drupal\Core\Extension\Extension[] $base_themes * An array of base themes. * * @return string[] * The list of stylesheets-remove specified in the *.info.yml file. * * @todo Remove in Drupal 10.0.x. * * @internal */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeInitialization.php:331
- ⧉protected moduleHandler -> Drupal\Core\Extension\ModuleHandler (11)
- Properties (11)
- Available methods (35)
- ⧉protected loadedFiles -> array (157) Depth Limit
- ⧉protected moduleList -> array (157) Depth Limit
- protected loaded -> boolean true
- ⧉protected implementations -> array (682) Depth Limit
- ⧉protected verified -> array (10) Depth Limit
- protected hookInfo -> null
- ⧉protected cacheBackend -> Drupal\Core\Cache\DatabaseBackend (4) Depth Limit
- protected cacheNeedsWriting -> boolean false
- ⧉protected alterFunctions -> array (3) Depth Limit
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- protected includeFileKeys -> array (0)
- ⧉public __construct($root, array $module_list, Drupal\Core\Cache\CacheBackendInterface $cache_backend) Constructs a ModuleHandler object.
/** * Constructs a ModuleHandler object. * * @param string $root * The app root. * @param array $module_list * An associative array whose keys are the names of installed modules and * whose values are Extension class parameters. This is normally the * %container.modules% parameter being set up by DrupalKernel. * @param \Drupal\Core\Cache\CacheBackendInterface $cache_backend * Cache backend for storing module hook implementation information. * * @see \Drupal\Core\DrupalKernel * @see \Drupal\Core\CoreServiceProvider */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:110
- ⧉public load($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:122
- ⧉public loadAll() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:138
- ⧉public reload() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:150
- ⧉public isLoaded() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:158
- ⧉public getModuleList() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:165
- ⧉public getModule($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:172
- ⧉public setModuleList(array $module_list = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:182
- ⧉public addModule($name, $path) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:192
- ⧉public addProfile($name, $path) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:199
- ⧉public buildModuleDependencies(array $modules) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:223
- ⧉public moduleExists($module) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:246
- ⧉public loadAllIncludes($type, $name = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:253
- ⧉public loadInclude($module, $type, $name = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:262
- ⧉public getHookInfo() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:290
- ⧉public getImplementations($hook) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:327
- ⧉public writeCache() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:336
- ⧉public resetImplementations() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:346
- ⧉public hasImplementations(string $hook, $modules = null): bool {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:368
- ⧉public implementsHook($module, $hook) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:394
- ⧉public invokeAllWith(string $hook, callable $callback): void {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:402
- ⧉public invoke($module, $hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:412
- ⧉public invokeAll($hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:423
- ⧉public invokeDeprecated($description, $module, $hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:440
- ⧉public invokeAllDeprecated($description, $hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:449
- ⧉public alter($type, &$data, &$context1 = null, &$context2 = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:477
- ⧉public alterDeprecated($description, $type, &$data, &$context1 = null, &$context2 = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:569
- ⧉public getModuleDirectories() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:725
- ⧉public getName($module) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:736
- ⧉protected add($type, $name, $path) Adds a module or profile to the list of currently active modules.
/** * Adds a module or profile to the list of currently active modules. * * @param string $type * The extension type; either 'module' or 'profile'. * @param string $name * The module name; e.g., 'node'. * @param string $path * The module path; e.g., 'core/modules/node'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:213
- ⧉protected buildHookInfo() Builds hook_hook_info() information.
/** * Builds hook_hook_info() information. * * @see \Drupal\Core\Extension\ModuleHandler::getHookInfo() */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:308
- ⧉protected getImplementationInfo($hook): mixed[] Provides information about modules' implementations of a hook.
/** * Provides information about modules' implementations of a hook. * * @param string $hook * The name of the hook (e.g. "help" or "menu"). * * @return mixed[] * An array whose keys are the names of the modules which are implementing * this hook and whose values are either a string identifying a file in * which the implementation is to be found, or FALSE, if the implementation * is in the module file. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:600
- ⧉protected buildImplementationInfo($hook): mixed[] Builds hook implementation information for a given hook name.
/** * Builds hook implementation information for a given hook name. * * @param string $hook * The name of the hook (e.g. "help" or "menu"). * * @return mixed[] * An array whose keys are the names of the modules which are implementing * this hook and whose values are either a string identifying a file in * which the implementation is to be found, or FALSE, if the implementation * is in the module file. * * @throws \RuntimeException * Exception thrown when an invalid implementation is added by * hook_module_implements_alter(). * * @see \Drupal\Core\Extension\ModuleHandler::getImplementationInfo() */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:646
- ⧉protected verifyImplementations(&$implementations, $hook): bool Verifies an array of implementations loaded from cache.
/** * Verifies an array of implementations loaded from cache. * * Verification is done by including the lazy-loaded $module.$group.inc file, * and checking function_exists(). * * @param string[] $implementations * Implementation "group" by module name. * @param string $hook * The hook name. * * @return bool * TRUE, if all implementations exist. * FALSE, if one or more implementations don't exist and need to be removed * from the cache. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:697
- ⧉private triggerDeprecationError($description, $hook) Triggers an E_USER_DEPRECATED error if any module implements the hook.
/** * Triggers an E_USER_DEPRECATED error if any module implements the hook. * * @param string $description * Helpful text describing what to do instead of implementing this hook. * @param string $hook * The name of the hook. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:463
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public __construct($root, Drupal\Core\Theme\ThemeNegotiatorInterface $theme_negotiator, Drupal\Core\Theme\ThemeInitializationInterface $theme_initialization, Drupal\Core\Extension\ModuleHandlerInterface $module_handler) Constructs a new ThemeManager object.
/** * Constructs a new ThemeManager object. * * @param string $root * The app root. * @param \Drupal\Core\Theme\ThemeNegotiatorInterface $theme_negotiator * The theme negotiator. * @param \Drupal\Core\Theme\ThemeInitializationInterface $theme_initialization * The theme initialization. * @param \Drupal\Core\Extension\ModuleHandlerInterface $module_handler * The module handler. */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeManager.php:71
- ⧉public setThemeRegistry(Drupal\Core\Theme\Registry $theme_registry): $this Sets the theme registry.
/** * Sets the theme registry. * * @param \Drupal\Core\Theme\Registry $theme_registry * The theme registry. * * @return $this */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeManager.php:86
- ⧉public getActiveTheme(?Drupal\Core\Routing\RouteMatchInterface $route_match = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeManager.php:94
- ⧉public hasActiveTheme() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeManager.php:104
- ⧉public resetActiveTheme() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeManager.php:111
- ⧉public setActiveTheme(Drupal\Core\Theme\ActiveTheme $active_theme) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeManager.php:119
- ⧉public render($hook, array $variables) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeManager.php:130
- ⧉public alterForTheme(Drupal\Core\Theme\ActiveTheme $theme, $type, &$data, &$context1 = null, &$context2 = null) {@inheritdoc}
/** * {@inheritdoc} * * @todo Should we cache some of these information? */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeManager.php:414
- ⧉public alter($type, &$data, &$context1 = null, &$context2 = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeManager.php:456
- ⧉protected initTheme(?Drupal\Core\Routing\RouteMatchInterface $route_match = null) Initializes the active theme for a given route match.
/** * Initializes the active theme for a given route match. * * @param \Drupal\Core\Routing\RouteMatchInterface $route_match * The current route match. */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeManager.php:396
- ⧉protected runtimeCache -> Drupal\Core\Cache\DatabaseBackend (4)
- Properties (4)
- Available methods (20)
- Static class properties (3)
- protected maxRows -> integer 5000
- protected bin -> string (15) "cache_bootstrap"
- ⧉protected connection -> Drupal\mysql\Driver\Database\mysql\Connection (24)
- Properties (24)
- Available methods (80)
- Static class properties (6)
- protected target -> string (7) "default"
- protected key -> string (7) "default"
- protected logger -> null
- protected transactionLayers -> array (0)
- ⧉protected driverClasses -> array (3) Depth Limit
- protected statementClass -> null
- protected statementWrapperClass -> string (37) "Drupal\Core\Database\StatementWrapper"
- protected transactionalDDLSupport -> boolean false
- protected temporaryNameIndex -> integer 0
- ⧉protected connection -> PDO (0) Depth Limit
- ⧉protected connectionOptions -> array (11) Depth Limit
- protected schema -> null
- ⧉protected prefixes -> array (1) Depth Limit
- ⧉protected prefixSearch -> array (2) Depth Limit
- ⧉protected prefixReplace -> array (2) Depth Limit
- protected unprefixedTablesMap -> array (0)
- protected escapedNames -> array (0)
- ⧉protected escapedTables -> array (13) Depth Limit
- ⧉protected escapedFields -> array (16) Depth Limit
- ⧉protected escapedAliases -> array (7) Depth Limit
- protected rootTransactionEndCallbacks -> array (0)
- ⧉protected identifierQuotes -> array (2) Depth Limit
- protected needsCleanup -> boolean false
- private serverVersion -> null
- ⧉public __construct(PDO $connection, array $connection_options) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:94
- ⧉public __destruct() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:239
- ⧉public queryRange($query, $from, $count, array $args = array(), array $options = array())
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:246
- ⧉public queryTemporary($query, array $args = array(), array $options = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:253
- ⧉public driver()
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:259
- ⧉public version() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:266
- ⧉public isMariaDb(): bool Determines whether the MySQL distribution is MariaDB or not.
/** * Determines whether the MySQL distribution is MariaDB or not. * * @return bool * Returns TRUE if the distribution is MariaDB, or FALSE if not. */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:280
- ⧉public databaseType()
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:313
- ⧉public createDatabase($database) Overrides \Drupal\Core\Database\Connection::createDatabase().
/** * Overrides \Drupal\Core\Database\Connection::createDatabase(). * * @param string $database * The name of the database to create. * * @throws \Drupal\Core\Database\DatabaseNotFoundException */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:325
- ⧉public mapConditionOperator($operator)
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:339
- ⧉public nextId($existing_id0)
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:344
- ⧉public nextIdDelete()
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:364
- ⧉public rollBack($savepoint_name = 'drupal_transaction') {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:436
- ⧉public destroy() Destroys this Connection object.
/** * Destroys this Connection object. * * PHP does not destruct an object if it is still referenced in other * variables. In case of PDO database connection objects, PHP only closes the * connection when the PDO object is destructed, so any references to this * object may cause the number of maximum allowed connections to be exceeded. * * @deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Move custom * database destruction logic to __destruct(). * * @see https://www.drupal.org/node/3142866 */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:329
- ⧉public getConnectionOptions(): array Returns the connection information for this connection object.
/** * Returns the connection information for this connection object. * * Note that Database::getConnectionInfo() is for requesting information * about an arbitrary database connection that is defined. This method * is for requesting the connection information of this specific * open connection object. * * @return array * An array of the connection information. The exact list of * properties is driver-dependent. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:437
- ⧉public attachDatabase(string $database): void Allows the connection to access additional databases.
/** * Allows the connection to access additional databases. * * Database systems usually group tables in 'databases' or 'schemas', that * can be accessed with syntax like 'SELECT * FROM database.table'. Normally * Drupal accesses tables in a single database/schema, but in some cases it * may be necessary to access tables from other databases/schemas in the same * database server. This method can be called to ensure that the additional * database/schema is accessible. * * For MySQL, PostgreSQL and most other databases no action need to be taken * to query data in another database or schema. For SQLite this is however * necessary and the database driver for SQLite will override this method. * * @param string $database * The database to be attached to the connection. * * @internal */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:460
- ⧉public prefixTables($sql): string Appends a database prefix to all tables in a query.
/** * Appends a database prefix to all tables in a query. * * Queries sent to Drupal should wrap all table names in curly brackets. This * function searches for this syntax and adds Drupal's table prefix to all * tables, allowing Drupal to coexist with other systems in the same database * and/or schema if necessary. * * @param string $sql * A string containing a partial or entire SQL query. * * @return string * The properly-prefixed string. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:522
- ⧉public quoteIdentifiers($sql): string Quotes all identifiers in a query.
/** * Quotes all identifiers in a query. * * Queries sent to Drupal should wrap all unquoted identifiers in square * brackets. This function searches for this syntax and replaces them with the * database specific identifier. In ANSI SQL this a double quote. * * Note that :variable[] is used to denote array arguments but * Connection::expandArguments() is always called first. * * @param string $sql * A string containing a partial or entire SQL query. * * @return string * The string containing a partial or entire SQL query with all identifiers * quoted. * * @internal * This method should only be called by database API code. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:546
- ⧉public tablePrefix($table = 'default') Find the prefix for a table.
/** * Find the prefix for a table. * * This function is for when you want to know the prefix of a table. This * is not used in prefixTables due to performance reasons. * * @param string $table * (optional) The table to find the prefix for. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:559
- ⧉public getUnprefixedTablesMap(): array Gets a list of individually prefixed table names.
/** * Gets a list of individually prefixed table names. * * @return array * An array of un-prefixed table names, keyed by their fully qualified table * names (i.e. prefix + table_name). */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:575
- ⧉public getFullQualifiedTableName($table): string Get a fully qualified table name.
/** * Get a fully qualified table name. * * @param string $table * The name of the table in question. * * @return string */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:587
- ⧉public prepareStatement(string $query, array $options, bool $allow_row_count = false): Drupal\Core\Database\StatementInterface Returns a prepared statement given a SQL string.
/** * Returns a prepared statement given a SQL string. * * This method caches prepared statements, reusing them when possible. It also * prefixes tables names enclosed in curly braces and, optionally, quotes * identifiers enclosed in square brackets. * * @param string $query * The query string as SQL, with curly braces surrounding the table names, * and square brackets surrounding identifiers. * @param array $options * An associative array of options to control how the query is run. See * the documentation for self::defaultOptions() for details. The content of * the 'pdo' key will be passed to the prepared statement. * @param bool $allow_row_count * (optional) A flag indicating if row count is allowed on the statement * object. Defaults to FALSE. * * @return \Drupal\Core\Database\StatementInterface * A prepared statement ready for its execute() method. * * @throws \InvalidArgumentException * If multiple statements are included in the string, and delimiters are * not allowed in the query. * @throws \Drupal\Core\Database\DatabaseExceptionWrapper */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:619
- ⧉public prepareQuery($query, $quote_identifiers = true): \Drupal\Core\Database\StatementInterface Prepares a query string and returns the prepared statement.
/** * Prepares a query string and returns the prepared statement. * * This method caches prepared statements, reusing them when possible. It also * prefixes tables names enclosed in curly-braces and, optionally, quotes * identifiers enclosed in square brackets. * * @param $query * The query string as SQL, with curly-braces surrounding the * table names. * @param bool $quote_identifiers * (optional) Quote any identifiers enclosed in square brackets. Defaults to * TRUE. * * @return \Drupal\Core\Database\StatementInterface * A PDO prepared statement ready for its execute() method. * * @deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Use * ::prepareStatement instead. * * @see https://www.drupal.org/node/3137786 */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:714
- ⧉public setTarget($target = null) Tells this connection object what its target value is.
/** * Tells this connection object what its target value is. * * This is needed for logging and auditing. It's sloppy to do in the * constructor because the constructor for child classes has a different * signature. We therefore also ensure that this function is only ever * called once. * * @param string $target * (optional) The target this connection is for. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:730
- ⧉public getTarget(): string|null Returns the target this connection is associated with.
/** * Returns the target this connection is associated with. * * @return string|null * The target string of this connection, or NULL if no target is set. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:742
- ⧉public setKey($key) Tells this connection object what its key is.
/** * Tells this connection object what its key is. * * @param string $key * The key this connection is for. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:752
- ⧉public getKey(): string|null Returns the key this connection is associated with.
/** * Returns the key this connection is associated with. * * @return string|null * The key of this connection, or NULL if no key is set. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:764
- ⧉public setLogger(Drupal\Core\Database\Log $logger) Associates a logging object with this connection.
/** * Associates a logging object with this connection. * * @param \Drupal\Core\Database\Log $logger * The logging object we want to use. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:774
- ⧉public getLogger(): \Drupal\Core\Database\Log|null Gets the current logging object for this connection.
/** * Gets the current logging object for this connection. * * @return \Drupal\Core\Database\Log|null * The current logging object for this connection. If there isn't one, * NULL is returned. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:785
- ⧉public makeSequenceName($table, $field): string Creates the appropriate sequence name for a given table and serial field.
/** * Creates the appropriate sequence name for a given table and serial field. * * This information is exposed to all database drivers, although it is only * useful on some of them. This method is table prefix-aware. * * Note that if a sequence was generated automatically by the database, its * name might not match the one returned by this function. Therefore, in those * cases, it is generally advised to use a database-specific way of retrieving * the name of an auto-created sequence. For example, PostgreSQL provides a * dedicated function for this purpose: pg_get_serial_sequence(). * * @param string $table * The table name to use for the sequence. * @param string $field * The field name to use for the sequence. * * @return string * A table prefix-parsed string for the sequence name. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:809
- ⧉public makeComment($comments): string Flatten an array of query comments into a single comment string.
/** * Flatten an array of query comments into a single comment string. * * The comment string will be sanitized to avoid SQL injection attacks. * * @param string[] $comments * An array of query comment strings. * * @return string * A sanitized comment string. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:827
- ⧉public query($query, array $args = array(), $options = array()): \Drupal\Core\Database\StatementInterface|int|string|null Executes a query string against the database.
/** * Executes a query string against the database. * * This method provides a central handler for the actual execution of every * query. All queries executed by Drupal are executed as prepared statements. * * @param string|\Drupal\Core\Database\StatementInterface|\PDOStatement $query * The query to execute. This is a string containing an SQL query with * placeholders. * (deprecated) An already-prepared instance of StatementInterface or of * \PDOStatement may also be passed in order to allow calling code to * manually bind variables to a query. In such cases, the content of the * $args array will be ignored. * It is extremely rare that module code will need to pass a statement * object to this method. It is used primarily for database drivers for * databases that require special LOB field handling. * @param array $args * The associative array of arguments for the prepared statement. * @param array $options * An associative array of options to control how the query is run. The * given options will be merged with self::defaultOptions(). See the * documentation for self::defaultOptions() for details. * Typically, $options['return'] will be set by a default or by a query * builder, and should not be set by a user. * * @return \Drupal\Core\Database\StatementInterface|int|string|null * This method will return one of the following: * - If either $options['return'] === self::RETURN_STATEMENT, or * $options['return'] is not set (due to self::defaultOptions()), * returns the executed statement. * - If $options['return'] === self::RETURN_AFFECTED, * returns the number of rows matched by the query * (not the number affected). * - If $options['return'] === self::RETURN_INSERT_ID, * returns the generated insert ID of the last query as a string. * - If $options['return'] === self::RETURN_NULL, returns NULL. * * @throws \Drupal\Core\Database\DatabaseExceptionWrapper * @throws \Drupal\Core\Database\IntegrityConstraintViolationException * @throws \InvalidArgumentException * * @see \Drupal\Core\Database\Connection::defaultOptions() */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:918
- ⧉public getDriverClass($class): string Gets the driver-specific override class if any for the specified class.
/** * Gets the driver-specific override class if any for the specified class. * * @param string $class * The class for which we want the potentially driver-specific class. * * @return string * The name of the class that should be used for this driver. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1130
- ⧉public exceptionHandler(): \Drupal\Core\Database\ExceptionHandler Returns the database exceptions handler.
/** * Returns the database exceptions handler. * * @return \Drupal\Core\Database\ExceptionHandler * The database exceptions handler. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1196
- ⧉public select($table, $alias = null, array $options = array()): \Drupal\Core\Database\Query\SelectInterface Prepares and returns a SELECT query object.
/** * Prepares and returns a SELECT query object. * * @param string|\Drupal\Core\Database\Query\SelectInterface $table * The base table name or subquery for this query, used in the FROM clause. * If a string, the table specified will also be used as the "base" table * for query_alter hook implementations. * @param string $alias * (optional) The alias of the base table of this query. * @param $options * An array of options on the query. * * @return \Drupal\Core\Database\Query\SelectInterface * An appropriate SelectQuery object for this database connection. Note that * it may be a driver-specific subclass of SelectQuery, depending on the * driver. * * @see \Drupal\Core\Database\Query\Select */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1220
- ⧉public insert($table, array $options = array()): \Drupal\Core\Database\Query\Insert Prepares and returns an INSERT query object.
/** * Prepares and returns an INSERT query object. * * @param string $table * The table to use for the insert statement. * @param array $options * (optional) An associative array of options to control how the query is * run. The given options will be merged with * \Drupal\Core\Database\Connection::defaultOptions(). * * @return \Drupal\Core\Database\Query\Insert * A new Insert query object. * * @see \Drupal\Core\Database\Query\Insert * @see \Drupal\Core\Database\Connection::defaultOptions() */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1244
- ⧉public lastInsertId(?string $name = null): string Returns the ID of the last inserted row or sequence value.
/** * Returns the ID of the last inserted row or sequence value. * * This method should normally be used only within database driver code. * * This is a proxy to invoke lastInsertId() from the wrapped connection. * If a sequence name is not specified for the name parameter, this returns a * string representing the row ID of the last row that was inserted into the * database. * If a sequence name is specified for the name parameter, this returns a * string representing the last value retrieved from the specified sequence * object. * * @param string|null $name * (Optional) Name of the sequence object from which the ID should be * returned. * * @return string * The value returned by the wrapped connection. * * @throws \Drupal\Core\Database\DatabaseExceptionWrapper * In case of failure. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1272
- ⧉public merge($table, array $options = array()): \Drupal\Core\Database\Query\Merge Prepares and returns a MERGE query object.
/** * Prepares and returns a MERGE query object. * * @param string $table * The table to use for the merge statement. * @param array $options * (optional) An array of options on the query. * * @return \Drupal\Core\Database\Query\Merge * A new Merge query object. * * @see \Drupal\Core\Database\Query\Merge */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1292
- ⧉public upsert($table, array $options = array()): \Drupal\Core\Database\Query\Upsert Prepares and returns an UPSERT query object.
/** * Prepares and returns an UPSERT query object. * * @param string $table * The table to use for the upsert query. * @param array $options * (optional) An array of options on the query. * * @return \Drupal\Core\Database\Query\Upsert * A new Upsert query object. * * @see \Drupal\Core\Database\Query\Upsert */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1310
- ⧉public update($table, array $options = array()): \Drupal\Core\Database\Query\Update Prepares and returns an UPDATE query object.
/** * Prepares and returns an UPDATE query object. * * @param string $table * The table to use for the update statement. * @param array $options * (optional) An associative array of options to control how the query is * run. The given options will be merged with * \Drupal\Core\Database\Connection::defaultOptions(). * * @return \Drupal\Core\Database\Query\Update * A new Update query object. * * @see \Drupal\Core\Database\Query\Update * @see \Drupal\Core\Database\Connection::defaultOptions() */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1331
- ⧉public delete($table, array $options = array()): \Drupal\Core\Database\Query\Delete Prepares and returns a DELETE query object.
/** * Prepares and returns a DELETE query object. * * @param string $table * The table to use for the delete statement. * @param array $options * (optional) An associative array of options to control how the query is * run. The given options will be merged with * \Drupal\Core\Database\Connection::defaultOptions(). * * @return \Drupal\Core\Database\Query\Delete * A new Delete query object. * * @see \Drupal\Core\Database\Query\Delete * @see \Drupal\Core\Database\Connection::defaultOptions() */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1352
- ⧉public truncate($table, array $options = array()): \Drupal\Core\Database\Query\Truncate Prepares and returns a TRUNCATE query object.
/** * Prepares and returns a TRUNCATE query object. * * @param string $table * The table to use for the truncate statement. * @param array $options * (optional) An array of options on the query. * * @return \Drupal\Core\Database\Query\Truncate * A new Truncate query object. * * @see \Drupal\Core\Database\Query\Truncate */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1370
- ⧉public schema(): \Drupal\Core\Database\Schema Returns a DatabaseSchema object for manipulating the schema.
/** * Returns a DatabaseSchema object for manipulating the schema. * * This method will lazy-load the appropriate schema library file. * * @return \Drupal\Core\Database\Schema * The database Schema object for this connection. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1383
- ⧉public condition($conjunction): \Drupal\Core\Database\Query\Condition Prepares and returns a CONDITION query object.
/** * Prepares and returns a CONDITION query object. * * @param string $conjunction * The operator to use to combine conditions: 'AND' or 'OR'. * * @return \Drupal\Core\Database\Query\Condition * A new Condition query object. * * @see \Drupal\Core\Database\Query\Condition */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1402
- ⧉public escapeDatabase($database): string Escapes a database name string.
/** * Escapes a database name string. * * Force all database names to be strictly alphanumeric-plus-underscore. * For some database drivers, it may also wrap the database name in * database-specific escape characters. * * @param string $database * An unsanitized database name. * * @return string * The sanitized database name. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1423
- ⧉public escapeTable($table): string Escapes a table name string.
/** * Escapes a table name string. * * Force all table names to be strictly alphanumeric-plus-underscore. * Database drivers should never wrap the table name in database-specific * escape characters. This is done in Connection::prefixTables(). The * database-specific escape characters are added in Connection::setPrefix(). * * @param string $table * An unsanitized table name. * * @return string * The sanitized table name. * * @see \Drupal\Core\Database\Connection::prefixTables() * @see \Drupal\Core\Database\Connection::setPrefix() */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1446
- ⧉public escapeField($field): string Escapes a field name string.
/** * Escapes a field name string. * * Force all field names to be strictly alphanumeric-plus-underscore. * For some database drivers, it may also wrap the field name in * database-specific escape characters. * * @param string $field * An unsanitized field name. * * @return string * The sanitized field name. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1466
- ⧉public escapeAlias($field): string Escapes an alias name string.
/** * Escapes an alias name string. * * Force all alias names to be strictly alphanumeric-plus-underscore. In * contrast to DatabaseConnection::escapeField() / * DatabaseConnection::escapeTable(), this doesn't allow the period (".") * because that is not allowed in aliases. * * @param string $field * An unsanitized alias name. * * @return string * The sanitized alias name. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1491
- ⧉public escapeLike($string): string Escapes characters that work as wildcard characters in a LIKE pattern.
/** * Escapes characters that work as wildcard characters in a LIKE pattern. * * The wildcard characters "%" and "_" as well as backslash are prefixed with * a backslash. Use this to do a search for a verbatim string without any * wildcard behavior. * * For example, the following does a case-insensitive query for all rows whose * name starts with $prefix: * @code * $result = $injected_connection->query( * 'SELECT * FROM person WHERE name LIKE :pattern', * array(':pattern' => $injected_connection->escapeLike($prefix) . '%') * ); * @endcode * * Backslash is defined as escape character for LIKE patterns in * Drupal\Core\Database\Query\Condition::mapConditionOperator(). * * @param string $string * The string to escape. * * @return string * The escaped string. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1524
- ⧉public inTransaction(): bool Determines if there is an active transaction open.
/** * Determines if there is an active transaction open. * * @return bool * TRUE if we're currently in a transaction, FALSE otherwise. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1534
- ⧉public transactionDepth(): int Determines the current transaction depth.
/** * Determines the current transaction depth. * * @return int * The current transaction depth. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1544
- ⧉public startTransaction($name = ''): \Drupal\Core\Database\Transaction Returns a new DatabaseTransaction object on this connection.
/** * Returns a new DatabaseTransaction object on this connection. * * @param string $name * (optional) The name of the savepoint. * * @return \Drupal\Core\Database\Transaction * A Transaction object. * * @see \Drupal\Core\Database\Transaction */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1559
- ⧉public pushTransaction($name) Increases the depth of transaction nesting.
/** * Increases the depth of transaction nesting. * * If no transaction is already active, we begin a new transaction. * * @param string $name * The name of the transaction. * * @throws \Drupal\Core\Database\TransactionNameNonUniqueException * * @see \Drupal\Core\Database\Transaction */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1637
- ⧉public popTransaction($name) Decreases the depth of transaction nesting.
/** * Decreases the depth of transaction nesting. * * If we pop off the last transaction layer, then we either commit or roll * back the transaction as necessary. If no transaction is active, we return * because the transaction may have manually been rolled back. * * @param string $name * The name of the savepoint. * * @throws \Drupal\Core\Database\TransactionNoActiveException * @throws \Drupal\Core\Database\TransactionCommitFailedException * * @see \Drupal\Core\Database\Transaction */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1667
- ⧉public addRootTransactionEndCallback(callable $callback) Adds a root transaction end callback.
/** * Adds a root transaction end callback. * * These callbacks are invoked immediately after the transaction has been * committed. * * It can for example be used to avoid deadlocks on write-heavy tables that * do not need to be part of the transaction, like cache tag invalidations. * * Another use case is that services using alternative backends like Redis and * Memcache cache implementations can replicate the transaction-behavior of * the database cache backend and avoid race conditions. * * An argument is passed to the callbacks that indicates whether the * transaction was successful or not. * * @param callable $callback * The callback to invoke. * * @see \Drupal\Core\Database\Connection::doCommit() */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1702
- ⧉public clientVersion(): string Returns the version of the database client.
/** * Returns the version of the database client. * * Assumes the client connection is \PDO. Non-PDO based drivers need to * override this method. * * @return string */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1855
- ⧉public supportsTransactions(): bool Determines if this driver supports transactions.
/** * Determines if this driver supports transactions. * * @return bool * TRUE if this connection supports transactions, FALSE otherwise. * * @deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. All database * drivers must support transactions. * * @see https://www.drupal.org/node/2278745 */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1870
- ⧉public supportsTransactionalDDL(): bool Determines if this driver supports transactional DDL.
/** * Determines if this driver supports transactional DDL. * * DDL queries are those that change the schema, such as ALTER queries. * * @return bool * TRUE if this connection supports transactions for DDL queries, FALSE * otherwise. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1884
- ⧉public commit() Throws an exception to deny direct access to transaction commits.
/** * Throws an exception to deny direct access to transaction commits. * * We do not want to allow users to commit transactions at any time, only * by destroying the transaction object or allowing it to go out of scope. * A direct commit bypasses all of the safety checks we've built on top of * the database client's transaction routines. * * @throws \Drupal\Core\Database\TransactionExplicitCommitNotAllowedException * * @see \Drupal\Core\Database\Transaction */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1936
- ⧉public prepare($statement, array $driver_options = array()): \PDOStatement|false Prepares a statement for execution and returns a statement object.
/** * Prepares a statement for execution and returns a statement object. * * Emulated prepared statements do not communicate with the database server so * this method does not check the statement. * * @param string $statement * This must be a valid SQL statement for the target database server. * @param array $driver_options * (optional) This array holds one or more key=>value pairs to set * attribute values for the PDOStatement object that this method returns. * You would most commonly use this to set the \PDO::ATTR_CURSOR value to * \PDO::CURSOR_SCROLL to request a scrollable cursor. Some drivers have * driver specific options that may be set at prepare-time. Defaults to an * empty array. * * @return \PDOStatement|false * If the database server successfully prepares the statement, returns a * \PDOStatement object. * If the database server cannot successfully prepare the statement returns * FALSE or emits \PDOException (depending on error handling). * * @throws \PDOException * * @see https://www.php.net/manual/en/pdo.prepare.php * * @deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Database * drivers should instantiate \PDOStatement objects by calling * \PDO::prepare in their Connection::prepareStatement method instead. * \PDO::prepare should not be called outside of driver code. * * @see https://www.drupal.org/node/3137786 */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1992
- ⧉public quote($string, $parameter_type = 2): string|bool Quotes a string for use in a query.
/** * Quotes a string for use in a query. * * @param string $string * The string to be quoted. * @param int $parameter_type * (optional) Provides a data type hint for drivers that have alternate * quoting styles. Defaults to \PDO::PARAM_STR. * * @return string|bool * A quoted string that is theoretically safe to pass into an SQL statement. * Returns FALSE if the driver does not support quoting in this way. * * @see \PDO::quote() */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:2014
- ⧉public __sleep() Prevents the database connection from being serialized.
/** * Prevents the database connection from being serialized. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:2041
- ⧉public getProvider(): string Get the module name of the module that is providing the database driver.
/** * Get the module name of the module that is providing the database driver. * * @return string * The module name of the module that is providing the database driver, or * "core" when the driver is not provided as part of a module. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:2171
- ⧉public getPagerManager(): Drupal\Core\Pager\PagerManagerInterface Get the pager manager service, if available.
/** * Get the pager manager service, if available. * * @return \Drupal\Core\Pager\PagerManagerInterface * The pager manager service, if available. * * @throws \Drupal\Core\DependencyInjection\ContainerNotInitializedException * If the container has not been initialized yet. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:2191
- ⧉public hasJson(): bool Runs a simple query to validate json datatype support.
/** * Runs a simple query to validate json datatype support. * * @return bool * Returns the query result. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:2201
- ⧉protected handleQueryException(PDOException $e, $query, array $args = array(), $options = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:123
- ⧉protected getMariaDbVersionMatch(): ?string Gets the MariaDB portion of the server version.
/** * Gets the MariaDB portion of the server version. * * @return string * The MariaDB portion of the server version if present, or NULL if not. */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:290
- ⧉protected getServerVersion(): string Gets the server version.
/** * Gets the server version. * * @return string * The PDO server version. */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:306
- ⧉protected popCommittableTransactions() Overridden to work around issues to MySQL not supporting transactional DDL.
/** * Overridden to work around issues to MySQL not supporting transactional DDL. */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:391
- ⧉protected doCommit() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:466
- ⧉protected defaultOptions(): array Returns the default query options for any given query.
/** * Returns the default query options for any given query. * * A given query can be customized with a number of option flags in an * associative array: * - fetch: This element controls how rows from a result set will be * returned. Legal values include \PDO::FETCH_ASSOC, \PDO::FETCH_BOTH, * \PDO::FETCH_OBJ, \PDO::FETCH_NUM, or a string representing the name of a * class. If a string is specified, each record will be fetched into a new * object of that class. The behavior of all other values is defined by PDO. * See http://php.net/manual/pdostatement.fetch.php * - return: (deprecated) Depending on the type of query, different return * values may be meaningful. This directive instructs the system which type * of return value is desired. The system will generally set the correct * value automatically, so it is extremely rare that a module developer will * ever need to specify this value. Setting it incorrectly will likely lead * to unpredictable results or fatal errors. Legal values include: * - Database::RETURN_STATEMENT: Return the prepared statement object for * the query. This is usually only meaningful for SELECT queries, where * the statement object is how one accesses the result set returned by the * query. * - Database::RETURN_AFFECTED: Return the number of rows found (matched) by * the WHERE clause of an UPDATE or DELETE query (not the number of rows * actually changed). Note that although named RETURN_AFFECTED for * historical reasons, the number of rows matched is returned for * consistency across database engines. * - Database::RETURN_INSERT_ID: Return the sequence ID (primary key) * created by an INSERT statement on a table that contains a serial * column. * - Database::RETURN_NULL: Do not return anything, as there is no * meaningful value to return. That is the case for INSERT queries on * tables that do not contain a serial column. * - throw_exception: (deprecated) By default, the database system will catch * any errors on a query as an Exception, log it, and then rethrow it so * that code further up the call chain can take an appropriate action. To * suppress that behavior and simply return NULL on failure, set this * option to FALSE. * - allow_delimiter_in_query: By default, queries which have the ; delimiter * any place in them will cause an exception. This reduces the chance of SQL * injection attacks that terminate the original query and add one or more * additional queries (such as inserting new user accounts). In rare cases, * such as creating an SQL function, a ; is needed and can be allowed by * changing this option to TRUE. * - allow_square_brackets: By default, queries which contain square brackets * will have them replaced with the identifier quote character for the * database type. In rare cases, such as creating an SQL function, [] * characters might be needed and can be allowed by changing this option to * TRUE. * - pdo: By default, queries will execute with the client connection options * set on the connection. In particular cases, it could be necessary to * override the driver options on the statement level. In such case, pass * the required setting as an array here, and they will be passed to the * prepared statement. * * @return array * An array of default query options. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:416
- ⧉protected setPrefix($prefix) Set the list of prefixes used by this database connection.
/** * Set the list of prefixes used by this database connection. * * @param array|string $prefix * Either a single prefix, or an array of prefixes. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:469
- ⧉protected preprocessStatement(string $query, array $options): string Returns a string SQL statement ready for preparation.
/** * Returns a string SQL statement ready for preparation. * * This method replaces table names in curly braces and identifiers in square * brackets with platform specific replacements, appropriately escaping them * and wrapping them with platform quote characters. * * @param string $query * The query string as SQL, with curly braces surrounding the table names, * and square brackets surrounding identifiers. * @param array $options * An associative array of options to control how the query is run. See * the documentation for self::defaultOptions() for details. * * @return string * A string SQL statement ready for preparation. * * @throws \InvalidArgumentException * If multiple statements are included in the string, and delimiters are * not allowed in the query. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:667
- ⧉protected filterComment($comment = ''): string Sanitize a query comment string.
/** * Sanitize a query comment string. * * Ensure a query comment does not include strings such as "* /" that might * terminate the comment early. This avoids SQL injection attacks via the * query comment. The comment strings in this example are separated by a * space to avoid PHP parse errors. * * For example, the comment: * @code * \Drupal::database()->update('example') * ->condition('id', $id) * ->fields(array('field2' => 10)) * ->comment('Exploit * / DROP TABLE node; --') * ->execute() * @endcode * * Would result in the following SQL statement being generated: * @code * "/ * Exploit * / DROP TABLE node. -- * / UPDATE example SET field2=..." * @endcode * * Unless the comment is sanitized first, the SQL server would drop the * node table and ignore the rest of the SQL statement. * * @param string $comment * A query comment string. * * @return string * A sanitized version of the query comment string. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:870
- ⧉protected expandArguments(&$query, &$args): bool Expands out shorthand placeholders.
/** * Expands out shorthand placeholders. * * Drupal supports an alternate syntax for doing arrays of values. We * therefore need to expand them out into a full, executable query string. * * @param string $query * The query string to modify. * @param array $args * The arguments for the query. * * @return bool * TRUE if the query was modified, FALSE otherwise. * * @throws \InvalidArgumentException * This exception is thrown when: * - A placeholder that ends in [] is supplied, and the supplied value is * not an array. * - A placeholder that does not end in [] is supplied, and the supplied * value is an array. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1076
- ⧉protected generateTemporaryTableName(): string Generates a temporary table name.
/** * Generates a temporary table name. * * @return string * A table name. * * @deprecated in drupal:9.3.0 and is removed from drupal:10.0.0. There is no * replacement. * * @see https://www.drupal.org/node/3211781 */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:1790
- ⇄⧉public static open(array &$connection_options = array()) {@inheritdoc}\Drupal\mysql\Driver\Database\mysql\Connection::open(array &$connection_options = array())
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:142
- ⇄⧉public static createConnectionOptionsFromUrl($url, $root): array Creates an array of database connection options from a URL.\Drupal\Core\Database\Connection::createConnectionOptionsFromUrl($url, $root)
/** * Creates an array of database connection options from a URL. * * @param string $url * The URL. * @param string $root * The root directory of the Drupal installation. Some database drivers, * like for example SQLite, need this information. * * @return array * The connection options. * * @throws \InvalidArgumentException * Exception thrown when the provided URL does not meet the minimum * requirements. * * @internal * This method should only be called from * \Drupal\Core\Database\Database::convertDbUrlToConnectionInfo(). * * @see \Drupal\Core\Database\Database::convertDbUrlToConnectionInfo() */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:2067
- ⇄⧉public static createUrlFromConnectionOptions(array $connection_options): string Creates a URL from an array of database connection options.\Drupal\Core\Database\Connection::createUrlFromConnectionOptions(array $connection_options)
/** * Creates a URL from an array of database connection options. * * @param array $connection_options * The array of connection options for a database connection. An additional * key of 'module' is added by Database::getConnectionInfoAsUrl() for * drivers provided my contributed or custom modules for convenience. * * @return string * The connection info as a URL. * * @throws \InvalidArgumentException * Exception thrown when the provided array of connection options does not * meet the minimum requirements. * * @internal * This method should only be called from * \Drupal\Core\Database\Database::getConnectionInfoAsUrl(). * * @see \Drupal\Core\Database\Database::getConnectionInfoAsUrl() */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:2128
- ⧉protected static getSQLState(Exception $e): string Extracts the SQLSTATE error from a PDOException.
/** * Extracts the SQLSTATE error from a PDOException. * * @param \Exception $e * The exception * * @return string * The five character error code. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:2027
- ⇄const DATABASE_NOT_FOUND :: integer 1049\Drupal\mysql\Driver\Database\mysql\Connection::DATABASE_NOT_FOUND
- ⇄const ACCESS_DENIED :: integer 1045\Drupal\mysql\Driver\Database\mysql\Connection::ACCESS_DENIED
- ⇄const UNSUPPORTED_CHARSET :: integer 2019\Drupal\mysql\Driver\Database\mysql\Connection::UNSUPPORTED_CHARSET
- ⇄const UNKNOWN_CHARSET :: integer 1115\Drupal\mysql\Driver\Database\mysql\Connection::UNKNOWN_CHARSET
- ⇄const SQLSTATE_SYNTAX_ERROR :: integer 42000\Drupal\mysql\Driver\Database\mysql\Connection::SQLSTATE_SYNTAX_ERROR
- ⇄const MIN_MAX_ALLOWED_PACKET :: integer 1024\Drupal\mysql\Driver\Database\mysql\Connection::MIN_MAX_ALLOWED_PACKET
- ⇄const DATABASE_NOT_FOUND :: integer 1049
- ⧉protected checksumProvider -> Drupal\Core\Cache\DatabaseCacheTagsChecksum (4)
- Properties (4)
- Available methods (13)
- Static class properties
- ⧉protected connection -> Drupal\mysql\Driver\Database\mysql\Connection (24) Depth Limit
- protected invalidatedTags -> array (0)
- protected delayedTags -> array (0)
- ⧉protected tagCache -> array (7) Depth Limit
- ⧉public __construct(Drupal\Core\Database\Connection $connection) Constructs a DatabaseCacheTagsChecksum object.
/** * Constructs a DatabaseCacheTagsChecksum object. * * @param \Drupal\Core\Database\Connection $connection * The database connection. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:28
- ⧉public rootTransactionEndCallback($success) Callback to be invoked just after a database transaction gets committed.
/** * Callback to be invoked just after a database transaction gets committed. * * Executes all delayed tag invalidations. * * @param bool $success * Whether or not the transaction was successful. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php:43
- ⧉public invalidateTags(array $tags) Implements \Drupal\Core\Cache\CacheTagsInvalidatorInterface::invalidateTags()
/** * Implements \Drupal\Core\Cache\CacheTagsInvalidatorInterface::invalidateTags() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php:53
- ⧉public getCurrentChecksum(array $tags) Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::getCurrentChecksum()
/** * Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::getCurrentChecksum() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php:83
- ⧉public schemaDefinition() Defines the schema for the {cachetags} table.
/** * Defines the schema for the {cachetags} table. * * @internal */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:97
- ⧉public isValid($checksum, array $tags) Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::isValid()
/** * Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::isValid() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php:105
- ⧉public getDatabaseConnection() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:147
- ⧉public reset() Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::reset()
/** * Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::reset() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php:149
- ⧉protected doInvalidateTags(array $tags) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:35
- ⧉protected getTagInvalidationCounts(array $tags) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:58
- ⧉protected ensureTableExists() Check if the cache tags table exists and create it if not.
/** * Check if the cache tags table exists and create it if not. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:75
- ⧉protected calculateChecksum(array $tags): int Calculates the current checksum for a given set of tags.
/** * Calculates the current checksum for a given set of tags. * * @param string[] $tags * The array of tags to calculate the checksum for. * * @return int * The calculated checksum. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php:128
- ⧉protected catchException(Exception $e) Act on an exception when cache might be stale.
/** * Act on an exception when cache might be stale. * * If the {cachetags} table does not yet exist, that's fine but if the table * exists and yet the query failed, then the cache is stale and the * exception needs to propagate. * * @param \Exception $e * The exception. * * @throws \Exception * * @deprecated in drupal:9.3.0 and is removed from drupal:10.0.0. There is no * replacement. * * @see https://www.drupal.org/node/3243014 */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:137
- ⇄const INVALID_CHECKSUM_WHILE_IN_TRANSACTION :: integer -1\Drupal\Core\Cache\DatabaseCacheTagsChecksum::INVALID_CHECKSUM_WHILE_IN_TRANSACTION
- ⇄const INVALID_CHECKSUM_WHILE_IN_TRANSACTION :: integer -1
- ⧉public __construct(Drupal\Core\Database\Connection $connection, Drupal\Core\Cache\CacheTagsChecksumInterface $checksum_provider, $bin, $max_rows = null) Constructs a DatabaseBackend object.
/** * Constructs a DatabaseBackend object. * * @param \Drupal\Core\Database\Connection $connection * The database connection. * @param \Drupal\Core\Cache\CacheTagsChecksumInterface $checksum_provider * The cache tags checksum provider. * @param string $bin * The cache bin for which the object is created. * @param int $max_rows * (optional) The maximum number of rows that are allowed in this cache bin * table. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:77
- ⧉public get($cid, $allow_invalid = false) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:90
- ⧉public getMultiple(&$cids, $allow_invalid = false) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:99
- ⧉public set($cid, $data, $expire = -1, array $tags = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:176
- ⧉public setMultiple(array $items) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:189
- ⧉public delete($cid) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:279
- ⧉public deleteMultiple(array $cids) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:286
- ⧉public deleteAll() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:309
- ⧉public invalidate($cid) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:326
- ⧉public invalidateMultiple(array $cids) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:333
- ⧉public invalidateAll() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:352
- ⧉public garbageCollection() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:366
- ⧉public removeBin() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:399
- ⧉public schemaDefinition() Defines the schema for the {cache_*} bin tables.
/** * Defines the schema for the {cache_*} bin tables. * * @internal */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:478
- ⧉public getMaxRows(): int The maximum number of rows that this cache bin table is allowed to store.
/** * The maximum number of rows that this cache bin table is allowed to store. * * @return int */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:544
- ⧉protected prepareItem($cache, $allow_invalid): mixed|false Prepares a cached item.
/** * Prepares a cached item. * * Checks that items are either permanent or did not expire, and unserializes * data as appropriate. * * @param object $cache * An item loaded from self::get() or self::getMultiple(). * @param bool $allow_invalid * If FALSE, the method returns FALSE if the cache item is not valid. * * @return mixed|false * The item with data unserialized as appropriate and a property indicating * whether the item is valid, or FALSE if there is no valid item to load. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:146
- ⧉protected doSetMultiple(array $items) Stores multiple items in the persistent cache.
/** * Stores multiple items in the persistent cache. * * @param array $items * An array of cache items, keyed by cid. * * @see \Drupal\Core\Cache\CacheBackendInterface::setMultiple() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:217
- ⧉protected ensureBinExists() Check if the cache bin exists and create it if not.
/** * Check if the cache bin exists and create it if not. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:411
- ⧉protected catchException(Exception $e, $table_name = null) Act on an exception when cache might be stale.
/** * Act on an exception when cache might be stale. * * If the table does not yet exist, that's fine, but if the table exists and * yet the query failed, then the cache is stale and the exception needs to * propagate. * * @param $e * The exception. * @param string|null $table_name * The table name. Defaults to $this->bin. * * @throws \Exception */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:443
- ⧉protected normalizeCid($cid): string Normalizes a cache ID in order to comply with database limitations.
/** * Normalizes a cache ID in order to comply with database limitations. * * @param string $cid * The passed in cache ID. * * @return string * An ASCII-encoded cache ID that is at most 255 characters long. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:458
- ⇄const DEFAULT_MAX_ROWS :: integer 5000\Drupal\Core\Cache\DatabaseBackend::DEFAULT_MAX_ROWS
- ⇄const MAXIMUM_NONE :: integer -1\Drupal\Core\Cache\DatabaseBackend::MAXIMUM_NONE
- ⇄const CACHE_PERMANENT :: integer -1\Drupal\Core\Cache\DatabaseBackend::CACHE_PERMANENT
- ⇄const DEFAULT_MAX_ROWS :: integer 5000
- ⧉protected moduleList -> Drupal\Core\Extension\ModuleExtensionList (15)
- Properties (15)
- Available methods (33)
- protected type -> string (6) "module"
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉protected cache -> Drupal\Core\Cache\DatabaseBackend (4)
- Properties (4)
- Available methods (20)
- Static class properties (3)
- protected maxRows -> integer 5000
- protected bin -> string (13) "cache_default"
- ⧉protected connection -> Drupal\mysql\Driver\Database\mysql\Connection (24) Depth Limit
- ⧉protected checksumProvider -> Drupal\Core\Cache\DatabaseCacheTagsChecksum (4) Depth Limit
- ⧉public __construct(Drupal\Core\Database\Connection $connection, Drupal\Core\Cache\CacheTagsChecksumInterface $checksum_provider, $bin, $max_rows = null) Constructs a DatabaseBackend object.
/** * Constructs a DatabaseBackend object. * * @param \Drupal\Core\Database\Connection $connection * The database connection. * @param \Drupal\Core\Cache\CacheTagsChecksumInterface $checksum_provider * The cache tags checksum provider. * @param string $bin * The cache bin for which the object is created. * @param int $max_rows * (optional) The maximum number of rows that are allowed in this cache bin * table. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:77
- ⧉public get($cid, $allow_invalid = false) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:90
- ⧉public getMultiple(&$cids, $allow_invalid = false) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:99
- ⧉public set($cid, $data, $expire = -1, array $tags = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:176
- ⧉public setMultiple(array $items) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:189
- ⧉public delete($cid) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:279
- ⧉public deleteMultiple(array $cids) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:286
- ⧉public deleteAll() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:309
- ⧉public invalidate($cid) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:326
- ⧉public invalidateMultiple(array $cids) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:333
- ⧉public invalidateAll() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:352
- ⧉public garbageCollection() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:366
- ⧉public removeBin() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:399
- ⧉public schemaDefinition() Defines the schema for the {cache_*} bin tables.
/** * Defines the schema for the {cache_*} bin tables. * * @internal */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:478
- ⧉public getMaxRows(): int The maximum number of rows that this cache bin table is allowed to store.
/** * The maximum number of rows that this cache bin table is allowed to store. * * @return int */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:544
- ⧉protected prepareItem($cache, $allow_invalid): mixed|false Prepares a cached item.
/** * Prepares a cached item. * * Checks that items are either permanent or did not expire, and unserializes * data as appropriate. * * @param object $cache * An item loaded from self::get() or self::getMultiple(). * @param bool $allow_invalid * If FALSE, the method returns FALSE if the cache item is not valid. * * @return mixed|false * The item with data unserialized as appropriate and a property indicating * whether the item is valid, or FALSE if there is no valid item to load. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:146
- ⧉protected doSetMultiple(array $items) Stores multiple items in the persistent cache.
/** * Stores multiple items in the persistent cache. * * @param array $items * An array of cache items, keyed by cid. * * @see \Drupal\Core\Cache\CacheBackendInterface::setMultiple() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:217
- ⧉protected ensureBinExists() Check if the cache bin exists and create it if not.
/** * Check if the cache bin exists and create it if not. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:411
- ⧉protected catchException(Exception $e, $table_name = null) Act on an exception when cache might be stale.
/** * Act on an exception when cache might be stale. * * If the table does not yet exist, that's fine, but if the table exists and * yet the query failed, then the cache is stale and the exception needs to * propagate. * * @param $e * The exception. * @param string|null $table_name * The table name. Defaults to $this->bin. * * @throws \Exception */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:443
- ⧉protected normalizeCid($cid): string Normalizes a cache ID in order to comply with database limitations.
/** * Normalizes a cache ID in order to comply with database limitations. * * @param string $cid * The passed in cache ID. * * @return string * An ASCII-encoded cache ID that is at most 255 characters long. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:458
- ⇄const DEFAULT_MAX_ROWS :: integer 5000\Drupal\Core\Cache\DatabaseBackend::DEFAULT_MAX_ROWS
- ⇄const MAXIMUM_NONE :: integer -1\Drupal\Core\Cache\DatabaseBackend::MAXIMUM_NONE
- ⇄const CACHE_PERMANENT :: integer -1\Drupal\Core\Cache\DatabaseBackend::CACHE_PERMANENT
- ⇄const DEFAULT_MAX_ROWS :: integer 5000
- ⧉protected defaults -> array (5)
- dependencies => array (0)
- description => string (0) ""
- package => string (5) "Other"
- version => null
- php => string (5) "7.3.0"
- ⧉protected infoParser -> Drupal\Core\Extension\InfoParser (1)
- Properties
- Available methods (5)
- Static class properties (2)
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉public parse($filename) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/InfoParser.php:20
- ⧉public __construct(?string $app_root = null) InfoParserDynamic constructor.
/** * InfoParserDynamic constructor. * * @param string|null $app_root * The root directory of the Drupal installation. */ Inherited from Drupal\Core\Extension\InfoParserDynamic Defined in <ROOT>/core/lib/Drupal/Core/Extension/InfoParserDynamic.php:32
- ⧉protected getRequiredKeys(): array Returns an array of keys required to exist in .info.yml file.
/** * Returns an array of keys required to exist in .info.yml file. * * @return array * An array of required keys. */ Inherited from Drupal\Core\Extension\InfoParserDynamic Defined in <ROOT>/core/lib/Drupal/Core/Extension/InfoParserDynamic.php:139
- ⧉protected static isConstraintSatisfiedByPreviousVersion($constraint, $version): bool Determines if a constraint is satisfied by earlier versions of Drupal 8.
/** * Determines if a constraint is satisfied by earlier versions of Drupal 8. * * @param string $constraint * A core semantic version constraint. * @param string $version * A core version. * * @return bool * TRUE if the constraint is satisfied by a core version prior to the * provided version. */ Inherited from Drupal\Core\Extension\InfoParserDynamic Defined in <ROOT>/core/lib/Drupal/Core/Extension/InfoParserDynamic.php:155
- ⧉protected static getAllPreviousCoreVersions($version): array Gets all the versions of Drupal 8 before a specific version.
/** * Gets all the versions of Drupal 8 before a specific version. * * @param string $version * The version to get versions before. * * @return array * All of the applicable Drupal 8 releases. */ Inherited from Drupal\Core\Extension\InfoParserDynamic Defined in <ROOT>/core/lib/Drupal/Core/Extension/InfoParserDynamic.php:182
- protected static $parsedInfos :: array (0)
- ⇄const FIRST_CORE_VERSION_REQUIREMENT_SUPPORTED_VERSION :: string (5) "8.7.7"\Drupal\Core\Extension\InfoParser::FIRST_CORE_VERSION_REQUIREMENT_SUPPORTED_VERSION
- ⧉protected moduleHandler -> Drupal\Core\Extension\ModuleHandler (11)
- Properties (11)
- Available methods (35)
- ⧉protected loadedFiles -> array (157) Depth Limit
- ⧉protected moduleList -> array (157) Depth Limit
- protected loaded -> boolean true
- ⧉protected implementations -> array (682) Depth Limit
- ⧉protected verified -> array (10) Depth Limit
- protected hookInfo -> null
- ⧉protected cacheBackend -> Drupal\Core\Cache\DatabaseBackend (4) Depth Limit
- protected cacheNeedsWriting -> boolean false
- ⧉protected alterFunctions -> array (3) Depth Limit
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- protected includeFileKeys -> array (0)
- ⧉public __construct($root, array $module_list, Drupal\Core\Cache\CacheBackendInterface $cache_backend) Constructs a ModuleHandler object.
/** * Constructs a ModuleHandler object. * * @param string $root * The app root. * @param array $module_list * An associative array whose keys are the names of installed modules and * whose values are Extension class parameters. This is normally the * %container.modules% parameter being set up by DrupalKernel. * @param \Drupal\Core\Cache\CacheBackendInterface $cache_backend * Cache backend for storing module hook implementation information. * * @see \Drupal\Core\DrupalKernel * @see \Drupal\Core\CoreServiceProvider */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:110
- ⧉public load($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:122
- ⧉public loadAll() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:138
- ⧉public reload() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:150
- ⧉public isLoaded() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:158
- ⧉public getModuleList() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:165
- ⧉public getModule($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:172
- ⧉public setModuleList(array $module_list = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:182
- ⧉public addModule($name, $path) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:192
- ⧉public addProfile($name, $path) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:199
- ⧉public buildModuleDependencies(array $modules) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:223
- ⧉public moduleExists($module) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:246
- ⧉public loadAllIncludes($type, $name = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:253
- ⧉public loadInclude($module, $type, $name = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:262
- ⧉public getHookInfo() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:290
- ⧉public getImplementations($hook) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:327
- ⧉public writeCache() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:336
- ⧉public resetImplementations() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:346
- ⧉public hasImplementations(string $hook, $modules = null): bool {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:368
- ⧉public implementsHook($module, $hook) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:394
- ⧉public invokeAllWith(string $hook, callable $callback): void {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:402
- ⧉public invoke($module, $hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:412
- ⧉public invokeAll($hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:423
- ⧉public invokeDeprecated($description, $module, $hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:440
- ⧉public invokeAllDeprecated($description, $hook, array $args = array()) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:449
- ⧉public alter($type, &$data, &$context1 = null, &$context2 = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:477
- ⧉public alterDeprecated($description, $type, &$data, &$context1 = null, &$context2 = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:569
- ⧉public getModuleDirectories() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:725
- ⧉public getName($module) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:736
- ⧉protected add($type, $name, $path) Adds a module or profile to the list of currently active modules.
/** * Adds a module or profile to the list of currently active modules. * * @param string $type * The extension type; either 'module' or 'profile'. * @param string $name * The module name; e.g., 'node'. * @param string $path * The module path; e.g., 'core/modules/node'. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:213
- ⧉protected buildHookInfo() Builds hook_hook_info() information.
/** * Builds hook_hook_info() information. * * @see \Drupal\Core\Extension\ModuleHandler::getHookInfo() */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:308
- ⧉protected getImplementationInfo($hook): mixed[] Provides information about modules' implementations of a hook.
/** * Provides information about modules' implementations of a hook. * * @param string $hook * The name of the hook (e.g. "help" or "menu"). * * @return mixed[] * An array whose keys are the names of the modules which are implementing * this hook and whose values are either a string identifying a file in * which the implementation is to be found, or FALSE, if the implementation * is in the module file. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:600
- ⧉protected buildImplementationInfo($hook): mixed[] Builds hook implementation information for a given hook name.
/** * Builds hook implementation information for a given hook name. * * @param string $hook * The name of the hook (e.g. "help" or "menu"). * * @return mixed[] * An array whose keys are the names of the modules which are implementing * this hook and whose values are either a string identifying a file in * which the implementation is to be found, or FALSE, if the implementation * is in the module file. * * @throws \RuntimeException * Exception thrown when an invalid implementation is added by * hook_module_implements_alter(). * * @see \Drupal\Core\Extension\ModuleHandler::getImplementationInfo() */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:646
- ⧉protected verifyImplementations(&$implementations, $hook): bool Verifies an array of implementations loaded from cache.
/** * Verifies an array of implementations loaded from cache. * * Verification is done by including the lazy-loaded $module.$group.inc file, * and checking function_exists(). * * @param string[] $implementations * Implementation "group" by module name. * @param string $hook * The hook name. * * @return bool * TRUE, if all implementations exist. * FALSE, if one or more implementations don't exist and need to be removed * from the cache. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:697
- ⧉private triggerDeprecationError($description, $hook) Triggers an E_USER_DEPRECATED error if any module implements the hook.
/** * Triggers an E_USER_DEPRECATED error if any module implements the hook. * * @param string $description * Helpful text describing what to do instead of implementing this hook. * @param string $hook * The name of the hook. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:463
- protected extensions -> null
- protected extensionInfo -> null
- protected pathNames -> null
- ⧉protected addedPathNames -> array (157)
- ⧉action => string (35) "core/modules/action/action.info.yml"
- File (177B)
-rw-r--r-- 1001 100 177B Sep 19 2023 core/modules/action/action.info.yml
- ⧉actions_permissions => string (94) "modules/contrib/views_bulk_operations/modules/actions_permissions/actions_pe...
- File (412B)
- Contents
-rw-r--r-- 1001 100 412B Jun 06 11:13 modules/contrib/views_bulk_operations/modules/actions_permissions/actions_permissions.info.yml
modules/contrib/views_bulk_operations/modules/actions_permissions/actions_permissions.info.yml
- ⧉admin_toolbar => string (52) "modules/contrib/admin_toolbar/admin_toolbar.info.yml"
- File (379B)
-rw-r--r-- 1001 100 379B Aug 03 00:51 modules/contrib/admin_toolbar/admin_toolbar.info.yml
- ⧉anchor_link => string (48) "modules/contrib/anchor_link/anchor_link.info.yml"
- File (404B)
-rw-r--r-- 1001 100 404B Jun 19 21:24 modules/contrib/anchor_link/anchor_link.info.yml
- ⧉automated_cron => string (51) "core/modules/automated_cron/automated_cron.info.yml"
- File (209B)
-rw-r--r-- 1001 100 209B Sep 19 2023 core/modules/automated_cron/automated_cron.info.yml
- ⧉bean_migrate => string (50) "modules/contrib/bean_migrate/bean_migrate.info.yml"
- File (388B)
-rw-r--r-- 1001 100 388B Jun 27 2022 modules/contrib/bean_migrate/bean_migrate.info.yml
- ⧉better_exposed_filters => string (70) "modules/contrib/better_exposed_filters/better_exposed_filters.info.yml"
- File (372B)
-rw-r--r-- 1001 100 372B May 22 19:05 modules/contrib/better_exposed_filters/better_exposed_filters.info.yml
- ⧉big_pipe => string (39) "core/modules/big_pipe/big_pipe.info.yml"
- File (160B)
-rw-r--r-- 1001 100 160B Sep 19 2023 core/modules/big_pipe/big_pipe.info.yml
- ⧉block => string (33) "core/modules/block/block.info.yml"
- File (243B)
-rw-r--r-- 1001 100 243B Sep 19 2023 core/modules/block/block.info.yml
- ⧉block_content => string (49) "core/modules/block_content/block_content.info.yml"
- File (240B)
-rw-r--r-- 1001 100 240B Sep 19 2023 core/modules/block_content/block_content.info.yml
- ⧉block_content_permissions => string (76) "modules/contrib/block_content_permissions/block_content_permissions.info.yml"
- File (389B)
-rw-r--r-- 1001 100 389B Jan 20 2023 modules/contrib/block_content_permissions/block_content_permissions.info.yml
- ⧉breakpoint => string (43) "core/modules/breakpoint/breakpoint.info.yml"
- File (142B)
-rw-r--r-- 1001 100 142B Sep 19 2023 core/modules/breakpoint/breakpoint.info.yml
- ⧉ck5_extra_plugins => string (59) "modules/custom/ck5_extra_plugins/ck5_extra_plugins.info.yml"
- File (285B)
-rw-r--r-- 1001 100 285B Oct 08 10:15 modules/custom/ck5_extra_plugins/ck5_extra_plugins.info.yml
- ⧉ckeditor5 => string (41) "core/modules/ckeditor5/ckeditor5.info.yml"
- File (163B)
-rw-r--r-- 1001 100 163B Sep 19 2023 core/modules/ckeditor5/ckeditor5.info.yml
- ⧉ckeditor5_font => string (54) "modules/contrib/ckeditor5_font/ckeditor5_font.info.yml"
- File (421B)
-rw-r--r-- 1001 100 421B Oct 10 2022 modules/contrib/ckeditor5_font/ckeditor5_font.info.yml
- ⧉ckeditor5_inline_style => string (69) "modules/custom/ckeditor5_inline_style/ckeditor5_inline_style.info.yml"
- File (229B)
-rw-r--r-- 1001 100 229B Oct 08 10:15 modules/custom/ckeditor5_inline_style/ckeditor5_inline_style.info.yml
- ⧉comment => string (37) "core/modules/comment/comment.info.yml"
- File (164B)
-rw-r--r-- 1001 100 164B Sep 19 2023 core/modules/comment/comment.info.yml
- ⧉config => string (35) "core/modules/config/config.info.yml"
- File (178B)
-rw-r--r-- 1001 100 178B Sep 19 2023 core/modules/config/config.info.yml
- ⧉config_filter => string (52) "modules/contrib/config_filter/config_filter.info.yml"
- File (358B)
-rw-r--r-- 1001 100 358B Sep 27 23:27 modules/contrib/config_filter/config_filter.info.yml
- ⧉config_ignore => string (52) "modules/contrib/config_ignore/config_ignore.info.yml"
- File (359B)
-rw-r--r-- 1001 100 359B Feb 10 2023 modules/contrib/config_ignore/config_ignore.info.yml
- ⧉config_inspector => string (58) "modules/contrib/config_inspector/config_inspector.info.yml"
- File (356B)
-rw-r--r-- 1001 100 356B Apr 30 11:44 modules/contrib/config_inspector/config_inspector.info.yml
- ⧉config_split => string (50) "modules/contrib/config_split/config_split.info.yml"
- File (350B)
-rw-r--r-- 1001 100 350B Mar 21 12:54 modules/contrib/config_split/config_split.info.yml
- ⧉config_translation => string (59) "core/modules/config_translation/config_translation.info.yml"
- File (221B)
-rw-r--r-- 1001 100 221B Sep 19 2023 core/modules/config_translation/config_translation.info.yml
- ⧉config_update => string (52) "modules/contrib/config_update/config_update.info.yml"
- File (334B)
-rw-r--r-- 1001 100 334B Apr 08 2020 modules/contrib/config_update/config_update.info.yml
- ⧉config_update_ui => string (72) "modules/contrib/config_update/config_update_ui/config_update_ui.info.yml"
- File (412B)
-rw-r--r-- 1001 100 412B Apr 08 2020 modules/contrib/config_update/config_update_ui/config_update_ui.info.yml
- ⧉contact => string (37) "core/modules/contact/contact.info.yml"
- File (187B)
-rw-r--r-- 1001 100 187B Sep 19 2023 core/modules/contact/contact.info.yml
- ⧉contextual => string (43) "core/modules/contextual/contextual.info.yml"
- File (161B)
-rw-r--r-- 1001 100 161B Sep 19 2023 core/modules/contextual/contextual.info.yml
- ⧉custom_media_library => string (65) "modules/custom/custom_media_library/custom_media_library.info.yml"
- File (173B)
-rw-r--r-- 1001 100 173B Oct 08 10:15 modules/custom/custom_media_library/custom_media_library.info.yml
- ⧉date_all_day => string (50) "modules/contrib/date_all_day/date_all_day.info.yml"
- File (341B)
-rw-r--r-- 1001 100 341B Apr 27 2023 modules/contrib/date_all_day/date_all_day.info.yml
- ⧉datetime => string (39) "core/modules/datetime/datetime.info.yml"
- File (168B)
-rw-r--r-- 1001 100 168B Sep 19 2023 core/modules/datetime/datetime.info.yml
- ⧉datetime_range => string (51) "core/modules/datetime_range/datetime_range.info.yml"
- File (164B)
-rw-r--r-- 1001 100 164B Sep 19 2023 core/modules/datetime_range/datetime_range.info.yml
- ⧉dblog => string (33) "core/modules/dblog/dblog.info.yml"
- File (155B)
-rw-r--r-- 1001 100 155B Sep 19 2023 core/modules/dblog/dblog.info.yml
- ⧉devel => string (36) "modules/contrib/devel/devel.info.yml"
- File (332B)
-rw-r--r-- 1001 100 332B Jun 07 2023 modules/contrib/devel/devel.info.yml
- ⧉devel_entity_updates => string (66) "modules/contrib/devel_entity_updates/devel_entity_updates.info.yml"
- File (373B)
-rw-r--r-- 1001 100 373B Oct 07 09:37 modules/contrib/devel_entity_updates/devel_entity_updates.info.yml
- ⧉devel_kint_extras => string (60) "modules/contrib/devel_kint_extras/devel_kint_extras.info.yml"
- File (368B)
-rw-r--r-- 1001 100 368B Aug 09 13:48 modules/contrib/devel_kint_extras/devel_kint_extras.info.yml
- ⧉draggableviews => string (54) "modules/contrib/draggableviews/draggableviews.info.yml"
- File (424B)
-rw-r--r-- 1001 100 424B Jun 01 12:12 modules/contrib/draggableviews/draggableviews.info.yml
- ⧉dropzonejs => string (46) "modules/contrib/dropzonejs/dropzonejs.info.yml"
- File (302B)
-rw-r--r-- 1001 100 302B Aug 11 15:06 modules/contrib/dropzonejs/dropzonejs.info.yml
- ⧉dropzonejs_eb_widget => string (74) "modules/contrib/dropzonejs/modules/eb_widget/dropzonejs_eb_widget.info.yml"
- File (382B)
-rw-r--r-- 1001 100 382B Aug 11 15:06 modules/contrib/dropzonejs/modules/eb_widget/dropzonejs_eb_widget.info.yml
- ⧉dynamic_page_cache => string (59) "core/modules/dynamic_page_cache/dynamic_page_cache.info.yml"
- File (162B)
-rw-r--r-- 1001 100 162B Sep 19 2023 core/modules/dynamic_page_cache/dynamic_page_cache.info.yml
- ⧉edit_panel => string (45) "modules/custom/edit_panel/edit_panel.info.yml"
- File (213B)
-rw-r--r-- 1001 100 213B Oct 08 10:15 modules/custom/edit_panel/edit_panel.info.yml
- ⧉editor => string (35) "core/modules/editor/editor.info.yml"
- File (260B)
-rw-r--r-- 1001 100 260B Sep 19 2023 core/modules/editor/editor.info.yml
- ⧉editor_advanced_link => string (66) "modules/contrib/editor_advanced_link/editor_advanced_link.info.yml"
- File (399B)
-rw-r--r-- 1001 100 399B Jun 29 2023 modules/contrib/editor_advanced_link/editor_advanced_link.info.yml
- ⧉embed => string (36) "modules/contrib/embed/embed.info.yml"
- File (388B)
-rw-r--r-- 1001 100 388B Aug 10 11:57 modules/contrib/embed/embed.info.yml
- ⧉entity_browser => string (54) "modules/contrib/entity_browser/entity_browser.info.yml"
- File (330B)
-rw-r--r-- 1001 100 330B Dec 11 2023 modules/contrib/entity_browser/entity_browser.info.yml
- ⧉entity_browser_entity_form => string (86) "modules/contrib/entity_browser/modules/entity_form/entity_browser_entity_for...
- File (377B)
- Contents
-rw-r--r-- 1001 100 377B Dec 11 2023 modules/contrib/entity_browser/modules/entity_form/entity_browser_entity_form.info.yml
modules/contrib/entity_browser/modules/entity_form/entity_browser_entity_form.info.yml
- ⧉entity_embed => string (50) "modules/contrib/entity_embed/entity_embed.info.yml"
- File (369B)
-rw-r--r-- 1001 100 369B Apr 08 16:47 modules/contrib/entity_embed/entity_embed.info.yml
- ⧉entity_reference_revisions => string (78) "modules/contrib/entity_reference_revisions/entity_reference_revisions.info.yml"
- File (358B)
-rw-r--r-- 1001 100 358B Aug 04 22:48 modules/contrib/entity_reference_revisions/entity_reference_revisions.info.yml
- ⧉entity_usage => string (50) "modules/contrib/entity_usage/entity_usage.info.yml"
- File (686B)
-rw-r--r-- 1001 100 686B May 17 2023 modules/contrib/entity_usage/entity_usage.info.yml
- ⧉field => string (33) "core/modules/field/field.info.yml"
- File (129B)
-rw-r--r-- 1001 100 129B Sep 19 2023 core/modules/field/field.info.yml
- ⧉field_group => string (48) "modules/contrib/field_group/field_group.info.yml"
- File (339B)
-rw-r--r-- 1001 100 339B Aug 03 10:08 modules/contrib/field_group/field_group.info.yml
- ⧉field_group_migrate => string (84) "modules/contrib/field_group/contrib/field_group_migrate/field_group_migrate....
- File (355B)
- Contents
-rw-r--r-- 1001 100 355B Aug 03 10:08 modules/contrib/field_group/contrib/field_group_migrate/field_group_migrate.info.yml
modules/contrib/field_group/contrib/field_group_migrate/field_group_migrate.info.yml
- ⧉field_ui => string (39) "core/modules/field_ui/field_ui.info.yml"
- File (155B)
-rw-r--r-- 1001 100 155B Sep 19 2023 core/modules/field_ui/field_ui.info.yml
- ⧉file => string (31) "core/modules/file/file.info.yml"
- File (140B)
-rw-r--r-- 1001 100 140B Sep 19 2023 core/modules/file/file.info.yml
- ⧉filter => string (35) "core/modules/filter/filter.info.yml"
- File (179B)
-rw-r--r-- 1001 100 179B Sep 19 2023 core/modules/filter/filter.info.yml
- ⧉filter_html_inline_style => string (104) "modules/custom/ckeditor5_inline_style/modules/filter_html_inline_style/filte...
- File (289B)
- Contents
-rw-r--r-- 1001 100 289B Oct 08 10:15 modules/custom/ckeditor5_inline_style/modules/filter_html_inline_style/filter_html_inline_style.info.yml
modules/custom/ckeditor5_inline_style/modules/filter_html_inline_style/filter_html_inline_style.info.yml
- ⧉fitvids => string (40) "modules/contrib/fitvids/fitvids.info.yml"
- File (299B)
-rw-r--r-- 1001 100 299B Nov 28 2022 modules/contrib/fitvids/fitvids.info.yml
- ⧉gin_toolbar => string (48) "modules/contrib/gin_toolbar/gin_toolbar.info.yml"
- File (281B)
-rw-r--r-- 1001 100 281B Jun 14 14:42 modules/contrib/gin_toolbar/gin_toolbar.info.yml
- ⧉glightbox => string (44) "modules/contrib/glightbox/glightbox.info.yml"
- File (341B)
-rw-r--r-- 1001 100 341B Oct 03 09:17 modules/contrib/glightbox/glightbox.info.yml
- ⧉help => string (31) "core/modules/help/help.info.yml"
- File (106B)
-rw-r--r-- 1001 100 106B Sep 19 2023 core/modules/help/help.info.yml
- ⧉history => string (37) "core/modules/history/history.info.yml"
- File (146B)
-rw-r--r-- 1001 100 146B Sep 19 2023 core/modules/history/history.info.yml
- ⧉image => string (33) "core/modules/image/image.info.yml"
- File (228B)
-rw-r--r-- 1001 100 228B Sep 19 2023 core/modules/image/image.info.yml
- ⧉imce => string (34) "modules/contrib/imce/imce.info.yml"
- File (306B)
-rw-r--r-- 1001 100 306B Aug 04 00:47 modules/contrib/imce/imce.info.yml
- ⧉inline_entity_form => string (62) "modules/contrib/inline_entity_form/inline_entity_form.info.yml"
- File (346B)
-rw-r--r-- 1001 100 346B Nov 02 2023 modules/contrib/inline_entity_form/inline_entity_form.info.yml
- ⧉inline_form_errors => string (59) "core/modules/inline_form_errors/inline_form_errors.info.yml"
- File (173B)
-rw-r--r-- 1001 100 173B Sep 19 2023 core/modules/inline_form_errors/inline_form_errors.info.yml
- ⧉jquery_ui => string (44) "modules/contrib/jquery_ui/jquery_ui.info.yml"
- File (264B)
-rw-r--r-- 1001 100 264B May 29 19:01 modules/contrib/jquery_ui/jquery_ui.info.yml
- ⧉jquery_ui_datepicker => string (66) "modules/contrib/jquery_ui_datepicker/jquery_ui_datepicker.info.yml"
- File (344B)
-rw-r--r-- 1001 100 344B May 30 20:40 modules/contrib/jquery_ui_datepicker/jquery_ui_datepicker.info.yml
- ⧉jquery_ui_slider => string (58) "modules/contrib/jquery_ui_slider/jquery_ui_slider.info.yml"
- File (333B)
-rw-r--r-- 1001 100 333B May 30 03:08 modules/contrib/jquery_ui_slider/jquery_ui_slider.info.yml
- ⧉jquery_ui_touch_punch => string (68) "modules/contrib/jquery_ui_touch_punch/jquery_ui_touch_punch.info.yml"
- File (336B)
-rw-r--r-- 1001 100 336B Jun 06 10:44 modules/contrib/jquery_ui_touch_punch/jquery_ui_touch_punch.info.yml
- ⧉language => string (39) "core/modules/language/language.info.yml"
- File (180B)
-rw-r--r-- 1001 100 180B Sep 19 2023 core/modules/language/language.info.yml
- ⧉link => string (31) "core/modules/link/link.info.yml"
- File (143B)
-rw-r--r-- 1001 100 143B Sep 19 2023 core/modules/link/link.info.yml
- ⧉linkit => string (38) "modules/contrib/linkit/linkit.info.yml"
- File (408B)
-rw-r--r-- 1001 100 408B Oct 09 2023 modules/contrib/linkit/linkit.info.yml
- ⧉locale => string (35) "core/modules/locale/locale.info.yml"
- File (220B)
-rw-r--r-- 1001 100 220B Sep 19 2023 core/modules/locale/locale.info.yml
- ⧉masquerade => string (46) "modules/contrib/masquerade/masquerade.info.yml"
- File (308B)
-rw-r--r-- 1001 100 308B Aug 09 03:09 modules/contrib/masquerade/masquerade.info.yml
- ⧉media => string (33) "core/modules/media/media.info.yml"
- File (225B)
-rw-r--r-- 1001 100 225B Sep 19 2023 core/modules/media/media.info.yml
- ⧉media_library => string (49) "core/modules/media_library/media_library.info.yml"
- File (278B)
-rw-r--r-- 1001 100 278B Sep 19 2023 core/modules/media_library/media_library.info.yml
- ⧉media_library_edit => string (62) "modules/contrib/media_library_edit/media_library_edit.info.yml"
- File (325B)
-rw-r--r-- 1001 100 325B Aug 22 22:17 modules/contrib/media_library_edit/media_library_edit.info.yml
- ⧉media_migration => string (56) "modules/contrib/media_migration/media_migration.info.yml"
- File (611B)
-rw-r--r-- 1001 100 611B Feb 21 2023 modules/contrib/media_migration/media_migration.info.yml
- ⧉media_migration_tools => string (92) "modules/contrib/media_migration/modules/media_migration_tools/media_migratio...
- File (396B)
- Contents
-rw-r--r-- 1001 100 396B Feb 21 2023 modules/contrib/media_migration/modules/media_migration_tools/media_migration_tools.info.yml
modules/contrib/media_migration/modules/media_migration_tools/media_migration_tools.info.yml
- ⧉menu_block => string (46) "modules/contrib/menu_block/menu_block.info.yml"
- File (288B)
-rw-r--r-- 1001 100 288B May 07 00:58 modules/contrib/menu_block/menu_block.info.yml
- ⧉menu_firstchild => string (56) "modules/contrib/menu_firstchild/menu_firstchild.info.yml"
- File (381B)
-rw-r--r-- 1001 100 381B Oct 29 2023 modules/contrib/menu_firstchild/menu_firstchild.info.yml
- ⧉menu_link_content => string (57) "core/modules/menu_link_content/menu_link_content.info.yml"
- File (150B)
-rw-r--r-- 1001 100 150B Sep 19 2023 core/modules/menu_link_content/menu_link_content.info.yml
- ⧉menu_ui => string (37) "core/modules/menu_ui/menu_ui.info.yml"
- File (211B)
-rw-r--r-- 1001 100 211B Sep 19 2023 core/modules/menu_ui/menu_ui.info.yml
- ⧉migmag => string (38) "modules/contrib/migmag/migmag.info.yml"
- File (287B)
-rw-r--r-- 1001 100 287B Oct 03 13:02 modules/contrib/migmag/migmag.info.yml
- ⧉migmag_process => string (61) "modules/contrib/migmag/migmag_process/migmag_process.info.yml"
- File (335B)
-rw-r--r-- 1001 100 335B Oct 03 13:02 modules/contrib/migmag/migmag_process/migmag_process.info.yml
- ⧉migrate => string (37) "core/modules/migrate/migrate.info.yml"
- File (97B)
-rw-r--r-- 1001 100 97B Sep 19 2023 core/modules/migrate/migrate.info.yml
- ⧉migrate_conditions => string (62) "modules/contrib/migrate_conditions/migrate_conditions.info.yml"
- File (344B)
-rw-r--r-- 1001 100 344B Jun 11 23:19 modules/contrib/migrate_conditions/migrate_conditions.info.yml
- ⧉migrate_devel => string (52) "modules/contrib/migrate_devel/migrate_devel.info.yml"
- File (292B)
-rw-r--r-- 1001 100 292B Oct 27 2023 modules/contrib/migrate_devel/migrate_devel.info.yml
- ⧉migrate_drupal => string (51) "core/modules/migrate_drupal/migrate_drupal.info.yml"
- File (166B)
-rw-r--r-- 1001 100 166B Sep 19 2023 core/modules/migrate_drupal/migrate_drupal.info.yml
- ⧉migrate_drupal_ui => string (57) "core/modules/migrate_drupal_ui/migrate_drupal_ui.info.yml"
- File (271B)
-rw-r--r-- 1001 100 271B Sep 19 2023 core/modules/migrate_drupal_ui/migrate_drupal_ui.info.yml
- ⧉migrate_file => string (50) "modules/contrib/migrate_file/migrate_file.info.yml"
- File (407B)
-rw-r--r-- 1001 100 407B Jan 29 2023 modules/contrib/migrate_file/migrate_file.info.yml
- ⧉migrate_plus => string (50) "modules/contrib/migrate_plus/migrate_plus.info.yml"
- File (300B)
-rw-r--r-- 1001 100 300B Apr 22 2022 modules/contrib/migrate_plus/migrate_plus.info.yml
- ⧉migrate_process_array => string (68) "modules/contrib/migrate_process_array/migrate_process_array.info.yml"
- File (294B)
-rw-r--r-- 1001 100 294B Feb 27 21:33 modules/contrib/migrate_process_array/migrate_process_array.info.yml
- ⧉migrate_process_extra => string (68) "modules/contrib/migrate_process_extra/migrate_process_extra.info.yml"
- File (275B)
-rw-r--r-- 1001 100 275B Oct 08 08:51 modules/contrib/migrate_process_extra/migrate_process_extra.info.yml
- ⧉migrate_process_skip => string (66) "modules/contrib/migrate_process_skip/migrate_process_skip.info.yml"
- File (305B)
-rw-r--r-- 1001 100 305B Nov 10 2020 modules/contrib/migrate_process_skip/migrate_process_skip.info.yml
- ⧉migrate_process_trim => string (66) "modules/contrib/migrate_process_trim/migrate_process_trim.info.yml"
- File (323B)
-rw-r--r-- 1001 100 323B Jul 20 2022 modules/contrib/migrate_process_trim/migrate_process_trim.info.yml
- ⧉migrate_sandbox => string (56) "modules/contrib/migrate_sandbox/migrate_sandbox.info.yml"
- File (346B)
-rw-r--r-- 1001 100 346B Jul 05 22:39 modules/contrib/migrate_sandbox/migrate_sandbox.info.yml
- ⧉migrate_tools => string (52) "modules/contrib/migrate_tools/migrate_tools.info.yml"
- File (459B)
-rw-r--r-- 1001 100 459B Dec 30 2022 modules/contrib/migrate_tools/migrate_tools.info.yml
- ⧉migrate_upgrade => string (56) "modules/contrib/migrate_upgrade/migrate_upgrade.info.yml"
- File (384B)
-rw-r--r-- 1001 100 384B Jun 25 23:23 modules/contrib/migrate_upgrade/migrate_upgrade.info.yml
- ⧉mysql => string (33) "core/modules/mysql/mysql.info.yml"
- File (98B)
-rw-r--r-- 1001 100 98B Sep 19 2023 core/modules/mysql/mysql.info.yml
- ⧉node => string (31) "core/modules/node/node.info.yml"
- File (206B)
-rw-r--r-- 1001 100 206B Sep 19 2023 core/modules/node/node.info.yml
- ⧉oidc => string (34) "modules/contrib/oidc/oidc.info.yml"
- File (325B)
-rw-r--r-- 1001 100 325B Jun 14 18:40 modules/contrib/oidc/oidc.info.yml
- ⧉options => string (37) "core/modules/options/options.info.yml"
- File (210B)
-rw-r--r-- 1001 100 210B Sep 19 2023 core/modules/options/options.info.yml
- ⧉owlcarousel => string (48) "modules/contrib/owlcarousel/owlcarousel.info.yml"
- File (343B)
-rw-r--r-- 1001 100 343B May 30 2021 modules/contrib/owlcarousel/owlcarousel.info.yml
- ⧉page_cache => string (43) "core/modules/page_cache/page_cache.info.yml"
- File (179B)
-rw-r--r-- 1001 100 179B Sep 19 2023 core/modules/page_cache/page_cache.info.yml
- ⧉path => string (31) "core/modules/path/path.info.yml"
- File (175B)
-rw-r--r-- 1001 100 175B Sep 19 2023 core/modules/path/path.info.yml
- ⧉path_alias => string (43) "core/modules/path_alias/path_alias.info.yml"
- File (146B)
-rw-r--r-- 1001 100 146B Sep 19 2023 core/modules/path_alias/path_alias.info.yml
- ⧉potx => string (34) "modules/contrib/potx/potx.info.yml"
- File (406B)
-rw-r--r-- 1001 100 406B Jul 09 11:11 modules/contrib/potx/potx.info.yml
- ⧉redirect => string (42) "modules/contrib/redirect/redirect.info.yml"
- File (365B)
-rw-r--r-- 1001 100 365B Aug 10 10:14 modules/contrib/redirect/redirect.info.yml
- ⧉robo => string (33) "modules/custom/robo/robo.info.yml"
- File (122B)
-rw-r--r-- 1001 100 122B Oct 08 10:15 modules/custom/robo/robo.info.yml
- ⧉robo_migrate => string (49) "modules/custom/robo_migrate/robo_migrate.info.yml"
- File (217B)
-rw-r--r-- 1001 100 217B Oct 08 10:15 modules/custom/robo_migrate/robo_migrate.info.yml
- ⧉robo_migrate_bean => string (80) "modules/custom/robo_migrate/modules/robo_migrate_bean/robo_migrate_bean.info...
- File (175B)
- Contents
-rw-r--r-- 1001 100 175B Oct 08 10:15 modules/custom/robo_migrate/modules/robo_migrate_bean/robo_migrate_bean.info.yml
modules/custom/robo_migrate/modules/robo_migrate_bean/robo_migrate_bean.info.yml
- ⧉robo_migrate_others => string (84) "modules/custom/robo_migrate/modules/robo_migrate_others/robo_migrate_others....
- File (225B)
- Contents
-rw-r--r-- 1001 100 225B Oct 08 10:15 modules/custom/robo_migrate/modules/robo_migrate_others/robo_migrate_others.info.yml
modules/custom/robo_migrate/modules/robo_migrate_others/robo_migrate_others.info.yml
- ⧉robo_migrate_system => string (84) "modules/custom/robo_migrate/modules/robo_migrate_system/robo_migrate_system....
- File (179B)
- Contents
-rw-r--r-- 1001 100 179B Oct 08 10:15 modules/custom/robo_migrate/modules/robo_migrate_system/robo_migrate_system.info.yml
modules/custom/robo_migrate/modules/robo_migrate_system/robo_migrate_system.info.yml
- ⧉search => string (35) "core/modules/search/search.info.yml"
- File (193B)
-rw-r--r-- 1001 100 193B Sep 19 2023 core/modules/search/search.info.yml
- ⧉shortcut => string (39) "core/modules/shortcut/shortcut.info.yml"
- File (207B)
-rw-r--r-- 1001 100 207B Sep 19 2023 core/modules/shortcut/shortcut.info.yml
- ⧉smart_sql_idmap => string (56) "modules/contrib/smart_sql_idmap/smart_sql_idmap.info.yml"
- File (333B)
-rw-r--r-- 1001 100 333B Jun 30 13:11 modules/contrib/smart_sql_idmap/smart_sql_idmap.info.yml
- ⧉smart_trim => string (46) "modules/contrib/smart_trim/smart_trim.info.yml"
- File (441B)
-rw-r--r-- 1001 100 441B Aug 17 00:27 modules/contrib/smart_trim/smart_trim.info.yml
- ⧉spamspan => string (42) "modules/contrib/spamspan/spamspan.info.yml"
- File (456B)
-rw-r--r-- 1001 100 456B Aug 23 13:38 modules/contrib/spamspan/spamspan.info.yml
- ⧉string_field_formatter => string (70) "modules/contrib/string_field_formatter/string_field_formatter.info.yml"
- File (317B)
-rw-r--r-- 1001 100 317B Jul 29 16:47 modules/contrib/string_field_formatter/string_field_formatter.info.yml
- ⧉svg_image => string (44) "modules/contrib/svg_image/svg_image.info.yml"
- File (325B)
-rw-r--r-- 1001 100 325B Oct 28 2023 modules/contrib/svg_image/svg_image.info.yml
- ⧉system => string (35) "core/modules/system/system.info.yml"
- File (180B)
-rw-r--r-- 1001 100 180B Sep 19 2023 core/modules/system/system.info.yml
- ⧉taxonomy => string (39) "core/modules/taxonomy/taxonomy.info.yml"
- File (208B)
-rw-r--r-- 1001 100 208B Sep 19 2023 core/modules/taxonomy/taxonomy.info.yml
- ⧉text => string (31) "core/modules/text/text.info.yml"
- File (159B)
-rw-r--r-- 1001 100 159B Sep 19 2023 core/modules/text/text.info.yml
- ⧉timer_block => string (47) "modules/custom/timer_block/timer_block.info.yml"
- File (427B)
-rw-r--r-- 1001 100 427B Oct 08 10:15 modules/custom/timer_block/timer_block.info.yml
- ⧉token => string (36) "modules/contrib/token/token.info.yml"
- File (282B)
-rw-r--r-- 1001 100 282B Jul 29 00:36 modules/contrib/token/token.info.yml
- ⧉token_filter => string (50) "modules/contrib/token_filter/token_filter.info.yml"
- File (307B)
-rw-r--r-- 1001 100 307B Jun 24 01:01 modules/contrib/token_filter/token_filter.info.yml
- ⧉toolbar => string (37) "core/modules/toolbar/toolbar.info.yml"
- File (209B)
-rw-r--r-- 1001 100 209B Sep 19 2023 core/modules/toolbar/toolbar.info.yml
- ⧉tour => string (31) "core/modules/tour/tour.info.yml"
- File (115B)
-rw-r--r-- 1001 100 115B Sep 19 2023 core/modules/tour/tour.info.yml
- ⧉twig_real_content => string (60) "modules/contrib/twig_real_content/twig_real_content.info.yml"
- File (397B)
-rw-r--r-- 1001 100 397B Aug 21 17:21 modules/contrib/twig_real_content/twig_real_content.info.yml
- ⧉update => string (35) "core/modules/update/update.info.yml"
- File (214B)
-rw-r--r-- 1001 100 214B Sep 19 2023 core/modules/update/update.info.yml
- ⧉upgrade_status => string (54) "modules/contrib/upgrade_status/upgrade_status.info.yml"
- File (399B)
-rw-r--r-- 1001 100 399B Aug 07 17:23 modules/contrib/upgrade_status/upgrade_status.info.yml
- ⧉user => string (31) "core/modules/user/user.info.yml"
- File (193B)
-rw-r--r-- 1001 100 193B Sep 19 2023 core/modules/user/user.info.yml
- ⧉video_embed_field => string (60) "modules/contrib/video_embed_field/video_embed_field.info.yml"
- File (457B)
-rw-r--r-- 1001 100 457B Dec 19 2022 modules/contrib/video_embed_field/video_embed_field.info.yml
- ⧉views_bulk_operations => string (68) "modules/contrib/views_bulk_operations/views_bulk_operations.info.yml"
- File (372B)
-rw-r--r-- 1001 100 372B Jun 06 11:13 modules/contrib/views_bulk_operations/views_bulk_operations.info.yml
- ⧉views_migration => string (56) "modules/contrib/views_migration/views_migration.info.yml"
- File (370B)
-rw-r--r-- 1001 100 370B Apr 20 2023 modules/contrib/views_migration/views_migration.info.yml
- ⧉views_ui => string (39) "core/modules/views_ui/views_ui.info.yml"
- File (200B)
-rw-r--r-- 1001 100 200B Sep 19 2023 core/modules/views_ui/views_ui.info.yml
- ⧉webform => string (40) "modules/contrib/webform/webform.info.yml"
- File (391B)
-rw-r--r-- 1001 100 391B Jul 19 23:32 modules/contrib/webform/webform.info.yml
- ⧉webform_access => string (70) "modules/contrib/webform/modules/webform_access/webform_access.info.yml"
- File (345B)
-rw-r--r-- 1001 100 345B Jul 19 23:32 modules/contrib/webform/modules/webform_access/webform_access.info.yml
- ⧉webform_devel => string (68) "modules/contrib/webform/modules/webform_devel/webform_devel.info.yml"
- File (334B)
-rw-r--r-- 1001 100 334B Jul 19 23:32 modules/contrib/webform/modules/webform_devel/webform_devel.info.yml
- ⧉webform_location_places => string (88) "modules/contrib/webform/modules/webform_location_places/webform_location_pla...
- File (415B)
- Contents
-rw-r--r-- 1001 100 415B Jul 19 23:32 modules/contrib/webform/modules/webform_location_places/webform_location_places.info.yml
modules/contrib/webform/modules/webform_location_places/webform_location_places.info.yml
- ⧉webform_migrate => string (56) "modules/contrib/webform_migrate/webform_migrate.info.yml"
- File (356B)
-rw-r--r-- 1001 100 356B Mar 15 2021 modules/contrib/webform_migrate/webform_migrate.info.yml
- ⧉webform_node => string (66) "modules/contrib/webform/modules/webform_node/webform_node.info.yml"
- File (451B)
-rw-r--r-- 1001 100 451B Jul 19 23:32 modules/contrib/webform/modules/webform_node/webform_node.info.yml
- ⧉webform_options_custom => string (86) "modules/contrib/webform/modules/webform_options_custom/webform_options_custo...
- File (389B)
- Contents
-rw-r--r-- 1001 100 389B Jul 19 23:32 modules/contrib/webform/modules/webform_options_custom/webform_options_custom.info.yml
modules/contrib/webform/modules/webform_options_custom/webform_options_custom.info.yml
- ⧉webform_submission_export_import => string (106) "modules/contrib/webform/modules/webform_submission_export_import/webform_sub...
- File (341B)
- Contents
-rw-r--r-- 1001 100 341B Jul 19 23:32 modules/contrib/webform/modules/webform_submission_export_import/webform_submission_export_import.info.yml
modules/contrib/webform/modules/webform_submission_export_import/webform_submission_export_import.info.yml
- ⧉webform_submission_log => string (86) "modules/contrib/webform/modules/webform_submission_log/webform_submission_lo...
- File (331B)
- Contents
-rw-r--r-- 1001 100 331B Jul 19 23:32 modules/contrib/webform/modules/webform_submission_log/webform_submission_log.info.yml
modules/contrib/webform/modules/webform_submission_log/webform_submission_log.info.yml
- ⧉webform_templates => string (76) "modules/contrib/webform/modules/webform_templates/webform_templates.info.yml"
- File (337B)
-rw-r--r-- 1001 100 337B Jul 19 23:32 modules/contrib/webform/modules/webform_templates/webform_templates.info.yml
- ⧉webform_ui => string (62) "modules/contrib/webform/modules/webform_ui/webform_ui.info.yml"
- File (327B)
-rw-r--r-- 1001 100 327B Jul 19 23:32 modules/contrib/webform/modules/webform_ui/webform_ui.info.yml
- ⧉yaml_editor => string (48) "modules/contrib/yaml_editor/yaml_editor.info.yml"
- File (328B)
-rw-r--r-- 1001 100 328B Aug 14 2023 modules/contrib/yaml_editor/yaml_editor.info.yml
- ⧉menu_admin_per_menu => string (64) "modules/contrib/menu_admin_per_menu/menu_admin_per_menu.info.yml"
- File (413B)
-rw-r--r-- 1001 100 413B Aug 19 2022 modules/contrib/menu_admin_per_menu/menu_admin_per_menu.info.yml
- ⧉pathauto => string (42) "modules/contrib/pathauto/pathauto.info.yml"
- File (439B)
-rw-r--r-- 1001 100 439B Aug 01 12:21 modules/contrib/pathauto/pathauto.info.yml
- ⧉content_translation => string (61) "core/modules/content_translation/content_translation.info.yml"
- File (206B)
-rw-r--r-- 1001 100 206B Sep 19 2023 core/modules/content_translation/content_translation.info.yml
- ⧉externalauth => string (50) "modules/contrib/externalauth/externalauth.info.yml"
- File (365B)
-rw-r--r-- 1001 100 365B Jul 11 11:22 modules/contrib/externalauth/externalauth.info.yml
- ⧉views => string (33) "core/modules/views/views.info.yml"
- File (159B)
-rw-r--r-- 1001 100 159B Sep 19 2023 core/modules/views/views.info.yml
- ⧉paragraphs => string (46) "modules/contrib/paragraphs/paragraphs.info.yml"
- File (568B)
-rw-r--r-- 1001 100 568B Jan 14 13:09 modules/contrib/paragraphs/paragraphs.info.yml
- ⧉linked_field => string (50) "modules/contrib/linked_field/linked_field.info.yml"
- File (318B)
-rw-r--r-- 1001 100 318B Feb 24 2023 modules/contrib/linked_field/linked_field.info.yml
- ⧉standard => string (40) "core/profiles/standard/standard.info.yml"
- File (561B)
-rw-r--r-- 1001 100 561B Sep 19 2023 core/profiles/standard/standard.info.yml
- ⧉eu_cookie_compliance => string (66) "modules/contrib/eu_cookie_compliance/eu_cookie_compliance.info.yml"
- File (421B)
-rw-r--r-- 1001 100 421B Oct 07 2022 modules/contrib/eu_cookie_compliance/eu_cookie_compliance.info.yml
- ⧉protected state -> Drupal\Core\State\State (2)
- Properties (2)
- Available methods (8)
- ⧉protected keyValueStore -> Drupal\Core\KeyValueStore\DatabaseStorage (6) Depth Limit
- ⧉protected cache -> array (3) Depth Limit
- ⧉public __construct(Drupal\Core\KeyValueStore\KeyValueFactoryInterface $key_value_factory) Constructs a State object.
/** * Constructs a State object. * * @param \Drupal\Core\KeyValueStore\KeyValueFactoryInterface $key_value_factory * The key value store to use. */ Defined in <ROOT>/core/lib/Drupal/Core/State/State.php:32
- ⧉public get($key, $default = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/State/State.php:39
- ⧉public getMultiple(array $keys) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/State/State.php:47
- ⧉public set($key, $value) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/State/State.php:82
- ⧉public setMultiple(array $data) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/State/State.php:90
- ⧉public delete($key) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/State/State.php:100
- ⧉public deleteMultiple(array $keys) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/State/State.php:107
- ⧉public resetCache() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/State/State.php:117
- protected installProfile -> string (8) "standard"
- ⧉protected configFactory -> Drupal\Core\Config\ConfigFactory (5)
- Properties (5)
- Available methods (20)
- ⧉protected storage -> Drupal\Core\Config\CachedStorage (5) Depth Limit
- ⧉protected eventDispatcher -> Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher (3) Depth Limit
- ⧉protected cache -> array (15) Depth Limit
- ⧉protected typedConfigManager -> Drupal\Core\Config\TypedConfigManager (24) Depth Limit
- ⧉protected configFactoryOverrides -> array (2) Depth Limit
- ⧉public __construct(Drupal\Core\Config\StorageInterface $storage, Symfony\Contracts\EventDispatcher\EventDispatcherInterface $event_dispatcher, Drupal\Core\Config\TypedConfigManagerInterface $typed_config) Constructs the Config factory.
/** * Constructs the Config factory. * * @param \Drupal\Core\Config\StorageInterface $storage * The configuration storage engine. * @param \Symfony\Contracts\EventDispatcher\EventDispatcherInterface $event_dispatcher * An event dispatcher instance to use for configuration events. * @param \Drupal\Core\Config\TypedConfigManagerInterface $typed_config * The typed configuration manager. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:72
- ⧉public getEditable($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:81
- ⧉public get($name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:88
- ⧉public loadMultiple(array $names) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:135
- ⧉public reset($name = null) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:231
- ⧉public rename($old_name, $new_name) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:252
- ⧉public getCacheKeys() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:270
- ⧉public clearStaticCache() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:319
- ⧉public listAll($prefix = '') {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:327
- ⧉public onConfigSave(Drupal\Core\Config\ConfigCrudEvent $event) Updates stale static cache entries when configuration is saved.
/** * Updates stale static cache entries when configuration is saved. * * @param ConfigCrudEvent $event * The configuration event. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:337
- ⧉public onConfigDelete(Drupal\Core\Config\ConfigCrudEvent $event) Removes stale static cache entries when configuration is deleted.
/** * Removes stale static cache entries when configuration is deleted. * * @param \Drupal\Core\Config\ConfigCrudEvent $event * The configuration event. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:366
- ⧉public addOverride(Drupal\Core\Config\ConfigFactoryOverrideInterface $config_factory_override) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:394
- ⧉protected doGet($name, $immutable = true): \Drupal\Core\Config\Config|\Drupal\Core\Config\ImmutableConfig Returns a configuration object for a given name.
/** * Returns a configuration object for a given name. * * @param string $name * The name of the configuration object to construct. * @param bool $immutable * (optional) Create an immutable configuration object. Defaults to TRUE. * * @return \Drupal\Core\Config\Config|\Drupal\Core\Config\ImmutableConfig * A configuration object. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:103
- ⧉protected doLoadMultiple(array $names, $immutable = true): \Drupal\Core\Config\Config[]|\Drupal\Core\Config\ImmutableConfig[] Returns a list of configuration objects for the given names.
/** * Returns a list of configuration objects for the given names. * * @param array $names * List of names of configuration objects. * @param bool $immutable * (optional) Create an immutable configuration objects. Defaults to TRUE. * * @return \Drupal\Core\Config\Config[]|\Drupal\Core\Config\ImmutableConfig[] * List of successfully loaded configuration objects, keyed by name. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:150
- ⧉protected loadOverrides(array $names): array Get arbitrary overrides for the named configuration objects from modules.
/** * Get arbitrary overrides for the named configuration objects from modules. * * @param array $names * The names of the configuration objects to get overrides for. * * @return array * An array of overrides keyed by the configuration object name. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:204
- ⧉protected propagateConfigOverrideCacheability($cache_key, $name) Propagates cacheability of config overrides to cached config objects.
/** * Propagates cacheability of config overrides to cached config objects. * * @param string $cache_key * The key of the cached config object to update. * @param string $name * The name of the configuration object to construct. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:222
- ⧉protected getConfigCacheKey($name, $immutable): string Gets the static cache key for a given config name.
/** * Gets the static cache key for a given config name. * * @param string $name * The name of the configuration object. * @param bool $immutable * Whether or not the object is mutable. * * @return string * The cache key. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:291
- ⧉protected getConfigCacheKeys($name): array Gets all the cache keys that match the provided config name.
/** * Gets all the cache keys that match the provided config name. * * @param string $name * The name of the configuration object. * * @return array * An array of cache keys that match the provided config name. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:308
- ⧉protected createConfigObject($name, $immutable): \Drupal\Core\Config\Config|\Drupal\Core\Config\ImmutableConfig Creates a configuration object.
/** * Creates a configuration object. * * @param string $name * Configuration object name. * @param bool $immutable * Determines whether a mutable or immutable config object is returned. * * @return \Drupal\Core\Config\Config|\Drupal\Core\Config\ImmutableConfig * The configuration object. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:409
- ⇄⧉public static getSubscribedEvents() {@inheritdoc}\Drupal\Core\Config\ConfigFactory::getSubscribedEvents()
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:385
- ⧉protected profileList -> Drupal\Core\Extension\ProfileExtensionList (12)
- Properties (12)
- Available methods (25)
- protected type -> string (7) "profile"
- ⧉protected root -> string (23) "/var/www/robosoutez/web"
- Directory (4KB)
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
- ⧉protected cache -> Drupal\Core\Cache\DatabaseBackend (4) Depth Limit
- ⧉protected defaults -> array (6) Depth Limit
- ⧉protected infoParser -> Drupal\Core\Extension\InfoParser (1) Depth Limit
- ⧉protected moduleHandler -> Drupal\Core\Extension\ModuleHandler (11) Depth Limit
- protected extensions -> null
- protected extensionInfo -> null
- protected pathNames -> null
- protected addedPathNames -> array (0)
- ⧉protected state -> Drupal\Core\State\State (2) Depth Limit
- protected installProfile -> string (8) "standard"
- ⧉public __construct($root, $type, Drupal\Core\Cache\CacheBackendInterface $cache, Drupal\Core\Extension\InfoParserInterface $info_parser, Drupal\Core\Extension\ModuleHandlerInterface $module_handler, Drupal\Core\State\StateInterface $state, $install_profile) Constructs a new instance.
/** * Constructs a new instance. * * @param string $root * The app root. * @param string $type * The extension type. * @param \Drupal\Core\Cache\CacheBackendInterface $cache * The cache. * @param \Drupal\Core\Extension\InfoParserInterface $info_parser * The info parser. * @param \Drupal\Core\Extension\ModuleHandlerInterface $module_handler * The module handler. * @param \Drupal\Core\State\StateInterface $state * The state. * @param string $install_profile * The install profile used by the site. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:135
- ⧉public reset(): $this Resets the stored extension list.
/** * Resets the stored extension list. * * We don't reset statically added filenames, as it is a static cache which * logically can't change. This is done for performance reasons of the * installer. * * @return $this */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:163
- ⧉public exists($extension_name): bool Determines if an extension exists in the filesystem.
/** * Determines if an extension exists in the filesystem. * * @param string $extension_name * The machine name of the extension. * * @return bool * TRUE if the extension exists (regardless installed or not) and FALSE if * not. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:225
- ⧉public getName($extension_name): string Returns the human-readable name of the extension.
/** * Returns the human-readable name of the extension. * * @param string $extension_name * The machine name of the extension. * * @return string * The human-readable name of the extension. * * @throws \Drupal\Core\Extension\Exception\UnknownExtensionException * If there is no extension with the supplied machine name. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:242
- ⧉public get($extension_name): \Drupal\Core\Extension\Extension Returns a single extension.
/** * Returns a single extension. * * @param string $extension_name * The machine name of the extension. * * @return \Drupal\Core\Extension\Extension * A processed extension object for the extension with the specified machine * name. * * @throws \Drupal\Core\Extension\Exception\UnknownExtensionException * If there is no extension with the supplied name. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:259
- ⧉public getList(): \Drupal\Core\Extension\Extension[] Returns all available extensions.
/** * Returns all available extensions. * * @return \Drupal\Core\Extension\Extension[] * Processed extension objects, keyed by machine name. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:274
- ⧉public getExtensionInfo($extension_name): mixed[] Returns information about a specified extension.
/** * Returns information about a specified extension. * * This function returns the contents of the .info.yml file for the specified * extension. * * @param string $extension_name * The name of an extension whose information shall be returned. * * @return mixed[] * An associative array of extension information. * * @throws \Drupal\Core\Extension\Exception\UnknownExtensionException * If there is no extension with the supplied name. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:341
- ⧉public getAllAvailableInfo(): array[] Returns an array of info files information of available extensions.
/** * Returns an array of info files information of available extensions. * * This function returns the processed contents (with added defaults) of the * .info.yml files. * * @return array[] * An associative array of extension information arrays, keyed by extension * name. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:359
- ⧉public getAllInstalledInfo(): array[] Returns an array of info files information of installed extensions.
/** * Returns an array of info files information of installed extensions. * * This function returns the processed contents (with added defaults) of the * .info.yml files. * * @return array[] * An associative array of extension information arrays, keyed by extension * name. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:393
- ⧉public getPathnames(): string[] Returns a list of extension file paths keyed by machine name.
/** * Returns a list of extension file paths keyed by machine name. * * @return string[] */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:414
- ⧉public setPathname($extension_name, $pathname) Sets the pathname for an extension.
/** * Sets the pathname for an extension. * * This method is used in the Drupal bootstrapping phase, when the extension * system is not fully initialized, to manually set locations of modules and * profiles needed to complete bootstrapping. * * It is not recommended to call this method except in those rare cases. * * @param string $extension_name * The machine name of the extension. * @param string $pathname * The pathname of the extension which is to be set explicitly rather * than by consulting the dynamic extension listing. * * @internal * * @see ::getPathname */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:467
- ⧉public getPathname($extension_name): string Gets the info file path for an extension.
/** * Gets the info file path for an extension. * * The info path, whether provided, cached, or retrieved from the database, is * only returned if the file exists. * * This function plays a key role in allowing Drupal's extensions (modules, * themes, profiles, theme_engines, etc.) to be located in different places * depending on a site's configuration. For example, a module 'foo' may * legally be located in any of these four places: * * - core/modules/foo/foo.info.yml * - modules/foo/foo.info.yml * - sites/all/modules/foo/foo.info.yml * - sites/example.com/modules/foo/foo.info.yml * * while a theme 'bar' may be located in any of the following four places: * * - core/themes/bar/bar.info.yml * - themes/bar/bar.info.yml * - sites/all/themes/bar/bar.info.yml * - sites/example.com/themes/bar/bar.info.yml * * An installation profile maybe be located in any of the following places: * * - core/profiles/baz/baz.info.yml * - profiles/baz/baz.info.yml * * Calling ExtensionList::getPathname('foo') will give you one of the above, * depending on where the extension is located and what type it is. * * @param string $extension_name * The machine name of the extension for which the pathname is requested. * * @return string * The drupal-root relative filename and path of the requested extension's * .info.yml file. * * @throws \Drupal\Core\Extension\Exception\UnknownExtensionException * If there is no extension with the supplied machine name. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:512
- ⧉public getPath($extension_name): string Gets the path to an extension of a specific type (module, theme, etc.).
/** * Gets the path to an extension of a specific type (module, theme, etc.). * * The path is the directory in which the .info file is located. This name is * coming from \SplFileInfo. * * @param string $extension_name * The machine name of the extension for which the path is requested. * * @return string * The Drupal-root-relative path to the specified extension. * * @throws \Drupal\Core\Extension\Exception\UnknownExtensionException * If there is no extension with the supplied name. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:540
- ⧉public checkIncompatibility($name): bool Tests the compatibility of an extension.
/** * Tests the compatibility of an extension. * * @param string $name * The extension name to check. * * @return bool * TRUE if the extension is incompatible and FALSE if not. * * @throws \Drupal\Core\Extension\Exception\UnknownExtensionException * If there is no extension with the supplied name. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:578
- ⧉protected getInstalledExtensionNames() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ProfileExtensionList.php:31
- ⧉protected getExtensionDiscovery(): \Drupal\Core\Extension\ExtensionDiscovery Returns the extension discovery.
/** * Returns the extension discovery. * * @return \Drupal\Core\Extension\ExtensionDiscovery */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:150
- ⧉protected getListCacheId(): string Returns the extension list cache ID.
/** * Returns the extension list cache ID. * * @return string * The list cache ID. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:191
- ⧉protected getInfoCacheId(): string Returns the extension info cache ID.
/** * Returns the extension info cache ID. * * @return string * The info cache ID. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:201
- ⧉protected getPathnamesCacheId(): string Returns the extension filenames cache ID.
/** * Returns the extension filenames cache ID. * * @return string * The filename cache ID. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:211
- ⧉protected doScanExtensions(): \Drupal\Core\Extension\Extension[] Scans the available extensions.
/** * Scans the available extensions. * * Overriding this method gives other code the chance to add additional * extensions to this raw listing. * * @return \Drupal\Core\Extension\Extension[] * Unprocessed extension objects, keyed by machine name. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:297
- ⧉protected doList(): \Drupal\Core\Extension\Extension[] Builds the list of extensions.
/** * Builds the list of extensions. * * @return \Drupal\Core\Extension\Extension[] * Processed extension objects, keyed by machine name. * * @throws \Drupal\Core\Extension\InfoParserException * If one of the .info.yml files is incomplete, or causes a parsing error. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:310
- ⧉protected recalculateInfo(): array[] Generates the information from .info.yml files for extensions of this type.
/** * Generates the information from .info.yml files for extensions of this type. * * @return array[] * An array of arrays of .info.yml entries keyed by the machine name. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:403
- ⧉protected recalculatePathnames(): string[] Generates a sorted list of .info.yml file locations for all extensions.
/** * Generates a sorted list of .info.yml file locations for all extensions. * * @return string[] * An array of .info.yml file locations keyed by the extension machine name. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:439
- ⧉protected createExtensionInfo(Drupal\Core\Extension\Extension $extension): array Creates the info value for an extension object.
/** * Creates the info value for an extension object. * * @param \Drupal\Core\Extension\Extension $extension * The extension whose info is to be altered. * * @return array * The extension info array. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:553
- ⇄⧉public static sortByName(Drupal\Core\Extension\Extension $a, Drupal\Core\Extension\Extension $b): int Array sorting callback; sorts extensions by their name.\Drupal\Core\Extension\ExtensionList::sortByName(Drupal\Core\Extension\Extension $a, Drupal\Core\Extension\Extension $b)
/** * Array sorting callback; sorts extensions by their name. * * @param \Drupal\Core\Extension\Extension $a * The first extension to compare. * @param \Drupal\Core\Extension\Extension $b * The second extension to compare. * * @return int * Less than 0 if $a is less than $b, more than 0 if $a is greater than $b, * and 0 if they are equal. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:595
- protected stringTranslation -> null
- ⧉public __construct($root, $type, Drupal\Core\Cache\CacheBackendInterface $cache, Drupal\Core\Extension\InfoParserInterface $info_parser, Drupal\Core\Extension\ModuleHandlerInterface $module_handler, Drupal\Core\State\StateInterface $state, Drupal\Core\Config\ConfigFactoryInterface $config_factory, Drupal\Core\Extension\ExtensionList $profile_list, $install_profile, array $container_modules_info = array()) Constructs a new ModuleExtensionList instance.
/** * Constructs a new ModuleExtensionList instance. * * @param string $root * The app root. * @param string $type * The extension type. * @param \Drupal\Core\Cache\CacheBackendInterface $cache * The cache. * @param \Drupal\Core\Extension\InfoParserInterface $info_parser * The info parser. * @param \Drupal\Core\Extension\ModuleHandlerInterface $module_handler * The module handler. * @param \Drupal\Core\State\StateInterface $state * The state. * @param \Drupal\Core\Config\ConfigFactoryInterface $config_factory * The config factory. * @param \Drupal\Core\Extension\ExtensionList $profile_list * The site profile listing. * @param string $install_profile * The install profile used by the site. * @param array[] $container_modules_info * (optional) The module locations coming from the compiled container. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleExtensionList.php:73
- ⧉public setStringTranslation(Drupal\Core\StringTranslation\TranslationInterface $translation): $this Sets the string translation service to use.
/** * Sets the string translation service to use. * * @param \Drupal\Core\StringTranslation\TranslationInterface $translation * The string translation service. * * @return $this */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/StringTranslationTrait.php:118
- ⧉public reset(): $this Resets the stored extension list.
/** * Resets the stored extension list. * * We don't reset statically added filenames, as it is a static cache which * logically can't change. This is done for performance reasons of the * installer. * * @return $this */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:163
- ⧉public exists($extension_name): bool Determines if an extension exists in the filesystem.
/** * Determines if an extension exists in the filesystem. * * @param string $extension_name * The machine name of the extension. * * @return bool * TRUE if the extension exists (regardless installed or not) and FALSE if * not. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:225
- ⧉public getName($extension_name): string Returns the human-readable name of the extension.
/** * Returns the human-readable name of the extension. * * @param string $extension_name * The machine name of the extension. * * @return string * The human-readable name of the extension. * * @throws \Drupal\Core\Extension\Exception\UnknownExtensionException * If there is no extension with the supplied machine name. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:242
- ⧉public get($extension_name): \Drupal\Core\Extension\Extension Returns a single extension.
/** * Returns a single extension. * * @param string $extension_name * The machine name of the extension. * * @return \Drupal\Core\Extension\Extension * A processed extension object for the extension with the specified machine * name. * * @throws \Drupal\Core\Extension\Exception\UnknownExtensionException * If there is no extension with the supplied name. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:259
- ⧉public getList(): \Drupal\Core\Extension\Extension[] Returns all available extensions.
/** * Returns all available extensions. * * @return \Drupal\Core\Extension\Extension[] * Processed extension objects, keyed by machine name. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:274
- ⧉public getExtensionInfo($extension_name): mixed[] Returns information about a specified extension.
/** * Returns information about a specified extension. * * This function returns the contents of the .info.yml file for the specified * extension. * * @param string $extension_name * The name of an extension whose information shall be returned. * * @return mixed[] * An associative array of extension information. * * @throws \Drupal\Core\Extension\Exception\UnknownExtensionException * If there is no extension with the supplied name. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:341
- ⧉public getAllAvailableInfo(): array[] Returns an array of info files information of available extensions.
/** * Returns an array of info files information of available extensions. * * This function returns the processed contents (with added defaults) of the * .info.yml files. * * @return array[] * An associative array of extension information arrays, keyed by extension * name. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:359
- ⧉public getAllInstalledInfo(): array[] Returns an array of info files information of installed extensions.
/** * Returns an array of info files information of installed extensions. * * This function returns the processed contents (with added defaults) of the * .info.yml files. * * @return array[] * An associative array of extension information arrays, keyed by extension * name. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:393
- ⧉public getPathnames(): string[] Returns a list of extension file paths keyed by machine name.
/** * Returns a list of extension file paths keyed by machine name. * * @return string[] */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:414
- ⧉public setPathname($extension_name, $pathname) Sets the pathname for an extension.
/** * Sets the pathname for an extension. * * This method is used in the Drupal bootstrapping phase, when the extension * system is not fully initialized, to manually set locations of modules and * profiles needed to complete bootstrapping. * * It is not recommended to call this method except in those rare cases. * * @param string $extension_name * The machine name of the extension. * @param string $pathname * The pathname of the extension which is to be set explicitly rather * than by consulting the dynamic extension listing. * * @internal * * @see ::getPathname */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:467
- ⧉public getPathname($extension_name): string Gets the info file path for an extension.
/** * Gets the info file path for an extension. * * The info path, whether provided, cached, or retrieved from the database, is * only returned if the file exists. * * This function plays a key role in allowing Drupal's extensions (modules, * themes, profiles, theme_engines, etc.) to be located in different places * depending on a site's configuration. For example, a module 'foo' may * legally be located in any of these four places: * * - core/modules/foo/foo.info.yml * - modules/foo/foo.info.yml * - sites/all/modules/foo/foo.info.yml * - sites/example.com/modules/foo/foo.info.yml * * while a theme 'bar' may be located in any of the following four places: * * - core/themes/bar/bar.info.yml * - themes/bar/bar.info.yml * - sites/all/themes/bar/bar.info.yml * - sites/example.com/themes/bar/bar.info.yml * * An installation profile maybe be located in any of the following places: * * - core/profiles/baz/baz.info.yml * - profiles/baz/baz.info.yml * * Calling ExtensionList::getPathname('foo') will give you one of the above, * depending on where the extension is located and what type it is. * * @param string $extension_name * The machine name of the extension for which the pathname is requested. * * @return string * The drupal-root relative filename and path of the requested extension's * .info.yml file. * * @throws \Drupal\Core\Extension\Exception\UnknownExtensionException * If there is no extension with the supplied machine name. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:512
- ⧉public getPath($extension_name): string Gets the path to an extension of a specific type (module, theme, etc.).
/** * Gets the path to an extension of a specific type (module, theme, etc.). * * The path is the directory in which the .info file is located. This name is * coming from \SplFileInfo. * * @param string $extension_name * The machine name of the extension for which the path is requested. * * @return string * The Drupal-root-relative path to the specified extension. * * @throws \Drupal\Core\Extension\Exception\UnknownExtensionException * If there is no extension with the supplied name. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:540
- ⧉public checkIncompatibility($name): bool Tests the compatibility of an extension.
/** * Tests the compatibility of an extension. * * @param string $name * The extension name to check. * * @return bool * TRUE if the extension is incompatible and FALSE if not. * * @throws \Drupal\Core\Extension\Exception\UnknownExtensionException * If there is no extension with the supplied name. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:578
- ⧉protected t($string, array $args = array(), array $options = array()): \Drupal\Core\StringTranslation\TranslatableMarkup Translates a string to the current language or to a given language.
/** * Translates a string to the current language or to a given language. * * See \Drupal\Core\StringTranslation\TranslatableMarkup::__construct() for * important security information and usage guidelines. * * In order for strings to be localized, make them available in one of the * ways supported by the * @link https://www.drupal.org/node/322729 Localization API @endlink. When * possible, use the \Drupal\Core\StringTranslation\StringTranslationTrait * $this->t(). Otherwise create a new * \Drupal\Core\StringTranslation\TranslatableMarkup object. * * @param string $string * A string containing the English text to translate. * @param array $args * (optional) An associative array of replacements to make after * translation. Based on the first character of the key, the value is * escaped and/or themed. See * \Drupal\Component\Render\FormattableMarkup::placeholderFormat() for * details. * @param array $options * (optional) An associative array of additional options, with the following * elements: * - 'langcode' (defaults to the current language): A language code, to * translate to a language other than what is used to display the page. * - 'context' (defaults to the empty context): The context the source * string belongs to. See the * @link i18n Internationalization topic @endlink for more information * about string contexts. * * @return \Drupal\Core\StringTranslation\TranslatableMarkup * An object that, when cast to a string, returns the translated string. * * @see \Drupal\Component\Render\FormattableMarkup::placeholderFormat() * @see \Drupal\Core\StringTranslation\TranslatableMarkup::__construct() * * @ingroup sanitization */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/StringTranslationTrait.php:70
- ⧉protected formatPlural($count, $singular, $plural, array $args = array(), array $options = array()) Formats a string containing a count of items.
/** * Formats a string containing a count of items. * * @see \Drupal\Core\StringTranslation\TranslationInterface::formatPlural() */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/StringTranslationTrait.php:79
- ⧉protected getExtensionDiscovery() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleExtensionList.php:88
- ⧉protected getNumberOfPlurals($langcode = null) Returns the number of plurals supported by a given language.
/** * Returns the number of plurals supported by a given language. * * @see \Drupal\locale\PluralFormulaInterface::getNumberOfPlurals() */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/StringTranslationTrait.php:88
- ⧉protected getStringTranslation(): \Drupal\Core\StringTranslation\TranslationInterface Gets the string translation service.
/** * Gets the string translation service. * * @return \Drupal\Core\StringTranslation\TranslationInterface * The string translation service. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/StringTranslationTrait.php:102
- ⧉protected getProfileDirectories(Drupal\Core\Extension\ExtensionDiscovery $discovery): string[] Finds all installation profile paths.
/** * Finds all installation profile paths. * * @param \Drupal\Core\Extension\ExtensionDiscovery $discovery * The extension discovery. * * @return string[] * Paths to all installation profiles. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleExtensionList.php:107
- ⧉protected getActiveProfile(): \Drupal\Core\Extension\Extension|null Gets the processed active profile object, or null.
/** * Gets the processed active profile object, or null. * * @return \Drupal\Core\Extension\Extension|null * The active profile, if there is one. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleExtensionList.php:125
- ⧉protected doScanExtensions() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleExtensionList.php:137
- ⧉protected doList() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleExtensionList.php:153
- ⧉protected getInstalledExtensionNames() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleExtensionList.php:199
- ⧉protected ensureRequiredDependencies(Drupal\Core\Extension\Extension $module, array $modules = array()) Marks dependencies of required modules as 'required', recursively.
/** * Marks dependencies of required modules as 'required', recursively. * * @param \Drupal\Core\Extension\Extension $module * The module extension object. * @param \Drupal\Core\Extension\Extension[] $modules * Extension objects for all available modules. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleExtensionList.php:211
- ⧉protected getListCacheId(): string Returns the extension list cache ID.
/** * Returns the extension list cache ID. * * @return string * The list cache ID. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:191
- ⧉protected getInfoCacheId(): string Returns the extension info cache ID.
/** * Returns the extension info cache ID. * * @return string * The info cache ID. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:201
- ⧉protected getPathnamesCacheId(): string Returns the extension filenames cache ID.
/** * Returns the extension filenames cache ID. * * @return string * The filename cache ID. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:211
- ⧉protected recalculateInfo(): array[] Generates the information from .info.yml files for extensions of this type.
/** * Generates the information from .info.yml files for extensions of this type. * * @return array[] * An array of arrays of .info.yml entries keyed by the machine name. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:403
- ⧉protected recalculatePathnames(): string[] Generates a sorted list of .info.yml file locations for all extensions.
/** * Generates a sorted list of .info.yml file locations for all extensions. * * @return string[] * An array of .info.yml file locations keyed by the extension machine name. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:439
- ⧉protected createExtensionInfo(Drupal\Core\Extension\Extension $extension): array Creates the info value for an extension object.
/** * Creates the info value for an extension object. * * @param \Drupal\Core\Extension\Extension $extension * The extension whose info is to be altered. * * @return array * The extension info array. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:553
- ⇄⧉public static sortByName(Drupal\Core\Extension\Extension $a, Drupal\Core\Extension\Extension $b): int Array sorting callback; sorts extensions by their name.\Drupal\Core\Extension\ExtensionList::sortByName(Drupal\Core\Extension\Extension $a, Drupal\Core\Extension\Extension $b)
/** * Array sorting callback; sorts extensions by their name. * * @param \Drupal\Core\Extension\Extension $a * The first extension to compare. * @param \Drupal\Core\Extension\Extension $b * The second extension to compare. * * @return int * Less than 0 if $a is less than $b, more than 0 if $a is greater than $b, * and 0 if they are equal. */ Inherited from Drupal\Core\Extension\ExtensionList Defined in <ROOT>/core/lib/Drupal/Core/Extension/ExtensionList.php:595
- ⧉public __construct($root, Drupal\Core\Cache\CacheBackendInterface $cache, Drupal\Core\Lock\LockBackendInterface $lock, Drupal\Core\Extension\ModuleHandlerInterface $module_handler, Drupal\Core\Extension\ThemeHandlerInterface $theme_handler, Drupal\Core\Theme\ThemeInitializationInterface $theme_initialization, $runtime_cache = null, $module_list = null, $theme_name = null) Constructs a \Drupal\Core\Theme\Registry object.
/** * Constructs a \Drupal\Core\Theme\Registry object. * * @param string $root * The app root. * @param \Drupal\Core\Cache\CacheBackendInterface $cache * The cache backend interface to use for the complete theme registry data. * @param \Drupal\Core\Lock\LockBackendInterface $lock * The lock backend. * @param \Drupal\Core\Extension\ModuleHandlerInterface $module_handler * The module handler to use to load modules. * @param \Drupal\Core\Extension\ThemeHandlerInterface $theme_handler * The theme handler. * @param \Drupal\Core\Theme\ThemeInitializationInterface $theme_initialization * The theme initialization. * @param \Drupal\Core\Cache\CacheBackendInterface $runtime_cache * The cache backend interface to use for the runtime theme registry data. * @param \Drupal\Core\Extension\ModuleExtensionList $module_list * The module list. * @param string $theme_name * (optional) The name of the theme for which to construct the registry. */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/Registry.php:188
- ⧉public setThemeManager(Drupal\Core\Theme\ThemeManagerInterface $theme_manager) Sets the theme manager.
/** * Sets the theme manager. * * @param \Drupal\Core\Theme\ThemeManagerInterface $theme_manager * The theme manager. */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/Registry.php:214
- ⧉public get(): array Returns the complete theme registry from cache or rebuilds it.
/** * Returns the complete theme registry from cache or rebuilds it. * * @return array * The complete theme registry data array. * * @see Registry::$registry */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/Registry.php:250
- ⧉public getRuntime(): \Drupal\Core\Utility\ThemeRegistry Returns the incomplete, runtime theme registry.
/** * Returns the incomplete, runtime theme registry. * * @return \Drupal\Core\Utility\ThemeRegistry * A shared instance of the ThemeRegistry class, provides an ArrayObject * that allows it to be accessed with array syntax and isset(), and is more * lightweight than the full registry. */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/Registry.php:276
- ⧉public getBaseHook($hook): string|false Returns the base hook for a given hook suggestion.
/** * Returns the base hook for a given hook suggestion. * * @param string $hook * The name of a theme hook whose base hook to find. * * @return string|false * The name of the base hook or FALSE. */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/Registry.php:300
- ⧉public reset() Invalidates theme registry caches.
/** * Invalidates theme registry caches. * * To be called when the list of enabled extensions is changed. */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/Registry.php:798
- ⧉public destruct() {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/Registry.php:813
- ⧉public getPrefixGroupedUserFunctions($prefixes = array()): array Gets all user functions grouped by the word before the first underscore.
/** * Gets all user functions grouped by the word before the first underscore. * * @param $prefixes * An array of function prefixes by which the list can be limited. * * @return array * Functions grouped by the first prefix. */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/Registry.php:828
- ⧉protected init($theme_name = null) Initializes a theme with a certain name.
/** * Initializes a theme with a certain name. * * This function does to much magic, so it should be replaced by another * services which holds the current active theme information. * * @param string $theme_name * (optional) The name of the theme for which to construct the registry. */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/Registry.php:227
- ⧉protected setCache() Persists the theme registry in the cache backend.
/** * Persists the theme registry in the cache backend. */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/Registry.php:287
- ⧉protected build(): \Drupal\Core\Utility\ThemeRegistry Builds the theme registry cache.
/** * Builds the theme registry cache. * * Theme hook definitions are collected in the following order: * - Modules * - Base theme engines * - Base themes * - Theme engine * - Theme * * All theme hook definitions are essentially just collated and merged in the * above order. However, various extension-specific default values and * customizations are required; e.g., to record the effective file path for * theme template. Therefore, this method first collects all extensions per * type, and then dispatches the processing for each extension to * processExtension(). * * After completing the collection, modules are allowed to alter it. Lastly, * any derived and incomplete theme hook definitions that are hook suggestions * for base hooks (e.g., 'block__node' for the base hook 'block') need to be * determined based on the full registry and classified as 'base hook'. * * See the @link themeable Default theme implementations topic @endlink for * details. * * @return \Drupal\Core\Utility\ThemeRegistry * The build theme registry. * * @see hook_theme_registry_alter() */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/Registry.php:349
- ⧉protected processExtension(array &$cache, $name, $type, $theme, $path) Process a single implementation of hook_theme().
/** * Process a single implementation of hook_theme(). * * @param array $cache * The theme registry that will eventually be cached; It is an associative * array keyed by theme hooks, whose values are associative arrays * describing the hook: * - 'type': The passed-in $type. * - 'theme path': The passed-in $path. * - 'function': The name of the function generating output for this theme * hook. Either defined explicitly in hook_theme() or, if neither * 'function' nor 'template' is defined, then the default theme function * name is used. The default theme function name is the theme hook * prefixed by either 'theme_' for modules or '$name_' for everything * else. If 'function' is defined, 'template' is not used. * - 'template': The filename of the template generating output for this * theme hook. The template is in the directory defined by the 'path' key * of hook_theme() or defaults to "$path/templates". * - 'variables': The variables for this theme hook as defined in * hook_theme(). If there is more than one implementation and 'variables' * is not specified in a later one, then the previous definition is kept. * - 'render element': The renderable element for this theme hook as defined * in hook_theme(). If there is more than one implementation and * 'render element' is not specified in a later one, then the previous * definition is kept. * - See the @link themeable Theme system overview topic @endlink for * detailed documentation. * @param string $name * The name of the module, theme engine, base theme engine, theme or base * theme implementing hook_theme(). * @param string $type * One of 'module', 'theme_engine', 'base_theme_engine', 'theme', or * 'base_theme'. Unlike regular hooks that can only be implemented by * modules, each of these can implement hook_theme(). This function is * called in aforementioned order and new entries override older ones. For * example, if a theme hook is both defined by a module and a theme, then * the definition in the theme will be used. * @param string $theme * The actual name of theme, module, etc. that is being processed. * @param string $path * The directory where $name is. For example, modules/system or * themes/bartik. * * @see \Drupal\Core\Theme\ThemeManagerInterface::render() * @see hook_theme() * @see \Drupal\Core\Extension\ThemeHandler::listInfo() * @see twig_render_template() * * @throws \BadFunctionCallException */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/Registry.php:457
- ⧉protected completeSuggestion($hook, array &$cache) Completes the definition of the requested suggestion hook.
/** * Completes the definition of the requested suggestion hook. * * @param string $hook * The name of the suggestion hook to complete. * @param array $cache * The theme registry, as documented in * \Drupal\Core\Theme\Registry::processExtension(). */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/Registry.php:642
- ⧉protected mergePreprocessFunctions($destination_hook_name, $source_hook_name, $parent_hook, array &$cache) Merges the source hook's preprocess functions into the destination hook's.
/** * Merges the source hook's preprocess functions into the destination hook's. * * @param string $destination_hook_name * The name of the hook to merge preprocess functions to. * @param string $source_hook_name * The name of the hook to merge preprocess functions from. * @param array $parent_hook * The parent hook if it exists. Either an incomplete hook from suggestions * or a base hook. * @param array $cache * The theme registry, as documented in * \Drupal\Core\Theme\Registry::processExtension(). */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/Registry.php:682
- ⧉protected postProcessExtension(array &$cache, Drupal\Core\Theme\ActiveTheme $theme) Completes the theme registry adding discovered functions and hooks.
/** * Completes the theme registry adding discovered functions and hooks. * * @param array $cache * The theme registry as documented in * \Drupal\Core\Theme\Registry::processExtension(). * @param \Drupal\Core\Theme\ActiveTheme $theme * Current active theme. * * @see ::processExtension() */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/Registry.php:710
- ⧉protected getPath($module): string Wraps drupal_get_path().
/** * Wraps drupal_get_path(). * * @param string $module * The name of the item for which the path is requested. * * @return string * * @deprecated in drupal:9.3.0 and is removed from drupal:10.0.0. Use * \Drupal\Core\Extension\ExtensionList::getPath() instead. * * @see https://www.drupal.org/node/2940438 */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/Registry.php:863
- protected singleFieldDisplays -> null
- ⇄⧉public buildComponents(array &$build, array $entities, array $displays, $view_mode) {@inheritdoc}$0['#pre_render'][0][0]->buildComponents(array &$build, array $entities, array $displays, $view_mode)
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/node/src/NodeViewBuilder.php:18
- ⇄⧉public __construct(Drupal\Core\Entity\EntityTypeInterface $entity_type, Drupal\Core\Entity\EntityRepositoryInterface $entity_repository, Drupal\Core\Language\LanguageManagerInterface $language_manager, Drupal\Core\Theme\Registry $theme_registry, Drupal\Core\Entity\EntityDisplayRepositoryInterface $entity_display_repository) Constructs a new EntityViewBuilder.new \Drupal\node\NodeViewBuilder(Drupal\Core\Entity\EntityTypeInterface $entity_type, Drupal\Core\Entity\EntityRepositoryInterface $entity_repository, Drupal\Core\Language\LanguageManagerInterface $language_manager, Drupal\Core\Theme\Registry $theme_registry, Drupal\Core\Entity\EntityDisplayRepositoryInterface $entity_display_repository)
/** * Constructs a new EntityViewBuilder. * * @param \Drupal\Core\Entity\EntityTypeInterface $entity_type * The entity type definition. * @param \Drupal\Core\Entity\EntityRepositoryInterface $entity_repository * The entity repository service. * @param \Drupal\Core\Language\LanguageManagerInterface $language_manager * The language manager. * @param \Drupal\Core\Theme\Registry $theme_registry * The theme registry. * @param \Drupal\Core\Entity\EntityDisplayRepositoryInterface $entity_display_repository * The entity display repository. */ Inherited from Drupal\Core\Entity\EntityViewBuilder Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityViewBuilder.php:97
- ⇄⧉public view(Drupal\Core\Entity\EntityInterface $entity, $view_mode = 'full', $langcode = null) {@inheritdoc}$0['#pre_render'][0][0]->view(Drupal\Core\Entity\EntityInterface $entity, $view_mode = 'full', $langcode = null)
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityViewBuilder Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityViewBuilder.php:122
- ⇄⧉public viewMultiple(array $entities = array(), $view_mode = 'full', $langcode = null) {@inheritdoc}$0['#pre_render'][0][0]->viewMultiple(array $entities = array(), $view_mode = 'full', $langcode = null)
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityViewBuilder Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityViewBuilder.php:145
- ⇄⧉public build(array $build): array Builds an entity's view; augments entity defaults.$0['#pre_render'][0][0]->build(array $build)
/** * Builds an entity's view; augments entity defaults. * * This function is assigned as a #pre_render callback in ::view(). * * It transforms the renderable array for a single entity to the same * structure as if we were rendering multiple entities, and then calls the * default ::buildMultiple() #pre_render callback. * * @param array $build * A renderable array containing build information and context for an entity * view. * * @return array * The updated renderable array. * * @see \Drupal\Core\Render\RendererInterface::render() */ Inherited from Drupal\Core\Entity\EntityViewBuilder Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityViewBuilder.php:237
- ⇄⧉public buildMultiple(array $build_list): array Builds multiple entities' views; augments entity defaults.$0['#pre_render'][0][0]->buildMultiple(array $build_list)
/** * Builds multiple entities' views; augments entity defaults. * * This function is assigned as a #pre_render callback in ::viewMultiple(). * * By delaying the building of an entity until the #pre_render processing in * \Drupal::service('renderer')->render(), the processing cost of assembling * an entity's renderable array is saved on cache-hit requests. * * @param array $build_list * A renderable array containing build information and context for an * entity view. * * @return array * The updated renderable array. * * @see \Drupal\Core\Render\RendererInterface::render() */ Inherited from Drupal\Core\Entity\EntityViewBuilder Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityViewBuilder.php:261
- ⇄⧉public getCacheTags() {@inheritdoc}$0['#pre_render'][0][0]->getCacheTags()
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityViewBuilder Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityViewBuilder.php:395
- ⇄⧉public resetCache(?array $entities = null) {@inheritdoc}$0['#pre_render'][0][0]->resetCache(?array $entities = null)
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityViewBuilder Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityViewBuilder.php:402
- ⇄⧉public viewField(Drupal\Core\Field\FieldItemListInterface $items, $display_options = array()) {@inheritdoc}$0['#pre_render'][0][0]->viewField(Drupal\Core\Field\FieldItemListInterface $items, $display_options = array())
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityViewBuilder Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityViewBuilder.php:447
- ⇄⧉public viewFieldItem(Drupal\Core\Field\FieldItemInterface $item, $display = array()) {@inheritdoc}$0['#pre_render'][0][0]->viewFieldItem(Drupal\Core\Field\FieldItemInterface $item, $display = array())
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityViewBuilder Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityViewBuilder.php:472
- ⧉public __sleep() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityHandlerBase Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:33
- ⇄⧉public setModuleHandler(Drupal\Core\Extension\ModuleHandlerInterface $module_handler): $this Sets the module handler for this handler.$0['#pre_render'][0][0]->setModuleHandler(Drupal\Core\Extension\ModuleHandlerInterface $module_handler)
/** * Sets the module handler for this handler. * * @param \Drupal\Core\Extension\ModuleHandlerInterface $module_handler * The module handler. * * @return $this */ Inherited from Drupal\Core\Entity\EntityHandlerBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityHandlerBase.php:46
- ⧉public __wakeup() {@inheritdoc}
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityHandlerBase Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:74
- ⇄⧉public setStringTranslation(Drupal\Core\StringTranslation\TranslationInterface $translation): $this Sets the string translation service to use.$0['#pre_render'][0][0]->setStringTranslation(Drupal\Core\StringTranslation\TranslationInterface $translation)
/** * Sets the string translation service to use. * * @param \Drupal\Core\StringTranslation\TranslationInterface $translation * The string translation service. * * @return $this */ Inherited from Drupal\Core\Entity\EntityHandlerBase Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/StringTranslationTrait.php:118
- ⧉protected getBuildDefaults(Drupal\Core\Entity\EntityInterface $entity, $view_mode) {@inheritdoc}
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/node/src/NodeViewBuilder.php:60
- ⧉protected addContextualLinks(array &$build, Drupal\Core\Entity\EntityInterface $entity) Add contextual links.
/** * Add contextual links. * * @param array $build * The render array that is being created. * @param \Drupal\Core\Entity\EntityInterface $entity * The entity to be prepared. */ Inherited from Drupal\Core\Entity\EntityViewBuilder Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityViewBuilder.php:355
- ⧉protected alterBuild(array &$build, Drupal\Core\Entity\EntityInterface $entity, Drupal\Core\Entity\Display\EntityViewDisplayInterface $display, $view_mode) Specific per-entity building.
/** * Specific per-entity building. * * @param array $build * The render array that is being created. * @param \Drupal\Core\Entity\EntityInterface $entity * The entity to be prepared. * @param \Drupal\Core\Entity\Display\EntityViewDisplayInterface $display * The entity view display holding the display options configured for the * entity components. * @param string $view_mode * The view mode that should be used to prepare the entity. */ Inherited from Drupal\Core\Entity\EntityViewBuilder Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityViewBuilder.php:390
- ⧉protected isViewModeCacheable($view_mode): bool Determines whether the view mode is cacheable.
/** * Determines whether the view mode is cacheable. * * @param string $view_mode * Name of the view mode that should be rendered. * * @return bool * TRUE if the view mode can be cached, FALSE otherwise. */ Inherited from Drupal\Core\Entity\EntityViewBuilder Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityViewBuilder.php:435
- ⧉protected getSingleFieldDisplay($entity, $field_name, $display_options): \Drupal\Core\Entity\Display\EntityViewDisplayInterface Gets an EntityViewDisplay for rendering an individual field.
/** * Gets an EntityViewDisplay for rendering an individual field. * * @param \Drupal\Core\Entity\EntityInterface $entity * The entity. * @param string $field_name * The field name. * @param string|array $display_options * The display options passed to the viewField() method. * * @return \Drupal\Core\Entity\Display\EntityViewDisplayInterface */ Inherited from Drupal\Core\Entity\EntityViewBuilder Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityViewBuilder.php:505
- ⧉protected moduleHandler(): \Drupal\Core\Extension\ModuleHandlerInterface Gets the module handler.
/** * Gets the module handler. * * @return \Drupal\Core\Extension\ModuleHandlerInterface * The module handler. */ Inherited from Drupal\Core\Entity\EntityHandlerBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityHandlerBase.php:31
- ⧉protected t($string, array $args = array(), array $options = array()): \Drupal\Core\StringTranslation\TranslatableMarkup Translates a string to the current language or to a given language.
/** * Translates a string to the current language or to a given language. * * See \Drupal\Core\StringTranslation\TranslatableMarkup::__construct() for * important security information and usage guidelines. * * In order for strings to be localized, make them available in one of the * ways supported by the * @link https://www.drupal.org/node/322729 Localization API @endlink. When * possible, use the \Drupal\Core\StringTranslation\StringTranslationTrait * $this->t(). Otherwise create a new * \Drupal\Core\StringTranslation\TranslatableMarkup object. * * @param string $string * A string containing the English text to translate. * @param array $args * (optional) An associative array of replacements to make after * translation. Based on the first character of the key, the value is * escaped and/or themed. See * \Drupal\Component\Render\FormattableMarkup::placeholderFormat() for * details. * @param array $options * (optional) An associative array of additional options, with the following * elements: * - 'langcode' (defaults to the current language): A language code, to * translate to a language other than what is used to display the page. * - 'context' (defaults to the empty context): The context the source * string belongs to. See the * @link i18n Internationalization topic @endlink for more information * about string contexts. * * @return \Drupal\Core\StringTranslation\TranslatableMarkup * An object that, when cast to a string, returns the translated string. * * @see \Drupal\Component\Render\FormattableMarkup::placeholderFormat() * @see \Drupal\Core\StringTranslation\TranslatableMarkup::__construct() * * @ingroup sanitization */ Inherited from Drupal\Core\Entity\EntityHandlerBase Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/StringTranslationTrait.php:70
- ⧉protected formatPlural($count, $singular, $plural, array $args = array(), array $options = array()) Formats a string containing a count of items.
/** * Formats a string containing a count of items. * * @see \Drupal\Core\StringTranslation\TranslationInterface::formatPlural() */ Inherited from Drupal\Core\Entity\EntityHandlerBase Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/StringTranslationTrait.php:79
- ⧉protected getNumberOfPlurals($langcode = null) Returns the number of plurals supported by a given language.
/** * Returns the number of plurals supported by a given language. * * @see \Drupal\locale\PluralFormulaInterface::getNumberOfPlurals() */ Inherited from Drupal\Core\Entity\EntityHandlerBase Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/StringTranslationTrait.php:88
- ⧉protected getStringTranslation(): \Drupal\Core\StringTranslation\TranslationInterface Gets the string translation service.
/** * Gets the string translation service. * * @return \Drupal\Core\StringTranslation\TranslationInterface * The string translation service. */ Inherited from Drupal\Core\Entity\EntityHandlerBase Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/StringTranslationTrait.php:102
- ⇄⧉public static renderLinks($node_entity_id, $view_mode, $langcode, $is_in_preview, $revision_id = null): array #lazy_builder callback; builds a node's links.\Drupal\node\NodeViewBuilder::renderLinks($node_entity_id, $view_mode, $langcode, $is_in_preview, $revision_id = null)
/** * #lazy_builder callback; builds a node's links. * * @param string $node_entity_id * The node entity ID. * @param string $view_mode * The view mode in which the node entity is being viewed. * @param string $langcode * The language in which the node entity is being viewed. * @param bool $is_in_preview * Whether the node is currently being previewed. * @param $revision_id * (optional) The identifier of the node revision to be loaded. If none * is provided, the default revision will be loaded. * * @return array * A renderable array representing the node links. */ Defined in <ROOT>/core/modules/node/src/NodeViewBuilder.php:89
- ⇄⧉public static trustedCallbacks() {@inheritdoc}\Drupal\node\NodeViewBuilder::trustedCallbacks()
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/node/src/NodeViewBuilder.php:154
- ⇄⧉public static createInstance(Symfony\Component\DependencyInjection\ContainerInterface $container, Drupal\Core\Entity\EntityTypeInterface $entity_type) {@inheritdoc}\Drupal\Core\Entity\EntityViewBuilder::createInstance(Symfony\Component\DependencyInjection\ContainerInterface $container, Drupal\Core\Entity\EntityTypeInterface $entity_type)
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityViewBuilder Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityViewBuilder.php:109
- ⧉protected static buildLinks(Drupal\node\NodeInterface $entity, $view_mode): array Build the default links (Read more) for a node.
/** * Build the default links (Read more) for a node. * * @param \Drupal\node\NodeInterface $entity * The node object. * @param string $view_mode * A view mode identifier. * * @return array * An array that can be processed by drupal_pre_render_links(). */ Defined in <ROOT>/core/modules/node/src/NodeViewBuilder.php:124
- ⇄⧉public buildComponents(array &$build, array $entities, array $displays, $view_mode) {@inheritdoc}
- ⇄const THROW_EXCEPTION :: string (9) "exception"\Drupal\node\NodeViewBuilder::THROW_EXCEPTION
- ⇄const TRIGGER_WARNING :: string (7) "warning"\Drupal\node\NodeViewBuilder::TRIGGER_WARNING
- ⇄const TRIGGER_SILENCED_DEPRECATION :: string (20) "silenced_deprecation"\Drupal\node\NodeViewBuilder::TRIGGER_SILENCED_DEPRECATION
- ⇄const THROW_EXCEPTION :: string (9) "exception"
- ⇄1 => string (5) "build"$0['#pre_render'][0][1]
- ⇄⧉0 => Drupal\node\NodeViewBuilder (12)
- ⇄⧉0 => array (2)
- ⇄⧉#node => Drupal\node\Entity\Node (29)