Downloads
Document
Spustitelná verze pro Windows
Document
Spustitelná verze pro GNU/Linux
2019-07-26 10:09:36 UTC
2017-04-18 08:20:25 UTC
2019-07-26 10:09:36 UTC
<h2>Úvod</h2> <p>Některé funkcionality zatím chybí, autoři ale pracují na vývoji. <strong>Je tedy pravděpodobné, že se místy objeví chyby.</strong> Pokud byste tedy měli nějakou připomínku, můžete ji poslat na kontaktní adresu. Po odladění softwaru uvolníme celé zdrojové kódy pod otevřenou licencí.</p> <h2>Návod</h2> <p>Program bude velmi pravděpodobně fungovat také na jiných konfiguracích.</p> <ul> <li>Operační systém: Windows XP Service Pack 3 nebo vyšší; Linux Ubuntu 16.04 nebo vyšší</li> <li>Procesor: Windows verze - Intel Pentium Pro a novější, Linux verze - jakýkoli x86-64 procesor.</li> <li>.NET Framework: ekvivalent verze 2.0</li> </ul> <h3>Instalace</h3> <ol> <li>Stáhněte si v sekci Ke stažení archiv se spustitelnou verzí.</li> <li>Stažený soubor rozbalte na vhodné místo v počítači. Ve složce vybalené z archivu naleznete soubor <em>nxc4ev3-gui.exe</em>. Jedná se o okénkové rozhraní. Můžete jej spouštět přímo a nebo si na něj můžete vytvořit odkaz.</li> </ol> <h3>Použití</h3> <ol> <li>Otevřete program NXC4EV3 GUI. Vyberte zdrojový soubor v jazyce NXC pomocí tlačítka vedle pole pro „NXC file“. „Resource dir“ se doplní automaticky. Pro editaci zdrojových kódů třeba používat např. původní <a href="http://bricxcc.sourceforge.net/">Bricx Control Center</a>, NXC4EV3 se stará pouze o kompatibilitu s EV3.</li> <li>Pro sestavení klepněte na „Compile“. Pokud překlad proběhl bez problémů, můžete pokračovat dále.</li> <li>Pro nahrátí na EV3 kostku klepněte na „Upload“. Kostka musí být k počítači připojena přes USB. Pokud nahrátí bylo úspěšné, program naleznete na kostce v adresáři, který se jmenuje dle vstupního NXC souboru.</li> </ol> <p>Poznámka: při sestavení se vytváří dočasné soubory, které po nahrátí nejsou potřeba. Jedná se o koncovky <em>.c</em>, <em>.dl</em>, <em>.elf</em> a <em>.rbf</em>.</p> <h2>Technické detaily</h2> <p>Software pracuje na principu překladu z jazyka NXC do jazyka C a následné kompilaci do nativního kódu. Program starající se o překlad jsme nazvali NXC2CC a je napsán v C++11/C++14. Překlad probíhá v několika etapách. V první etapě je vstupní NXC soubor lexikálně analyzován pomocí upraveného <a href="http://boost-spirit.com/repository/applications/show_contents.php">slexu</a>. Hned poté zpracován knihovnou <a href="http://www.boost.org/doc/libs/1_58_0/libs/wave/">Boost::Wave</a>, která funguje jako preprocesor. Většina obslužného kódu je založena na příkladu <em>cpp_tokens</em> z téže knihovny. Druhá etapa je syntaktická a sémantická analýza. Pro tento účel je použit vlastní rekurzivně-sestupný parser napsaný podle přizpůsobené syntaxe C89. Jak parser prochází tokeny z předchozí etapy a sestavuje parsovací strom, průběžně vzniká také tabulky symbolů. Na tu je pak často ukazováno z parsovacího stromu. Třetí etapa provádí opak předchozích dvou, z parsovacího stromu přímo zapisuje odpovídající zdrojový kód v jazyce C. Tím končí práce programu NXC2CC. Výstupný soubor se nedá použít osamoceně, je k němu potřeba podpůrná knihovna NXClib (ta je součástí projektu).</p> <p>NXClib sestává ze tří částí: z maker zjednodušující výstup z NXC2CC, z API hlaviček pro NXC2CC a z implementace API pro C kompilátor. Implementace API využívá už existujícího projektu <a href="https://c4ev3.github.io/">C4EV3</a>.</p> <p>Ze stejného projektu je odvozeno i pokračování procesu. Pro kompilaci do nativního kódu je využito GCC z Sourcery G++ Lite 2009q1-203 (<a href="https://sourcery.mentor.com/GNUToolchain/package4571/public/arm-none-linux-gnueabi/arm-2009q1-203-arm-none-linux-gnueabi-i686-mingw32.tar.bz2">Win32</a>, <a href="https://sourcery.mentor.com/GNUToolchain/package4571/public/arm-none-linux-gnueabi/arm-2009q1-203-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2">Linux</a>, <a href="https://sourcery.mentor.com/GNUToolchain/package4571/public/arm-none-linux-gnueabi/arm-2009q1-203-arm-none-linux-gnueabi.src.tar.bz2">zdrojové kódy</a>). Autor se domnívá, že stejný kompilátor byl použit i pro firmware EV3. Z kompilátoru se získává spustitelný soubor pro Linux na kostce.</p> <p>Závěrečnou etapou je nahrátí na kostku. Využit je program <a href="https://github.com/c4ev3/ev3duder">ev3duder</a>, také z C4EV3. Nejprve je jím třeba vytvořit soubor RBF, který je spustitelný v EV3 VM a na koste se zobrazí jako program. Pak jím zbývá nahrát oba soubory na EV3 kostku.</p> <p>NXC4EV3 GUI je grafická nadstavba, která popsaný proces automatizuje a skrývá od <em>běžného</em> uživatele.</p> <h2>Kontakt</h2> <p>Jakub Vaněk<br /> E-mail: <a href="mailto:lego-sw@vankovi.net">lego-sw@vankovi.net</a></p>
Rádi bychom vám představili software, který je od školního roku 2016/2017 vytvářen ve spolupráci s naší katedrou. Jedná se o nástroj pro spouštění programů napsaných v programovacím jazyce NXC na Lego Mindstorms EV3. Cílem projektu je použití shodných zdrojových kódů pro NXT a EV3.
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:101
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:108
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:115
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:122
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:129
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:136
/** * 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
/** * Gets the default langcode. * * @return string * The current default langcode. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:173
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:101
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:108
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:115
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:122
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:129
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:136
/** * 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
/** * Gets the default langcode. * * @return string * The current default langcode. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:173
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:101
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:108
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:115
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:122
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:129
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:136
/** * 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
/** * Gets the default langcode. * * @return string * The current default langcode. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:173
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:101
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:108
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:115
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:122
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:129
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:136
/** * 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
/** * Gets the default langcode. * * @return string * The current default langcode. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:173
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/user/src/EntityOwnerTrait.php:48
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/user/src/EntityOwnerTrait.php:55
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/user/src/EntityOwnerTrait.php:65
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/user/src/EntityOwnerTrait.php:73
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/node/src/Entity/Node.php:102
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/node/src/Entity/Node.php:124
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/node/src/Entity/Node.php:139
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/node/src/Entity/Node.php:186
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/node/src/Entity/Node.php:193
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/node/src/Entity/Node.php:201
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/node/src/Entity/Node.php:208
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/node/src/Entity/Node.php:216
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/node/src/Entity/Node.php:223
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/node/src/Entity/Node.php:231
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/node/src/Entity/Node.php:238
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/node/src/Entity/Node.php:246
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/node/src/Entity/Node.php:253
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EditorialContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityPublishedTrait.php:47
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EditorialContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityPublishedTrait.php:54
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EditorialContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityPublishedTrait.php:64
/** * Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionCreationTime(). */ Inherited from Drupal\Core\Entity\EditorialContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php:69
/** * Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionCreationTime(). */ Inherited from Drupal\Core\Entity\EditorialContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php:76
/** * Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionUser(). */ Inherited from Drupal\Core\Entity\EditorialContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php:84
/** * Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionUser(). */ Inherited from Drupal\Core\Entity\EditorialContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php:91
/** * Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionUserId(). */ Inherited from Drupal\Core\Entity\EditorialContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php:99
/** * Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionUserId(). */ Inherited from Drupal\Core\Entity\EditorialContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php:106
/** * Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionLogMessage(). */ Inherited from Drupal\Core\Entity\EditorialContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php:114
/** * Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionLogMessage(). */ Inherited from Drupal\Core\Entity\EditorialContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php:121
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/SynchronizableEntityTrait.php:22
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/SynchronizableEntityTrait.php:31
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:189
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:284
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:291
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:313
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:320
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:328
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:335
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:348
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:363
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:373
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:383
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:390
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:400
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:407
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:415
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:422
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:429
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:487
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:496
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:503
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:520
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:538
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:545
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:552
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:559
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:566
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:624
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:635
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:648
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:662
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:669
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:681
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:691
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:716
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:782
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:848
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:883
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:934
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:944
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:951
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:972
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:1001
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:1011
/** * 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
/** * 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
/** * 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
/** * Implements the magic method for isset(). */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:1109
/** * Implements the magic method for unset(). */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:1118
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:1149
/** * Magic method: Implements a deep clone. */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:1178
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:1264
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:1273
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:1413
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:1472
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php:15
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php:31
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:33
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php:41
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php:51
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:74
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:120
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:127
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:136
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:159
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:222
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:240
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:284
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:337
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:345
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:371
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:436
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:457
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:467
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:477
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:559
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:567
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:588
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:633
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:640
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:647
/** * 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
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:268
/** * 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
/** * 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
/** * 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
/** * Updates language for already instantiated fields. */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:771
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/node/src/Entity/Node.php:162
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/node/src/Entity/Node.php:178
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/node/src/Entity/Node.php:261
/** * 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
/** * 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
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:1132
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\ContentEntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:1392
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:398
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:423
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:484
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityBase Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityBase.php:494
/** * 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
/** * 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
-rw-r--r-- 1001 100 177B Sep 19 2023 core/modules/action/action.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-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
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 379B Aug 03 00:51 modules/contrib/admin_toolbar/admin_toolbar.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 404B Jun 19 21:24 modules/contrib/anchor_link/anchor_link.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 209B Sep 19 2023 core/modules/automated_cron/automated_cron.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 388B Jun 27 2022 modules/contrib/bean_migrate/bean_migrate.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 372B May 22 19:05 modules/contrib/better_exposed_filters/better_exposed_filters.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 160B Sep 19 2023 core/modules/big_pipe/big_pipe.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 243B Sep 19 2023 core/modules/block/block.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 240B Sep 19 2023 core/modules/block_content/block_content.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 389B Jan 20 2023 modules/contrib/block_content_permissions/block_content_permissions.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 142B Sep 19 2023 core/modules/breakpoint/breakpoint.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 285B Oct 08 10:15 modules/custom/ck5_extra_plugins/ck5_extra_plugins.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 163B Sep 19 2023 core/modules/ckeditor5/ckeditor5.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 421B Oct 10 2022 modules/contrib/ckeditor5_font/ckeditor5_font.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 229B Oct 08 10:15 modules/custom/ckeditor5_inline_style/ckeditor5_inline_style.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 164B Sep 19 2023 core/modules/comment/comment.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 178B Sep 19 2023 core/modules/config/config.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 358B Sep 27 23:27 modules/contrib/config_filter/config_filter.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 359B Feb 10 2023 modules/contrib/config_ignore/config_ignore.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 356B Apr 30 11:44 modules/contrib/config_inspector/config_inspector.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 350B Mar 21 12:54 modules/contrib/config_split/config_split.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 221B Sep 19 2023 core/modules/config_translation/config_translation.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 334B Apr 08 2020 modules/contrib/config_update/config_update.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 412B Apr 08 2020 modules/contrib/config_update/config_update_ui/config_update_ui.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 187B Sep 19 2023 core/modules/contact/contact.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 161B Sep 19 2023 core/modules/contextual/contextual.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 173B Oct 08 10:15 modules/custom/custom_media_library/custom_media_library.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 341B Apr 27 2023 modules/contrib/date_all_day/date_all_day.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 168B Sep 19 2023 core/modules/datetime/datetime.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 164B Sep 19 2023 core/modules/datetime_range/datetime_range.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 155B Sep 19 2023 core/modules/dblog/dblog.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 332B Jun 07 2023 modules/contrib/devel/devel.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 373B Oct 07 09:37 modules/contrib/devel_entity_updates/devel_entity_updates.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 368B Aug 09 13:48 modules/contrib/devel_kint_extras/devel_kint_extras.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 424B Jun 01 12:12 modules/contrib/draggableviews/draggableviews.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 302B Aug 11 15:06 modules/contrib/dropzonejs/dropzonejs.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 382B Aug 11 15:06 modules/contrib/dropzonejs/modules/eb_widget/dropzonejs_eb_widget.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 162B Sep 19 2023 core/modules/dynamic_page_cache/dynamic_page_cache.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 213B Oct 08 10:15 modules/custom/edit_panel/edit_panel.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 260B Sep 19 2023 core/modules/editor/editor.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 399B Jun 29 2023 modules/contrib/editor_advanced_link/editor_advanced_link.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 388B Aug 10 11:57 modules/contrib/embed/embed.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 330B Dec 11 2023 modules/contrib/entity_browser/entity_browser.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-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
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 369B Apr 08 16:47 modules/contrib/entity_embed/entity_embed.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 358B Aug 04 22:48 modules/contrib/entity_reference_revisions/entity_reference_revisions.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 686B May 17 2023 modules/contrib/entity_usage/entity_usage.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 129B Sep 19 2023 core/modules/field/field.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 339B Aug 03 10:08 modules/contrib/field_group/field_group.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-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
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 155B Sep 19 2023 core/modules/field_ui/field_ui.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 140B Sep 19 2023 core/modules/file/file.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 179B Sep 19 2023 core/modules/filter/filter.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-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
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 299B Nov 28 2022 modules/contrib/fitvids/fitvids.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 281B Jun 14 14:42 modules/contrib/gin_toolbar/gin_toolbar.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 341B Oct 03 09:17 modules/contrib/glightbox/glightbox.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 106B Sep 19 2023 core/modules/help/help.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 146B Sep 19 2023 core/modules/history/history.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 228B Sep 19 2023 core/modules/image/image.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 306B Aug 04 00:47 modules/contrib/imce/imce.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 346B Nov 02 2023 modules/contrib/inline_entity_form/inline_entity_form.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 173B Sep 19 2023 core/modules/inline_form_errors/inline_form_errors.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 264B May 29 19:01 modules/contrib/jquery_ui/jquery_ui.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 344B May 30 20:40 modules/contrib/jquery_ui_datepicker/jquery_ui_datepicker.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 333B May 30 03:08 modules/contrib/jquery_ui_slider/jquery_ui_slider.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 336B Jun 06 10:44 modules/contrib/jquery_ui_touch_punch/jquery_ui_touch_punch.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 180B Sep 19 2023 core/modules/language/language.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 143B Sep 19 2023 core/modules/link/link.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 408B Oct 09 2023 modules/contrib/linkit/linkit.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 220B Sep 19 2023 core/modules/locale/locale.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 308B Aug 09 03:09 modules/contrib/masquerade/masquerade.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 225B Sep 19 2023 core/modules/media/media.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 278B Sep 19 2023 core/modules/media_library/media_library.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 325B Aug 22 22:17 modules/contrib/media_library_edit/media_library_edit.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 611B Feb 21 2023 modules/contrib/media_migration/media_migration.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-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
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 288B May 07 00:58 modules/contrib/menu_block/menu_block.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 381B Oct 29 2023 modules/contrib/menu_firstchild/menu_firstchild.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 150B Sep 19 2023 core/modules/menu_link_content/menu_link_content.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 211B Sep 19 2023 core/modules/menu_ui/menu_ui.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 287B Oct 03 13:02 modules/contrib/migmag/migmag.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 335B Oct 03 13:02 modules/contrib/migmag/migmag_process/migmag_process.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 97B Sep 19 2023 core/modules/migrate/migrate.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 344B Jun 11 23:19 modules/contrib/migrate_conditions/migrate_conditions.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 292B Oct 27 2023 modules/contrib/migrate_devel/migrate_devel.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 166B Sep 19 2023 core/modules/migrate_drupal/migrate_drupal.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 271B Sep 19 2023 core/modules/migrate_drupal_ui/migrate_drupal_ui.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 407B Jan 29 2023 modules/contrib/migrate_file/migrate_file.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 300B Apr 22 2022 modules/contrib/migrate_plus/migrate_plus.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 294B Feb 27 21:33 modules/contrib/migrate_process_array/migrate_process_array.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 275B Oct 08 08:51 modules/contrib/migrate_process_extra/migrate_process_extra.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 305B Nov 10 2020 modules/contrib/migrate_process_skip/migrate_process_skip.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 323B Jul 20 2022 modules/contrib/migrate_process_trim/migrate_process_trim.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 346B Jul 05 22:39 modules/contrib/migrate_sandbox/migrate_sandbox.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 459B Dec 30 2022 modules/contrib/migrate_tools/migrate_tools.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 384B Jun 25 23:23 modules/contrib/migrate_upgrade/migrate_upgrade.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 98B Sep 19 2023 core/modules/mysql/mysql.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 206B Sep 19 2023 core/modules/node/node.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 325B Jun 14 18:40 modules/contrib/oidc/oidc.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 210B Sep 19 2023 core/modules/options/options.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 343B May 30 2021 modules/contrib/owlcarousel/owlcarousel.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 179B Sep 19 2023 core/modules/page_cache/page_cache.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 175B Sep 19 2023 core/modules/path/path.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 146B Sep 19 2023 core/modules/path_alias/path_alias.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 406B Jul 09 11:11 modules/contrib/potx/potx.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 365B Aug 10 10:14 modules/contrib/redirect/redirect.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 122B Oct 08 10:15 modules/custom/robo/robo.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 217B Oct 08 10:15 modules/custom/robo_migrate/robo_migrate.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-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
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-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
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-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
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 193B Sep 19 2023 core/modules/search/search.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 207B Sep 19 2023 core/modules/shortcut/shortcut.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 333B Jun 30 13:11 modules/contrib/smart_sql_idmap/smart_sql_idmap.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 441B Aug 17 00:27 modules/contrib/smart_trim/smart_trim.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 456B Aug 23 13:38 modules/contrib/spamspan/spamspan.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 317B Jul 29 16:47 modules/contrib/string_field_formatter/string_field_formatter.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 325B Oct 28 2023 modules/contrib/svg_image/svg_image.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 180B Sep 19 2023 core/modules/system/system.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 208B Sep 19 2023 core/modules/taxonomy/taxonomy.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 159B Sep 19 2023 core/modules/text/text.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 427B Oct 08 10:15 modules/custom/timer_block/timer_block.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 282B Jul 29 00:36 modules/contrib/token/token.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 307B Jun 24 01:01 modules/contrib/token_filter/token_filter.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 209B Sep 19 2023 core/modules/toolbar/toolbar.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 115B Sep 19 2023 core/modules/tour/tour.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 397B Aug 21 17:21 modules/contrib/twig_real_content/twig_real_content.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 214B Sep 19 2023 core/modules/update/update.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 399B Aug 07 17:23 modules/contrib/upgrade_status/upgrade_status.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 193B Sep 19 2023 core/modules/user/user.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 457B Dec 19 2022 modules/contrib/video_embed_field/video_embed_field.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 372B Jun 06 11:13 modules/contrib/views_bulk_operations/views_bulk_operations.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 370B Apr 20 2023 modules/contrib/views_migration/views_migration.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 200B Sep 19 2023 core/modules/views_ui/views_ui.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 391B Jul 19 23:32 modules/contrib/webform/webform.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 345B Jul 19 23:32 modules/contrib/webform/modules/webform_access/webform_access.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 334B Jul 19 23:32 modules/contrib/webform/modules/webform_devel/webform_devel.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-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
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 356B Mar 15 2021 modules/contrib/webform_migrate/webform_migrate.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 451B Jul 19 23:32 modules/contrib/webform/modules/webform_node/webform_node.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-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
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-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
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-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
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 337B Jul 19 23:32 modules/contrib/webform/modules/webform_templates/webform_templates.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 327B Jul 19 23:32 modules/contrib/webform/modules/webform_ui/webform_ui.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 328B Aug 14 2023 modules/contrib/yaml_editor/yaml_editor.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 413B Aug 19 2022 modules/contrib/menu_admin_per_menu/menu_admin_per_menu.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 439B Aug 01 12:21 modules/contrib/pathauto/pathauto.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 206B Sep 19 2023 core/modules/content_translation/content_translation.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 365B Jul 11 11:22 modules/contrib/externalauth/externalauth.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 159B Sep 19 2023 core/modules/views/views.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 568B Jan 14 13:09 modules/contrib/paragraphs/paragraphs.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 318B Feb 24 2023 modules/contrib/linked_field/linked_field.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 561B Sep 19 2023 core/profiles/standard/standard.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
-rw-r--r-- 1001 100 421B Oct 07 2022 modules/contrib/eu_cookie_compliance/eu_cookie_compliance.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:94
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:239
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:246
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:253
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:259
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:266
/** * 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
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:313
/** * 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
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:339
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:344
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:364
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:436
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * Prevents the database connection from being serialized. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:2041
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:123
/** * 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
/** * Gets the server version. * * @return string * The PDO server version. */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:306
/** * Overridden to work around issues to MySQL not supporting transactional DDL. */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:391
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:466
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:142
/** * 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
/** * 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
/** * 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
/** * Constructs a DatabaseCacheTagsChecksum object. * * @param \Drupal\Core\Database\Connection $connection * The database connection. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:28
/** * 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
/** * Implements \Drupal\Core\Cache\CacheTagsInvalidatorInterface::invalidateTags() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php:53
/** * Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::getCurrentChecksum() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php:83
/** * Defines the schema for the {cachetags} table. * * @internal */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:97
/** * Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::isValid() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php:105
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:147
/** * Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::reset() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php:149
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:35
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:58
/** * Check if the cache tags table exists and create it if not. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:75
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:90
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:99
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:176
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:189
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:279
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:286
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:309
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:326
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:333
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:352
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:366
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:399
/** * Defines the schema for the {cache_*} bin tables. * * @internal */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:478
/** * 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
/** * 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
/** * 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
/** * Check if the cache bin exists and create it if not. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:411
/** * 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
/** * 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
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:122
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:138
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:150
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:158
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:165
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:172
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:182
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:192
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:199
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:223
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:246
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:253
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:262
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:290
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:327
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:336
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:346
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:368
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:394
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:402
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:412
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:423
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:440
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:449
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:477
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:569
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:725
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:736
/** * 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
/** * Builds hook_hook_info() information. * * @see \Drupal\Core\Extension\ModuleHandler::getHookInfo() */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:308
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:87
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:104
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:111
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:147
/** * Sets the default langcode. * * @param string $langcode * A language code. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:157
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:164
/** * 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
/** * 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
/** * Implements the magic __toString() method. */ Defined in <ROOT>/core/lib/Drupal/Component/Utility/ToStringTrait.php:13
/** * 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
/** * 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
/** * 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
/** * Gets all options from this translated string. * * @return mixed[] * The array of options. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:168
/** * Gets all arguments from this translated string. * * @return mixed[] * The array of arguments. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:178
/** * Renders the object as a string. * * @return string * The translated string. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:188
/** * Magic __sleep() method to avoid serializing the string translator. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:203
/** * Returns the string length. * * @return int * The length of the string. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:228
/** * 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
/** * For test purposes, wrap die() in an overridable method. */ Defined in <ROOT>/core/lib/Drupal/Component/Utility/ToStringTrait.php:31
/** * 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
/** * 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
/** * 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
/** * Implements the magic __toString() method. */ Defined in <ROOT>/core/lib/Drupal/Component/Utility/ToStringTrait.php:13
/** * 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
/** * 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
/** * 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
/** * Gets all options from this translated string. * * @return mixed[] * The array of options. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:168
/** * Gets all arguments from this translated string. * * @return mixed[] * The array of arguments. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:178
/** * Renders the object as a string. * * @return string * The translated string. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:188
/** * Magic __sleep() method to avoid serializing the string translator. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:203
/** * Returns the string length. * * @return int * The length of the string. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:228
/** * 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
/** * For test purposes, wrap die() in an overridable method. */ Defined in <ROOT>/core/lib/Drupal/Component/Utility/ToStringTrait.php:31
/** * 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
/** * 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
/** * 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
/** * Implements the magic __toString() method. */ Defined in <ROOT>/core/lib/Drupal/Component/Utility/ToStringTrait.php:13
/** * 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
/** * 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
/** * 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
/** * Gets all options from this translated string. * * @return mixed[] * The array of options. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:168
/** * Gets all arguments from this translated string. * * @return mixed[] * The array of arguments. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:178
/** * Renders the object as a string. * * @return string * The translated string. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:188
/** * Magic __sleep() method to avoid serializing the string translator. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:203
/** * Returns the string length. * * @return int * The length of the string. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:228
/** * 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
/** * For test purposes, wrap die() in an overridable method. */ Defined in <ROOT>/core/lib/Drupal/Component/Utility/ToStringTrait.php:31
/** * 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
/** * 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
/** * 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
/** * Implements the magic __toString() method. */ Defined in <ROOT>/core/lib/Drupal/Component/Utility/ToStringTrait.php:13
/** * 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
/** * 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
/** * 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
/** * Gets all options from this translated string. * * @return mixed[] * The array of options. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:168
/** * Gets all arguments from this translated string. * * @return mixed[] * The array of arguments. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:178
/** * Renders the object as a string. * * @return string * The translated string. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:188
/** * Magic __sleep() method to avoid serializing the string translator. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:203
/** * Returns the string length. * * @return int * The length of the string. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:228
/** * 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
/** * For test purposes, wrap die() in an overridable method. */ Defined in <ROOT>/core/lib/Drupal/Component/Utility/ToStringTrait.php:31
/** * 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
/** * 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
/** * 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
/** * Implements the magic __toString() method. */ Defined in <ROOT>/core/lib/Drupal/Component/Utility/ToStringTrait.php:13
/** * 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
/** * 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
/** * 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
/** * Gets all options from this translated string. * * @return mixed[] * The array of options. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:168
/** * Gets all arguments from this translated string. * * @return mixed[] * The array of arguments. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:178
/** * Renders the object as a string. * * @return string * The translated string. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:188
/** * Magic __sleep() method to avoid serializing the string translator. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:203
/** * Returns the string length. * * @return int * The length of the string. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:228
/** * 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
/** * For test purposes, wrap die() in an overridable method. */ Defined in <ROOT>/core/lib/Drupal/Component/Utility/ToStringTrait.php:31
/** * 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
/** * 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
/** * 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
/** * Implements the magic __toString() method. */ Defined in <ROOT>/core/lib/Drupal/Component/Utility/ToStringTrait.php:13
/** * 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
/** * 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
/** * 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
/** * Gets all options from this translated string. * * @return mixed[] * The array of options. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:168
/** * Gets all arguments from this translated string. * * @return mixed[] * The array of arguments. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:178
/** * Renders the object as a string. * * @return string * The translated string. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:188
/** * Magic __sleep() method to avoid serializing the string translator. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:203
/** * Returns the string length. * * @return int * The length of the string. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:228
/** * 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
/** * For test purposes, wrap die() in an overridable method. */ Defined in <ROOT>/core/lib/Drupal/Component/Utility/ToStringTrait.php:31
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityType.php:20
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityType.php:36
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityType.php:59
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityType.php:66
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityType.php:74
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityType.php:82
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:33
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:74
/** * 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
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:341
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:354
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:367
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:374
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:381
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:388
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:395
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:402
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:410
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:418
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:425
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:438
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:445
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:453
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:460
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:471
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:479
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:494
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:501
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:520
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:527
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:535
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:542
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:549
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:556
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:564
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:571
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:578
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:586
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:593
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:600
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:607
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:615
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:622
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:629
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:636
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:644
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:652
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:664
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:671
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:678
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:693
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:700
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:707
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:714
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:722
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:729
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:736
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:743
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:750
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:761
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:772
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:783
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:797
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:804
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:812
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:819
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:826
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:833
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:850
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:857
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:864
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:872
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityType Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:880
/** * {@inheritdoc} */ Inherited from Drupal\Component\Plugin\Definition\PluginDefinition Defined in <ROOT>/core/lib/Drupal/Component/Plugin/Definition/PluginDefinition.php:35
/** * {@inheritdoc} */ Inherited from Drupal\Component\Plugin\Definition\PluginDefinition Defined in <ROOT>/core/lib/Drupal/Component/Plugin/Definition/PluginDefinition.php:50
/** * {@inheritdoc} */ Inherited from Drupal\Component\Plugin\Definition\PluginDefinition Defined in <ROOT>/core/lib/Drupal/Component/Plugin/Definition/PluginDefinition.php:57
/** * {@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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Inherited from Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery Defined in <ROOT>/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php:20
/** * {@inheritdoc} */ Inherited from Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery Defined in <ROOT>/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php:59
/** * {@inheritdoc} */ Inherited from Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery Defined in <ROOT>/core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotatedClassDiscovery.php:107
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php:74
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php:88
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php:118
/** * 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
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:122
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:138
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:150
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:158
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:165
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:172
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:182
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:192
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:199
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:223
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:246
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:253
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:262
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:290
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:327
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:336
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:346
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:368
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:394
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:402
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:412
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:423
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:440
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:449
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:477
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:569
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:725
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:736
/** * 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
/** * Builds hook_hook_info() information. * * @see \Drupal\Core\Extension\ModuleHandler::getHookInfo() */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:308
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:90
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:99
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:176
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:189
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:279
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:286
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:309
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:326
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:333
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:352
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:366
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:399
/** * Defines the schema for the {cache_*} bin tables. * * @internal */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:478
/** * 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
/** * 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
/** * 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
/** * Check if the cache bin exists and create it if not. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:411
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:87
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:104
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:111
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:147
/** * Sets the default langcode. * * @param string $langcode * A language code. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:157
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:164
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/ClassResolver.php:18
Defined in .../symfony/dependency-injection/ContainerAwareTrait.php:26
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:33
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:74
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php:56
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php:63
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php:95
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php:106
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php:120
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php:132
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php:140
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php:150
Defined in .../symfony/dependency-injection/ContainerAwareTrait.php:26
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:100
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:131
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:161
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:169
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:180
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:191
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:198
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:205
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:222
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:237
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:244
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:251
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:267
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php:59
/** * 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
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:178
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:357
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:364
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:371
/** * {@inheritdoc} */ Inherited from Drupal\Component\Plugin\PluginManagerBase Defined in <ROOT>/core/lib/Drupal/Component/Plugin/PluginManagerBase.php:71
/** * {@inheritdoc} */ Inherited from Drupal\Component\Plugin\PluginManagerBase Defined in <ROOT>/core/lib/Drupal/Component/Plugin/PluginManagerBase.php:106
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:115
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:266
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:277
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * Gets the default language. * * @return \Drupal\Core\Language\LanguageInterface * The default language. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageDefault.php:40
/** * Sets the default language. * * @param \Drupal\Core\Language\LanguageInterface $language * The default language. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageDefault.php:50
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:81
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:88
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:135
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:231
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:252
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:270
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:319
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:327
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:394
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:385
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:122
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:138
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:150
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:158
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:165
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:172
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:182
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:192
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:199
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:223
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:246
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:253
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:262
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:290
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:327
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:336
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:346
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:368
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:394
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:402
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:412
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:423
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:440
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:449
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:477
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:569
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:725
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:736
/** * 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
/** * Builds hook_hook_info() information. * * @see \Drupal\Core\Extension\ModuleHandler::getHookInfo() */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:308
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:86
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:97
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:117
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:127
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:134
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:141
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:149
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:158
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:166
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:175
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:189
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:207
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:221
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Inherited from Drupal\Core\Config\ConfigFactoryOverrideBase Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php:47
/** * Gets the main request. * * @return \Symfony\Component\HttpFoundation\Request|null * The main request. */ Defined in <ROOT>/core/lib/Drupal/Core/Http/RequestStack.php:21
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Http/RequestStack.php:33
/** * 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
/** * 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
/** * @return Request|null */ Inherited from Symfony\Component\HttpFoundation\RequestStack Defined in .../symfony/http-foundation/RequestStack.php:59
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:112
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:120
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:128
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:207
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:219
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:233
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:241
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:259
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:291
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:306
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:131
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:143
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:150
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:158
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:179
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:196
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:210
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:241
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:263
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:270
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:279
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:326
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:344
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:366
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:405
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:460
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:467
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:474
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:481
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:498
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:33
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:74
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:121
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:155
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:163
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:179
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:207
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:102
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:229
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Plugin/Context/LazyContextRepository.php:50
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Plugin/Context/LazyContextRepository.php:94
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityRepository.php:56
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityRepository.php:71
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityRepository.php:93
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityRepository.php:129
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityRepository.php:136
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityRepository.php:173
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityRepository.php:180
/** * 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
/** * 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
/** * 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
/** * 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
/** * Gets the default language. * * @return \Drupal\Core\Language\LanguageInterface * The default language. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageDefault.php:40
/** * Sets the default language. * * @param \Drupal\Core\Language\LanguageInterface $language * The default language. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageDefault.php:50
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:81
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:88
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:135
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:231
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:252
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:270
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:319
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:327
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:394
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:385
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:122
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:138
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:150
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:158
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:165
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:172
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:182
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:192
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:199
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:223
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:246
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:253
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:262
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:290
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:327
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:336
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:346
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:368
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:394
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:402
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:412
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:423
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:440
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:449
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:477
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:569
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:725
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:736
/** * 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
/** * Builds hook_hook_info() information. * * @see \Drupal\Core\Extension\ModuleHandler::getHookInfo() */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:308
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:86
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:97
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:117
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:127
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:134
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:141
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:149
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:158
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:166
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:175
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:189
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:207
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:221
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Inherited from Drupal\Core\Config\ConfigFactoryOverrideBase Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php:47
/** * Gets the main request. * * @return \Symfony\Component\HttpFoundation\Request|null * The main request. */ Defined in <ROOT>/core/lib/Drupal/Core/Http/RequestStack.php:21
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Http/RequestStack.php:33
/** * 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
/** * 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
/** * @return Request|null */ Inherited from Symfony\Component\HttpFoundation\RequestStack Defined in .../symfony/http-foundation/RequestStack.php:59
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:112
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:120
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:128
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:207
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:219
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:233
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:241
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:259
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:291
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:306
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:131
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:143
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:150
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:158
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:179
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:196
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:210
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:241
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:263
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:270
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:279
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:326
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:344
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:366
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:405
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:460
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:467
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:474
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:481
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:498
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:33
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:74
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:121
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:155
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:163
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:179
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:207
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:102
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:229
/** * 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
/** * 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
/** * {@inheritdoc} */ Inherited from Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery Defined in <ROOT>/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php:20
/** * {@inheritdoc} */ Inherited from Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery Defined in <ROOT>/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php:59
/** * {@inheritdoc} */ Inherited from Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery Defined in <ROOT>/core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotatedClassDiscovery.php:107
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php:74
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php:88
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php:118
/** * 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
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:122
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:138
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:150
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:158
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:165
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:172
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:182
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:192
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:199
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:223
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:246
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:253
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:262
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:290
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:327
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:336
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:346
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:368
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:394
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:402
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:412
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:423
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:440
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:449
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:477
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:569
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:725
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:736
/** * 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
/** * Builds hook_hook_info() information. * * @see \Drupal\Core\Extension\ModuleHandler::getHookInfo() */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:308
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:90
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:99
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:176
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:189
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:279
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:286
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:309
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:326
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:333
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:352
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:366
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:399
/** * Defines the schema for the {cache_*} bin tables. * * @internal */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:478
/** * 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
/** * 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
/** * 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
/** * Check if the cache bin exists and create it if not. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:411
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:87
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:104
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:111
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:147
/** * Sets the default langcode. * * @param string $langcode * A language code. */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:157
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:164
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/ClassResolver.php:18
Defined in .../symfony/dependency-injection/ContainerAwareTrait.php:26
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:33
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:74
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php:56
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php:63
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php:95
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php:106
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php:120
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php:132
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php:140
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php:150
Defined in .../symfony/dependency-injection/ContainerAwareTrait.php:26
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:100
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:131
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:161
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:169
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:180
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:191
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:198
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:205
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:222
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:237
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:244
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:251
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:267
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php:59
/** * 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
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:178
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:357
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:364
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:371
/** * {@inheritdoc} */ Inherited from Drupal\Component\Plugin\PluginManagerBase Defined in <ROOT>/core/lib/Drupal/Component/Plugin/PluginManagerBase.php:71
/** * {@inheritdoc} */ Inherited from Drupal\Component\Plugin\PluginManagerBase Defined in <ROOT>/core/lib/Drupal/Component/Plugin/PluginManagerBase.php:106
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityTypeManager.php:115
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:266
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:277
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:90
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:99
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:176
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:189
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:279
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:286
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:309
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:326
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:333
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:352
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:366
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:399
/** * Defines the schema for the {cache_*} bin tables. * * @internal */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:478
/** * 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
/** * 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
/** * 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
/** * Check if the cache bin exists and create it if not. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:411
/** * 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
/** * 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
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:122
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:138
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:150
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:158
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:165
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:172
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:182
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:192
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:199
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:223
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:246
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:253
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:262
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:290
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:327
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:336
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:346
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:368
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:394
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:402
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:412
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:423
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:440
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:449
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:477
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:569
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:725
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:736
/** * 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
/** * Builds hook_hook_info() information. * * @see \Drupal\Core\Extension\ModuleHandler::getHookInfo() */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:308
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:94
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:239
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:246
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:253
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:259
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:266
/** * 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
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:313
/** * 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
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:339
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:344
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:364
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:436
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * Prevents the database connection from being serialized. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:2041
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:123
/** * 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
/** * Gets the server version. * * @return string * The PDO server version. */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:306
/** * Overridden to work around issues to MySQL not supporting transactional DDL. */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:391
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:466
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:142
/** * 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
/** * 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
/** * 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
/** * Constructs a DatabaseCacheTagsChecksum object. * * @param \Drupal\Core\Database\Connection $connection * The database connection. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:28
/** * 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
/** * Implements \Drupal\Core\Cache\CacheTagsInvalidatorInterface::invalidateTags() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php:53
/** * Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::getCurrentChecksum() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php:83
/** * Defines the schema for the {cachetags} table. * * @internal */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:97
/** * Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::isValid() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php:105
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:147
/** * Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::reset() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php:149
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:35
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:58
/** * Check if the cache tags table exists and create it if not. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:75
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:90
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:99
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:176
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:189
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:279
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:286
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:309
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:326
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:333
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:352
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:366
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:399
/** * Defines the schema for the {cache_*} bin tables. * * @internal */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:478
/** * 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
/** * 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
/** * 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
/** * Check if the cache bin exists and create it if not. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:411
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityDisplayRepository.php:70
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityDisplayRepository.php:77
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityDisplayRepository.php:84
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityDisplayRepository.php:91
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityDisplayRepository.php:153
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityDisplayRepository.php:160
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityDisplayRepository.php:167
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityDisplayRepository.php:174
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityDisplayRepository.php:241
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityDisplayRepository.php:249
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityDisplayRepository.php:272
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:101
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:108
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:115
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:122
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:129
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:136
/** * 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
/** * Gets the default langcode. * * @return string * The current default langcode. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:173
/** * 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
/** * Gets the default language. * * @return \Drupal\Core\Language\LanguageInterface * The default language. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageDefault.php:40
/** * Sets the default language. * * @param \Drupal\Core\Language\LanguageInterface $language * The default language. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageDefault.php:50
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:33
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:55
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:65
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:74
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:82
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:123
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:137
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:151
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:166
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:173
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:180
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:215
/** * Clears the static list cache. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:229
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:236
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:246
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:253
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php:91
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php:156
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php:196
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php:228
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php:245
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php:253
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php:290
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php:309
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:77
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:92
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:207
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:214
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:368
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:400
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:33
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:74
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:76
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:99
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:114
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:132
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:144
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:151
/** * 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
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:226
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:240
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:247
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:254
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:288
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php:59
/** * 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
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:178
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:233
/** * 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
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:357
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:364
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:371
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:67
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:377
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:277
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:81
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:88
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:135
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:231
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:252
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:270
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:319
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:327
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:394
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:385
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:90
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:99
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:176
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:189
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:279
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:286
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:309
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:326
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:333
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:352
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:366
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:399
/** * Defines the schema for the {cache_*} bin tables. * * @internal */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:478
/** * 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
/** * 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
/** * 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
/** * Check if the cache bin exists and create it if not. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:411
/** * 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
/** * 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
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:122
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:138
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:150
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:158
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:165
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:172
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:182
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:192
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:199
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:223
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:246
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:253
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:262
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:290
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:327
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:336
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:346
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:368
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:394
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:402
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:412
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:423
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:440
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:449
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:477
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:569
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:725
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:736
/** * 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
/** * Builds hook_hook_info() information. * * @see \Drupal\Core\Extension\ModuleHandler::getHookInfo() */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:308
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:33
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:55
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:65
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:74
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:82
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:123
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:137
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:151
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:166
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:173
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:180
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:215
/** * Clears the static list cache. */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:229
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:236
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:246
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/CachedStorage.php:253
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:77
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:92
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:207
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:214
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:368
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:400
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:33
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:74
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:76
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:99
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:114
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:132
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:144
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:151
/** * 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
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:226
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:240
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:247
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:254
/** * {@inheritdoc} */ Inherited from Drupal\Core\TypedData\TypedDataManager Defined in <ROOT>/core/lib/Drupal/Core/TypedData/TypedDataManager.php:288
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php:59
/** * 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
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:178
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:233
/** * 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
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:357
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:364
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:371
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:67
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/TypedConfigManager.php:377
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:277
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php:91
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php:156
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php:196
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php:228
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php:245
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php:253
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php:290
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php:309
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:101
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:108
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:115
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:122
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:129
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:136
/** * 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
/** * Gets the default langcode. * * @return string * The current default langcode. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:173
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:86
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:97
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:117
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:127
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:134
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:141
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:149
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:158
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:166
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:175
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:189
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:207
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/Config/LanguageConfigFactoryOverride.php:221
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Inherited from Drupal\Core\Config\ConfigFactoryOverrideBase Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php:47
/** * Gets the main request. * * @return \Symfony\Component\HttpFoundation\Request|null * The main request. */ Defined in <ROOT>/core/lib/Drupal/Core/Http/RequestStack.php:21
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Http/RequestStack.php:33
/** * 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
/** * 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
/** * @return Request|null */ Inherited from Symfony\Component\HttpFoundation\RequestStack Defined in .../symfony/http-foundation/RequestStack.php:59
/** * 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
/** * 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
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryCachedTrait.php:19
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php:59
/** * 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
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:178
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:190
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:233
/** * 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
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:357
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:364
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:371
/** * {@inheritdoc} */ Inherited from Drupal\Component\Plugin\PluginManagerBase Defined in <ROOT>/core/lib/Drupal/Component/Plugin/PluginManagerBase.php:71
/** * {@inheritdoc} */ Inherited from Drupal\Component\Plugin\PluginManagerBase Defined in <ROOT>/core/lib/Drupal/Component/Plugin/PluginManagerBase.php:106
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:266
/** * {@inheritdoc} */ Inherited from Drupal\Core\Plugin\DefaultPluginManager Defined in <ROOT>/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:277
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:81
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:88
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:135
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:231
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:252
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:270
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:319
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:327
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:394
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:385
/** * Constructor. * * @param array $settings * Array with the settings. */ Defined in <ROOT>/core/lib/Drupal/Core/Site/Settings.php:69
/** * Prevents settings from being serialized. */ Defined in <ROOT>/core/lib/Drupal/Core/Site/Settings.php:101
/** * Protects creating with clone. */ Defined in <ROOT>/core/lib/Drupal/Core/Site/Settings.php:95
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * Gets the main request. * * @return \Symfony\Component\HttpFoundation\Request|null * The main request. */ Defined in <ROOT>/core/lib/Drupal/Core/Http/RequestStack.php:21
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Http/RequestStack.php:33
/** * 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
/** * 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
/** * @return Request|null */ Inherited from Symfony\Component\HttpFoundation\RequestStack Defined in .../symfony/http-foundation/RequestStack.php:59
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:33
/** * AccountProxy constructor. * * @param \Symfony\Contracts\EventDispatcher\EventDispatcherInterface $eventDispatcher * Event dispatcher. */ Defined in <ROOT>/core/lib/Drupal/Core/Session/AccountProxy.php:50
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Session/AccountProxy.php:57
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Session/AccountProxy.php:71
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:74
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Session/AccountProxy.php:90
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Session/AccountProxy.php:97
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Session/AccountProxy.php:104
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Session/AccountProxy.php:111
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Session/AccountProxy.php:118
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Session/AccountProxy.php:125
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Session/AccountProxy.php:132
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Session/AccountProxy.php:139
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Session/AccountProxy.php:146
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Session/AccountProxy.php:153
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Session/AccountProxy.php:160
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Session/AccountProxy.php:167
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Session/AccountProxy.php:174
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:112
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:120
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:128
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:207
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:219
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:233
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:241
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:259
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:291
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/LanguageNegotiator.php:306
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:101
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:108
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:115
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:122
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:129
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:136
/** * 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
/** * Gets the default langcode. * * @return string * The current default langcode. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:173
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:101
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:108
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:115
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:122
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:129
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:136
/** * 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
/** * Gets the default langcode. * * @return string * The current default langcode. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:173
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:101
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:108
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:115
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:122
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:129
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:136
/** * 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
/** * Gets the default langcode. * * @return string * The current default langcode. */ Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:173
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:131
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:143
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:150
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:158
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:179
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:196
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:210
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:241
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:263
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:270
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:279
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:326
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:344
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:366
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:405
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:460
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:467
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:474
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:481
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:498
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:33
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:74
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:121
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:155
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:163
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:179
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:207
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/language/src/ConfigurableLanguageManager.php:102
/** * {@inheritdoc} */ Inherited from Drupal\Core\Language\LanguageManager Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:229
/** * 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
-rw-r--r-- 1001 100 14.4KB Oct 08 10:15 themes/custom/robosoutez/logo.svg
drwxr-xr-x 1001 100 4KB Oct 08 10:15 themes/custom/robosoutez
-rw-r--r-- 1001 100 4.1KB Sep 19 2023 core/themes/engines/twig/twig.engine
-rw-r--r-- 1001 100 736B Oct 08 10:15 themes/custom/robosoutez/robosoutez.info.yml
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
drwxr-xr-x 1001 100 4KB Oct 08 10:15 themes/custom/robosoutez
-rw-r--r-- 1001 100 4.1KB Sep 19 2023 core/themes/engines/twig/twig.engine
/** * 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
/** * Returns the type of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:80
/** * Returns the internal name of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:89
/** * Returns the relative path of the extension. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:98
/** * 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
/** * Returns the filename of the extension's info file. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:116
/** * 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
/** * Returns the name of the main extension file, if any. * * @return string|null */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:136
/** * 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
/** * 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
/** * 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
/** * Magic method implementation to unserialize the extension object. */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/Extension.php:185
/** * 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
/** * 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
/** * 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
/** * Returns the machine name of the theme. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:140
/** * Returns the path to the theme directory. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:149
/** * Returns the theme engine. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:158
/** * 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
/** * Returns the extension object. * * @return \Drupal\Core\Extension\Extension */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:178
/** * Returns the libraries provided by the theme. * * @return mixed */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:187
/** * 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
/** * 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
/** * Returns the logo provided by the theme. * * @return string * The logo path. */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:229
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:33
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php:73
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:74
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php:81
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php:89
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php:97
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php:105
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php:113
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php:121
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:94
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:239
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:246
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:253
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:259
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:266
/** * 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
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:313
/** * 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
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:339
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:344
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:364
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:436
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * Prevents the database connection from being serialized. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:2041
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:123
/** * 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
/** * Gets the server version. * * @return string * The PDO server version. */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:306
/** * Overridden to work around issues to MySQL not supporting transactional DDL. */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:391
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:466
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:142
/** * 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
/** * 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
/** * 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
/** * Constructs a DatabaseCacheTagsChecksum object. * * @param \Drupal\Core\Database\Connection $connection * The database connection. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:28
/** * 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
/** * Implements \Drupal\Core\Cache\CacheTagsInvalidatorInterface::invalidateTags() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php:53
/** * Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::getCurrentChecksum() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php:83
/** * Defines the schema for the {cachetags} table. * * @internal */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:97
/** * Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::isValid() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php:105
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:147
/** * Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::reset() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php:149
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:35
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:58
/** * Check if the cache tags table exists and create it if not. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:75
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:90
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:99
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:176
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:189
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:279
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:286
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:309
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:326
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:333
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:352
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:366
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:399
/** * Defines the schema for the {cache_*} bin tables. * * @internal */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:478
/** * 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
/** * 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
/** * 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
/** * Check if the cache bin exists and create it if not. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:411
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:90
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:99
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:176
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:189
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:279
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:286
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:309
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:326
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:333
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:352
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:366
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:399
/** * Defines the schema for the {cache_*} bin tables. * * @internal */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:478
/** * 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
/** * 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
/** * 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
/** * Check if the cache bin exists and create it if not. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:411
/** * 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
/** * 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
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:122
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:138
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:150
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:158
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:165
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:172
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:182
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:192
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:199
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:223
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:246
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:253
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:262
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:290
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:327
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:336
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:346
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:368
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:394
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:402
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:412
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:423
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:440
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:449
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:477
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:569
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:725
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:736
/** * 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
/** * Builds hook_hook_info() information. * * @see \Drupal\Core\Extension\ModuleHandler::getHookInfo() */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:308
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Utility/ThemeRegistry.php:96
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Utility/ThemeRegistry.php:107
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Utility/ThemeRegistry.php:122
/** * 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
/** * {@inheritdoc} */ Inherited from Drupal\Core\Cache\CacheCollector Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheCollector.php:174
/** * {@inheritdoc} */ Inherited from Drupal\Core\Cache\CacheCollector Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheCollector.php:303
/** * {@inheritdoc} */ Inherited from Drupal\Core\Cache\CacheCollector Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheCollector.php:313
/** * {@inheritdoc} */ Inherited from Drupal\Core\Cache\CacheCollector Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheCollector.php:326
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Utility/ThemeRegistry.php:136
/** * Gets the cache ID. * * @return string */ Inherited from Drupal\Core\Cache\CacheCollector Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheCollector.php:127
/** * 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
/** * 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
/** * Loads the cache if not already done. */ Inherited from Drupal\Core\Cache\CacheCollector Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheCollector.php:333
/** * Invalidate the cache. */ Inherited from Drupal\Core\Cache\CacheCollector Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheCollector.php:349
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:81
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:88
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:135
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:231
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:252
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:270
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:319
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:327
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:394
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:385
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeExtensionList.php:304
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeExtensionList.php:111
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeExtensionList.php:265
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeExtensionList.php:293
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:60
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:67
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:82
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:105
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:119
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:127
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:134
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:141
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:148
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:159
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:167
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:178
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:60
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:67
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:82
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:105
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:119
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:127
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:134
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:141
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:148
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:159
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:167
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:178
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:90
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:99
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:176
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:189
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:279
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:286
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:309
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:326
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:333
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:352
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:366
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:399
/** * Defines the schema for the {cache_*} bin tables. * * @internal */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:478
/** * 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
/** * 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
/** * 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
/** * Check if the cache bin exists and create it if not. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:411
/** * 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
/** * 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
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:122
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:138
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:150
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:158
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:165
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:172
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:182
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:192
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:199
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:223
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:246
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:253
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:262
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:290
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:327
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:336
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:346
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:368
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:394
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:402
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:412
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:423
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:440
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:449
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:477
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:569
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:725
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:736
/** * 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
/** * Builds hook_hook_info() information. * * @see \Drupal\Core\Extension\ModuleHandler::getHookInfo() */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:308
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeInitialization.php:72
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeInitialization.php:82
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeInitialization.php:129
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeInitialization.php:170
/** * Gets all extensions. * * @return array */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeInitialization.php:279
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeNegotiator.php:56
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeNegotiator.php:63
-rw-r--r-- 1001 100 14.4KB Oct 08 10:15 themes/custom/robosoutez/logo.svg
drwxr-xr-x 1001 100 4KB Oct 08 10:15 themes/custom/robosoutez
-rw-r--r-- 1001 100 4.1KB Sep 19 2023 core/themes/engines/twig/twig.engine
/** * 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
/** * Returns the machine name of the theme. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:140
/** * Returns the path to the theme directory. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:149
/** * Returns the theme engine. * * @return string */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:158
/** * 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
/** * Returns the extension object. * * @return \Drupal\Core\Extension\Extension */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:178
/** * Returns the libraries provided by the theme. * * @return mixed */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:187
/** * 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
/** * 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
/** * Returns the logo provided by the theme. * * @return string * The logo path. */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:229
/** * 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
/** * 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
/** * 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
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeInitialization.php:72
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeInitialization.php:82
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeInitialization.php:129
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeInitialization.php:170
/** * Gets all extensions. * * @return array */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeInitialization.php:279
/** * 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
/** * 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
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:122
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:138
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:150
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:158
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:165
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:172
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:182
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:192
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:199
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:223
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:246
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:253
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:262
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:290
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:327
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:336
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:346
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:368
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:394
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:402
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:412
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:423
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:440
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:449
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:477
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:569
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:725
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:736
/** * 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
/** * Builds hook_hook_info() information. * * @see \Drupal\Core\Extension\ModuleHandler::getHookInfo() */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:308
/** * 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
/** * 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
/** * 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
/** * 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
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeManager.php:94
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeManager.php:104
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeManager.php:111
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeManager.php:119
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeManager.php:130
/** * {@inheritdoc} * * @todo Should we cache some of these information? */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeManager.php:414
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeManager.php:456
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:94
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:239
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:246
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:253
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:259
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:266
/** * 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
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:313
/** * 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
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:339
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:344
Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:364
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:436
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * Prevents the database connection from being serialized. */ Inherited from Drupal\Core\Database\Connection Defined in <ROOT>/core/lib/Drupal/Core/Database/Connection.php:2041
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:123
/** * 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
/** * Gets the server version. * * @return string * The PDO server version. */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:306
/** * Overridden to work around issues to MySQL not supporting transactional DDL. */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:391
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:466
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/mysql/src/Driver/Database/mysql/Connection.php:142
/** * 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
/** * 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
/** * 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
/** * Constructs a DatabaseCacheTagsChecksum object. * * @param \Drupal\Core\Database\Connection $connection * The database connection. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:28
/** * 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
/** * Implements \Drupal\Core\Cache\CacheTagsInvalidatorInterface::invalidateTags() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php:53
/** * Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::getCurrentChecksum() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php:83
/** * Defines the schema for the {cachetags} table. * * @internal */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:97
/** * Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::isValid() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php:105
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:147
/** * Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::reset() */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php:149
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:35
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:58
/** * Check if the cache tags table exists and create it if not. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php:75
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:90
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:99
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:176
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:189
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:279
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:286
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:309
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:326
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:333
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:352
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:366
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:399
/** * Defines the schema for the {cache_*} bin tables. * * @internal */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:478
/** * 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
/** * 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
/** * 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
/** * Check if the cache bin exists and create it if not. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:411
/** * 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
/** * 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
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:90
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:99
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:176
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:189
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:279
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:286
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:309
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:326
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:333
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:352
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:366
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:399
/** * Defines the schema for the {cache_*} bin tables. * * @internal */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:478
/** * 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
/** * 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
/** * 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
/** * Check if the cache bin exists and create it if not. */ Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:411
/** * 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
/** * 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
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/InfoParser.php:20
/** * 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
/** * 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
/** * 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
/** * 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
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:122
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:138
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:150
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:158
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:165
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:172
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:182
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:192
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:199
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:223
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:246
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:253
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:262
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:290
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:327
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:336
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:346
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:368
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:394
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:402
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:412
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:423
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:440
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:449
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:477
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:569
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:725
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:736
/** * 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
/** * Builds hook_hook_info() information. * * @see \Drupal\Core\Extension\ModuleHandler::getHookInfo() */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:308
/** * 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
/** * 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
/** * 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
/** * 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
-rw-r--r-- 1001 100 177B Sep 19 2023 core/modules/action/action.info.yml
-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
-rw-r--r-- 1001 100 379B Aug 03 00:51 modules/contrib/admin_toolbar/admin_toolbar.info.yml
-rw-r--r-- 1001 100 404B Jun 19 21:24 modules/contrib/anchor_link/anchor_link.info.yml
-rw-r--r-- 1001 100 209B Sep 19 2023 core/modules/automated_cron/automated_cron.info.yml
-rw-r--r-- 1001 100 388B Jun 27 2022 modules/contrib/bean_migrate/bean_migrate.info.yml
-rw-r--r-- 1001 100 372B May 22 19:05 modules/contrib/better_exposed_filters/better_exposed_filters.info.yml
-rw-r--r-- 1001 100 160B Sep 19 2023 core/modules/big_pipe/big_pipe.info.yml
-rw-r--r-- 1001 100 243B Sep 19 2023 core/modules/block/block.info.yml
-rw-r--r-- 1001 100 240B Sep 19 2023 core/modules/block_content/block_content.info.yml
-rw-r--r-- 1001 100 389B Jan 20 2023 modules/contrib/block_content_permissions/block_content_permissions.info.yml
-rw-r--r-- 1001 100 142B Sep 19 2023 core/modules/breakpoint/breakpoint.info.yml
-rw-r--r-- 1001 100 285B Oct 08 10:15 modules/custom/ck5_extra_plugins/ck5_extra_plugins.info.yml
-rw-r--r-- 1001 100 163B Sep 19 2023 core/modules/ckeditor5/ckeditor5.info.yml
-rw-r--r-- 1001 100 421B Oct 10 2022 modules/contrib/ckeditor5_font/ckeditor5_font.info.yml
-rw-r--r-- 1001 100 229B Oct 08 10:15 modules/custom/ckeditor5_inline_style/ckeditor5_inline_style.info.yml
-rw-r--r-- 1001 100 164B Sep 19 2023 core/modules/comment/comment.info.yml
-rw-r--r-- 1001 100 178B Sep 19 2023 core/modules/config/config.info.yml
-rw-r--r-- 1001 100 358B Sep 27 23:27 modules/contrib/config_filter/config_filter.info.yml
-rw-r--r-- 1001 100 359B Feb 10 2023 modules/contrib/config_ignore/config_ignore.info.yml
-rw-r--r-- 1001 100 356B Apr 30 11:44 modules/contrib/config_inspector/config_inspector.info.yml
-rw-r--r-- 1001 100 350B Mar 21 12:54 modules/contrib/config_split/config_split.info.yml
-rw-r--r-- 1001 100 221B Sep 19 2023 core/modules/config_translation/config_translation.info.yml
-rw-r--r-- 1001 100 334B Apr 08 2020 modules/contrib/config_update/config_update.info.yml
-rw-r--r-- 1001 100 412B Apr 08 2020 modules/contrib/config_update/config_update_ui/config_update_ui.info.yml
-rw-r--r-- 1001 100 187B Sep 19 2023 core/modules/contact/contact.info.yml
-rw-r--r-- 1001 100 161B Sep 19 2023 core/modules/contextual/contextual.info.yml
-rw-r--r-- 1001 100 173B Oct 08 10:15 modules/custom/custom_media_library/custom_media_library.info.yml
-rw-r--r-- 1001 100 341B Apr 27 2023 modules/contrib/date_all_day/date_all_day.info.yml
-rw-r--r-- 1001 100 168B Sep 19 2023 core/modules/datetime/datetime.info.yml
-rw-r--r-- 1001 100 164B Sep 19 2023 core/modules/datetime_range/datetime_range.info.yml
-rw-r--r-- 1001 100 155B Sep 19 2023 core/modules/dblog/dblog.info.yml
-rw-r--r-- 1001 100 332B Jun 07 2023 modules/contrib/devel/devel.info.yml
-rw-r--r-- 1001 100 373B Oct 07 09:37 modules/contrib/devel_entity_updates/devel_entity_updates.info.yml
-rw-r--r-- 1001 100 368B Aug 09 13:48 modules/contrib/devel_kint_extras/devel_kint_extras.info.yml
-rw-r--r-- 1001 100 424B Jun 01 12:12 modules/contrib/draggableviews/draggableviews.info.yml
-rw-r--r-- 1001 100 302B Aug 11 15:06 modules/contrib/dropzonejs/dropzonejs.info.yml
-rw-r--r-- 1001 100 382B Aug 11 15:06 modules/contrib/dropzonejs/modules/eb_widget/dropzonejs_eb_widget.info.yml
-rw-r--r-- 1001 100 162B Sep 19 2023 core/modules/dynamic_page_cache/dynamic_page_cache.info.yml
-rw-r--r-- 1001 100 213B Oct 08 10:15 modules/custom/edit_panel/edit_panel.info.yml
-rw-r--r-- 1001 100 260B Sep 19 2023 core/modules/editor/editor.info.yml
-rw-r--r-- 1001 100 399B Jun 29 2023 modules/contrib/editor_advanced_link/editor_advanced_link.info.yml
-rw-r--r-- 1001 100 388B Aug 10 11:57 modules/contrib/embed/embed.info.yml
-rw-r--r-- 1001 100 330B Dec 11 2023 modules/contrib/entity_browser/entity_browser.info.yml
-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
-rw-r--r-- 1001 100 369B Apr 08 16:47 modules/contrib/entity_embed/entity_embed.info.yml
-rw-r--r-- 1001 100 358B Aug 04 22:48 modules/contrib/entity_reference_revisions/entity_reference_revisions.info.yml
-rw-r--r-- 1001 100 686B May 17 2023 modules/contrib/entity_usage/entity_usage.info.yml
-rw-r--r-- 1001 100 129B Sep 19 2023 core/modules/field/field.info.yml
-rw-r--r-- 1001 100 339B Aug 03 10:08 modules/contrib/field_group/field_group.info.yml
-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
-rw-r--r-- 1001 100 155B Sep 19 2023 core/modules/field_ui/field_ui.info.yml
-rw-r--r-- 1001 100 140B Sep 19 2023 core/modules/file/file.info.yml
-rw-r--r-- 1001 100 179B Sep 19 2023 core/modules/filter/filter.info.yml
-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
-rw-r--r-- 1001 100 299B Nov 28 2022 modules/contrib/fitvids/fitvids.info.yml
-rw-r--r-- 1001 100 281B Jun 14 14:42 modules/contrib/gin_toolbar/gin_toolbar.info.yml
-rw-r--r-- 1001 100 341B Oct 03 09:17 modules/contrib/glightbox/glightbox.info.yml
-rw-r--r-- 1001 100 106B Sep 19 2023 core/modules/help/help.info.yml
-rw-r--r-- 1001 100 146B Sep 19 2023 core/modules/history/history.info.yml
-rw-r--r-- 1001 100 228B Sep 19 2023 core/modules/image/image.info.yml
-rw-r--r-- 1001 100 306B Aug 04 00:47 modules/contrib/imce/imce.info.yml
-rw-r--r-- 1001 100 346B Nov 02 2023 modules/contrib/inline_entity_form/inline_entity_form.info.yml
-rw-r--r-- 1001 100 173B Sep 19 2023 core/modules/inline_form_errors/inline_form_errors.info.yml
-rw-r--r-- 1001 100 264B May 29 19:01 modules/contrib/jquery_ui/jquery_ui.info.yml
-rw-r--r-- 1001 100 344B May 30 20:40 modules/contrib/jquery_ui_datepicker/jquery_ui_datepicker.info.yml
-rw-r--r-- 1001 100 333B May 30 03:08 modules/contrib/jquery_ui_slider/jquery_ui_slider.info.yml
-rw-r--r-- 1001 100 336B Jun 06 10:44 modules/contrib/jquery_ui_touch_punch/jquery_ui_touch_punch.info.yml
-rw-r--r-- 1001 100 180B Sep 19 2023 core/modules/language/language.info.yml
-rw-r--r-- 1001 100 143B Sep 19 2023 core/modules/link/link.info.yml
-rw-r--r-- 1001 100 408B Oct 09 2023 modules/contrib/linkit/linkit.info.yml
-rw-r--r-- 1001 100 220B Sep 19 2023 core/modules/locale/locale.info.yml
-rw-r--r-- 1001 100 308B Aug 09 03:09 modules/contrib/masquerade/masquerade.info.yml
-rw-r--r-- 1001 100 225B Sep 19 2023 core/modules/media/media.info.yml
-rw-r--r-- 1001 100 278B Sep 19 2023 core/modules/media_library/media_library.info.yml
-rw-r--r-- 1001 100 325B Aug 22 22:17 modules/contrib/media_library_edit/media_library_edit.info.yml
-rw-r--r-- 1001 100 611B Feb 21 2023 modules/contrib/media_migration/media_migration.info.yml
-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
-rw-r--r-- 1001 100 288B May 07 00:58 modules/contrib/menu_block/menu_block.info.yml
-rw-r--r-- 1001 100 381B Oct 29 2023 modules/contrib/menu_firstchild/menu_firstchild.info.yml
-rw-r--r-- 1001 100 150B Sep 19 2023 core/modules/menu_link_content/menu_link_content.info.yml
-rw-r--r-- 1001 100 211B Sep 19 2023 core/modules/menu_ui/menu_ui.info.yml
-rw-r--r-- 1001 100 287B Oct 03 13:02 modules/contrib/migmag/migmag.info.yml
-rw-r--r-- 1001 100 335B Oct 03 13:02 modules/contrib/migmag/migmag_process/migmag_process.info.yml
-rw-r--r-- 1001 100 97B Sep 19 2023 core/modules/migrate/migrate.info.yml
-rw-r--r-- 1001 100 344B Jun 11 23:19 modules/contrib/migrate_conditions/migrate_conditions.info.yml
-rw-r--r-- 1001 100 292B Oct 27 2023 modules/contrib/migrate_devel/migrate_devel.info.yml
-rw-r--r-- 1001 100 166B Sep 19 2023 core/modules/migrate_drupal/migrate_drupal.info.yml
-rw-r--r-- 1001 100 271B Sep 19 2023 core/modules/migrate_drupal_ui/migrate_drupal_ui.info.yml
-rw-r--r-- 1001 100 407B Jan 29 2023 modules/contrib/migrate_file/migrate_file.info.yml
-rw-r--r-- 1001 100 300B Apr 22 2022 modules/contrib/migrate_plus/migrate_plus.info.yml
-rw-r--r-- 1001 100 294B Feb 27 21:33 modules/contrib/migrate_process_array/migrate_process_array.info.yml
-rw-r--r-- 1001 100 275B Oct 08 08:51 modules/contrib/migrate_process_extra/migrate_process_extra.info.yml
-rw-r--r-- 1001 100 305B Nov 10 2020 modules/contrib/migrate_process_skip/migrate_process_skip.info.yml
-rw-r--r-- 1001 100 323B Jul 20 2022 modules/contrib/migrate_process_trim/migrate_process_trim.info.yml
-rw-r--r-- 1001 100 346B Jul 05 22:39 modules/contrib/migrate_sandbox/migrate_sandbox.info.yml
-rw-r--r-- 1001 100 459B Dec 30 2022 modules/contrib/migrate_tools/migrate_tools.info.yml
-rw-r--r-- 1001 100 384B Jun 25 23:23 modules/contrib/migrate_upgrade/migrate_upgrade.info.yml
-rw-r--r-- 1001 100 98B Sep 19 2023 core/modules/mysql/mysql.info.yml
-rw-r--r-- 1001 100 206B Sep 19 2023 core/modules/node/node.info.yml
-rw-r--r-- 1001 100 325B Jun 14 18:40 modules/contrib/oidc/oidc.info.yml
-rw-r--r-- 1001 100 210B Sep 19 2023 core/modules/options/options.info.yml
-rw-r--r-- 1001 100 343B May 30 2021 modules/contrib/owlcarousel/owlcarousel.info.yml
-rw-r--r-- 1001 100 179B Sep 19 2023 core/modules/page_cache/page_cache.info.yml
-rw-r--r-- 1001 100 175B Sep 19 2023 core/modules/path/path.info.yml
-rw-r--r-- 1001 100 146B Sep 19 2023 core/modules/path_alias/path_alias.info.yml
-rw-r--r-- 1001 100 406B Jul 09 11:11 modules/contrib/potx/potx.info.yml
-rw-r--r-- 1001 100 365B Aug 10 10:14 modules/contrib/redirect/redirect.info.yml
-rw-r--r-- 1001 100 122B Oct 08 10:15 modules/custom/robo/robo.info.yml
-rw-r--r-- 1001 100 217B Oct 08 10:15 modules/custom/robo_migrate/robo_migrate.info.yml
-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
-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
-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
-rw-r--r-- 1001 100 193B Sep 19 2023 core/modules/search/search.info.yml
-rw-r--r-- 1001 100 207B Sep 19 2023 core/modules/shortcut/shortcut.info.yml
-rw-r--r-- 1001 100 333B Jun 30 13:11 modules/contrib/smart_sql_idmap/smart_sql_idmap.info.yml
-rw-r--r-- 1001 100 441B Aug 17 00:27 modules/contrib/smart_trim/smart_trim.info.yml
-rw-r--r-- 1001 100 456B Aug 23 13:38 modules/contrib/spamspan/spamspan.info.yml
-rw-r--r-- 1001 100 317B Jul 29 16:47 modules/contrib/string_field_formatter/string_field_formatter.info.yml
-rw-r--r-- 1001 100 325B Oct 28 2023 modules/contrib/svg_image/svg_image.info.yml
-rw-r--r-- 1001 100 180B Sep 19 2023 core/modules/system/system.info.yml
-rw-r--r-- 1001 100 208B Sep 19 2023 core/modules/taxonomy/taxonomy.info.yml
-rw-r--r-- 1001 100 159B Sep 19 2023 core/modules/text/text.info.yml
-rw-r--r-- 1001 100 427B Oct 08 10:15 modules/custom/timer_block/timer_block.info.yml
-rw-r--r-- 1001 100 282B Jul 29 00:36 modules/contrib/token/token.info.yml
-rw-r--r-- 1001 100 307B Jun 24 01:01 modules/contrib/token_filter/token_filter.info.yml
-rw-r--r-- 1001 100 209B Sep 19 2023 core/modules/toolbar/toolbar.info.yml
-rw-r--r-- 1001 100 115B Sep 19 2023 core/modules/tour/tour.info.yml
-rw-r--r-- 1001 100 397B Aug 21 17:21 modules/contrib/twig_real_content/twig_real_content.info.yml
-rw-r--r-- 1001 100 214B Sep 19 2023 core/modules/update/update.info.yml
-rw-r--r-- 1001 100 399B Aug 07 17:23 modules/contrib/upgrade_status/upgrade_status.info.yml
-rw-r--r-- 1001 100 193B Sep 19 2023 core/modules/user/user.info.yml
-rw-r--r-- 1001 100 457B Dec 19 2022 modules/contrib/video_embed_field/video_embed_field.info.yml
-rw-r--r-- 1001 100 372B Jun 06 11:13 modules/contrib/views_bulk_operations/views_bulk_operations.info.yml
-rw-r--r-- 1001 100 370B Apr 20 2023 modules/contrib/views_migration/views_migration.info.yml
-rw-r--r-- 1001 100 200B Sep 19 2023 core/modules/views_ui/views_ui.info.yml
-rw-r--r-- 1001 100 391B Jul 19 23:32 modules/contrib/webform/webform.info.yml
-rw-r--r-- 1001 100 345B Jul 19 23:32 modules/contrib/webform/modules/webform_access/webform_access.info.yml
-rw-r--r-- 1001 100 334B Jul 19 23:32 modules/contrib/webform/modules/webform_devel/webform_devel.info.yml
-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
-rw-r--r-- 1001 100 356B Mar 15 2021 modules/contrib/webform_migrate/webform_migrate.info.yml
-rw-r--r-- 1001 100 451B Jul 19 23:32 modules/contrib/webform/modules/webform_node/webform_node.info.yml
-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
-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
-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
-rw-r--r-- 1001 100 337B Jul 19 23:32 modules/contrib/webform/modules/webform_templates/webform_templates.info.yml
-rw-r--r-- 1001 100 327B Jul 19 23:32 modules/contrib/webform/modules/webform_ui/webform_ui.info.yml
-rw-r--r-- 1001 100 328B Aug 14 2023 modules/contrib/yaml_editor/yaml_editor.info.yml
-rw-r--r-- 1001 100 413B Aug 19 2022 modules/contrib/menu_admin_per_menu/menu_admin_per_menu.info.yml
-rw-r--r-- 1001 100 439B Aug 01 12:21 modules/contrib/pathauto/pathauto.info.yml
-rw-r--r-- 1001 100 206B Sep 19 2023 core/modules/content_translation/content_translation.info.yml
-rw-r--r-- 1001 100 365B Jul 11 11:22 modules/contrib/externalauth/externalauth.info.yml
-rw-r--r-- 1001 100 159B Sep 19 2023 core/modules/views/views.info.yml
-rw-r--r-- 1001 100 568B Jan 14 13:09 modules/contrib/paragraphs/paragraphs.info.yml
-rw-r--r-- 1001 100 318B Feb 24 2023 modules/contrib/linked_field/linked_field.info.yml
-rw-r--r-- 1001 100 561B Sep 19 2023 core/profiles/standard/standard.info.yml
-rw-r--r-- 1001 100 421B Oct 07 2022 modules/contrib/eu_cookie_compliance/eu_cookie_compliance.info.yml
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/State/State.php:39
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/State/State.php:47
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/State/State.php:82
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/State/State.php:90
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/State/State.php:100
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/State/State.php:107
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/State/State.php:117
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:81
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:88
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:135
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:231
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:252
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:270
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:319
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:327
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:394
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Config/ConfigFactory.php:385
drwxr-xr-x 1001 100 4KB Oct 08 10:15 /var/www/robosoutez/web
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ProfileExtensionList.php:31
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleExtensionList.php:88
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleExtensionList.php:137
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleExtensionList.php:153
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleExtensionList.php:199
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/Registry.php:813
/** * 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
/** * 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
/** * Persists the theme registry in the cache backend. */ Defined in <ROOT>/core/lib/Drupal/Core/Theme/Registry.php:287
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/node/src/NodeViewBuilder.php:18
/** * 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
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityViewBuilder Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityViewBuilder.php:122
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityViewBuilder Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityViewBuilder.php:145
/** * 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
/** * 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
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityViewBuilder Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityViewBuilder.php:395
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityViewBuilder Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityViewBuilder.php:402
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityViewBuilder Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityViewBuilder.php:447
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityViewBuilder Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityViewBuilder.php:472
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityHandlerBase Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:33
/** * 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
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityHandlerBase Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:74
/** * 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
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/node/src/NodeViewBuilder.php:60
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * 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
/** * #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
/** * {@inheritdoc} */ Defined in <ROOT>/core/modules/node/src/NodeViewBuilder.php:154
/** * {@inheritdoc} */ Inherited from Drupal\Core\Entity\EntityViewBuilder Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityViewBuilder.php:109
/** * 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
Spustitelná verze pro Windows
Spustitelná verze pro GNU/Linux