Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
InfoParserUnitTest::providerLifecycleLink function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Data provider for testLifecycleLink().
InfoParserUnitTest::providerValidLifecycle function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Data provider for testValidLifecycle().
InfoParserUnitTest::setUp function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php
InfoParserUnitTest::testCoreIncompatibility function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests core incompatibility.
InfoParserUnitTest::testFloatLikeVersion function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests a version string that looks like a float.
InfoParserUnitTest::testFloatVersion function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests a version string that is a float.
InfoParserUnitTest::testInfoException function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests if correct exception is thrown for a broken info file.
InfoParserUnitTest::testInfoParserBroken function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests that the correct exception is thrown for a broken info file.
InfoParserUnitTest::testInfoParserCommonInfo function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests common info file.
InfoParserUnitTest::testInfoParserCoreInfo function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests common info file.
InfoParserUnitTest::testInfoParserNonExisting function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests the functionality of the infoParser object.
InfoParserUnitTest::testInvalidLifecycle function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests an info file with invalid lifecycle values.
InfoParserUnitTest::testLifecycleLink function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests an info file's lifecycle_link values.
InfoParserUnitTest::testProfile function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests a profile info file.
InfoParserUnitTest::testTestingPackageMissingCoreVersionRequirement function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests that Testing package modules use a default core_version_requirement.
InfoParserUnitTest::testUnparsableCoreVersionRequirement function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests the exception for an unparsable 'core_version_requirement' value.
InfoParserUnitTest::testValidLifecycle function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests an info file with valid lifecycle values.
Information types group core/core.api.php Types of information in Drupal.
info_parser service core/core.services.yml Drupal\Core\Extension\InfoParser
ingredients.css file core/profiles/demo_umami/themes/umami/css/components/fields/ingredients.css This file is used to style the 'field-ingredients' field.
InitialStateTest class core/modules/content_moderation/tests/src/Kernel/InitialStateTest.php Tests the correct initial states are set on install.
InitialStateTest.php file core/modules/content_moderation/tests/src/Kernel/InitialStateTest.php
InitialStateTest::$modules property core/modules/content_moderation/tests/src/Kernel/InitialStateTest.php Modules to install.
InitialStateTest::setUp function core/modules/content_moderation/tests/src/Kernel/InitialStateTest.php
InitialStateTest::testInitialState function core/modules/content_moderation/tests/src/Kernel/InitialStateTest.php Tests the correct initial state.
InjectedService class core/modules/system/tests/modules/new_dependency_test/src/InjectedService.php Generic service with a dependency on a service defined in a new module.
InjectedService.php file core/modules/system/tests/modules/new_dependency_test/src/InjectedService.php
InjectedService::$service property core/modules/system/tests/modules/new_dependency_test/src/InjectedService.php The injected service.
InjectedService::greet function core/modules/system/tests/modules/new_dependency_test/src/InjectedService.php Get the simple greeting from the service.
InjectedService::__construct function core/modules/system/tests/modules/new_dependency_test/src/InjectedService.php InjectedService constructor.
inline-form.css file core/profiles/demo_umami/themes/umami/css/classy/components/inline-form.css Visual styles for inline forms.
inline-form.css file core/themes/claro/css/classy/components/inline-form.css Visual styles for inline forms.
inline-form.css file core/themes/starterkit_theme/css/components/inline-form.css Visual styles for inline forms.
InlineBlock::$currentUser property core/modules/layout_builder/src/Plugin/Block/InlineBlock.php The current user.
InlineBlock::$entityDisplayRepository property core/modules/layout_builder/src/Plugin/Block/InlineBlock.php The entity display repository.
InlineBlock::$isNew property core/modules/layout_builder/src/Plugin/Block/InlineBlock.php Whether a new block is being created.
InlineBlock::blockAccess function core/modules/layout_builder/src/Plugin/Block/InlineBlock.php Indicates whether the block should be shown.
InlineBlock::blockSubmit function core/modules/layout_builder/src/Plugin/Block/InlineBlock.php
InlineBlock::processBlockForm function core/modules/layout_builder/src/Plugin/Block/InlineBlock.php Process callback to insert a Content Block form.
InlineBlock::saveBlockContent function core/modules/layout_builder/src/Plugin/Block/InlineBlock.php Saves the block_content entity for this plugin.
InlineBlock::__construct function core/modules/layout_builder/src/Plugin/Block/InlineBlock.php Constructs a new InlineBlock.
InlineBlockDeriver::getDerivativeDefinitions function core/modules/layout_builder/src/Plugin/Derivative/InlineBlockDeriver.php Gets the definition of all derivatives of a base plugin.
InlineBlockDeriver::__construct function core/modules/layout_builder/src/Plugin/Derivative/InlineBlockDeriver.php Constructs a BlockContentDeriver object.
InlineBlockEntityOperations class core/modules/layout_builder/src/InlineBlockEntityOperations.php Defines a class for reacting to entity events related to Inline Blocks.
InlineBlockEntityOperations.php file core/modules/layout_builder/src/InlineBlockEntityOperations.php
InlineBlockEntityOperations::$blockContentStorage property core/modules/layout_builder/src/InlineBlockEntityOperations.php The block content storage.
InlineBlockEntityOperations::$entityTypeManager property core/modules/layout_builder/src/InlineBlockEntityOperations.php The entity type manager.
InlineBlockEntityOperations::$usage property core/modules/layout_builder/src/InlineBlockEntityOperations.php Inline block usage tracking service.
InlineBlockEntityOperations::create function core/modules/layout_builder/src/InlineBlockEntityOperations.php Instantiates a new instance of this class.
InlineBlockEntityOperations::deleteBlocksAndUsage function core/modules/layout_builder/src/InlineBlockEntityOperations.php Delete the inline blocks and the usage records.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.