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 main for %s
  6. Other projects
Title Object type File name Summary
ConditionTest.php file core/tests/Drupal/Tests/Core/Database/ConditionTest.php
ConditionTest::dataProviderTestCompileWithKnownOperators function core/tests/Drupal/Tests/Core/Database/ConditionTest.php Provides a list of known operations and the expected output.
ConditionTest::providerSimpleCondition function core/tests/Drupal/Tests/Core/Database/ConditionTest.php Provides a list of known operations and the expected output.
ConditionTest::providerTestCompileWithSqlInjectionForOperator function core/tests/Drupal/Tests/Core/Database/ConditionTest.php Provides data for testing SQL injection.
ConditionTest::testCompileWithKnownOperators function core/tests/Drupal/Tests/Core/Database/ConditionTest.php Tests compile with known operators.
ConditionTest::testCompileWithSqlInjectionForOperator function core/tests/Drupal/Tests/Core/Database/ConditionTest.php Tests compile with sql injection for operator.
ConditionTest::testContribCondition function core/tests/Drupal/Tests/Core/Database/ConditionTest.php Tests that the core Condition can be overridden.
ConditionTest::testSimpleCondition function core/tests/Drupal/Tests/Core/Database/ConditionTest.php Tests simple condition.
ConditionTestDualUser class core/modules/system/tests/modules/condition_test/src/Plugin/Condition/ConditionTestDualUser.php Provides a condition that requires two users.
ConditionTestDualUser.php file core/modules/system/tests/modules/condition_test/src/Plugin/Condition/ConditionTestDualUser.php
ConditionTestDualUser::evaluate function core/modules/system/tests/modules/condition_test/src/Plugin/Condition/ConditionTestDualUser.php Evaluates the condition and returns TRUE or FALSE accordingly.
ConditionTestDualUser::summary function core/modules/system/tests/modules/condition_test/src/Plugin/Condition/ConditionTestDualUser.php Provides a human readable summary of the condition's configuration.
ConditionTestDualUserTest class core/tests/Drupal/KernelTests/Core/Plugin/Condition/ConditionTestDualUserTest.php Tests a condition that requires two users.
ConditionTestDualUserTest.php file core/tests/Drupal/KernelTests/Core/Plugin/Condition/ConditionTestDualUserTest.php
ConditionTestDualUserTest::$anonymous property core/tests/Drupal/KernelTests/Core/Plugin/Condition/ConditionTestDualUserTest.php An anonymous user for testing purposes.
ConditionTestDualUserTest::$authenticated property core/tests/Drupal/KernelTests/Core/Plugin/Condition/ConditionTestDualUserTest.php An authenticated user for testing purposes.
ConditionTestDualUserTest::$modules property core/tests/Drupal/KernelTests/Core/Plugin/Condition/ConditionTestDualUserTest.php Modules to install.
ConditionTestDualUserTest::doTestDifferentUser function core/tests/Drupal/KernelTests/Core/Plugin/Condition/ConditionTestDualUserTest.php Tests with each context mapped to different users.
ConditionTestDualUserTest::doTestIdenticalUser function core/tests/Drupal/KernelTests/Core/Plugin/Condition/ConditionTestDualUserTest.php Tests with both contexts mapped to the same user.
ConditionTestDualUserTest::setUp function core/tests/Drupal/KernelTests/Core/Plugin/Condition/ConditionTestDualUserTest.php
ConditionTestDualUserTest::testConditions function core/tests/Drupal/KernelTests/Core/Plugin/Condition/ConditionTestDualUserTest.php Tests the dual user condition.
ConditionTestNoExistingType class core/modules/system/tests/modules/condition_test/src/Plugin/Condition/ConditionTestNoExistingType.php Provides a condition that has a no existing context.
ConditionTestNoExistingType.php file core/modules/system/tests/modules/condition_test/src/Plugin/Condition/ConditionTestNoExistingType.php
ConditionTestNoExistingType::evaluate function core/modules/system/tests/modules/condition_test/src/Plugin/Condition/ConditionTestNoExistingType.php Evaluates the condition and returns TRUE or FALSE accordingly.
ConditionTestNoExistingType::summary function core/modules/system/tests/modules/condition_test/src/Plugin/Condition/ConditionTestNoExistingType.php Provides a human readable summary of the condition's configuration.
condition_test.info.yml file core/modules/system/tests/modules/condition_test/condition_test.info.yml core/modules/system/tests/modules/condition_test/condition_test.info.yml
condition_test.routing.yml file core/modules/system/tests/modules/condition_test/condition_test.routing.yml core/modules/system/tests/modules/condition_test/condition_test.routing.yml
condition_test.schema.yml file core/modules/system/tests/modules/condition_test/config/schema/condition_test.schema.yml core/modules/system/tests/modules/condition_test/config/schema/condition_test.schema.yml
condition_test.settings.yml file core/modules/system/tests/modules/condition_test/config/install/condition_test.settings.yml core/modules/system/tests/modules/condition_test/config/install/condition_test.settings.yml
config.checkpoints service core/core.services.yml Drupal\Core\Config\Checkpoint\LinearHistory
config.config_subscriber service core/modules/config/config.services.yml Drupal\config\ConfigSubscriber
config.export_single.html.twig file core/modules/config/help_topics/config.export_single.html.twig ---
label: 'Exporting a single configuration item'
related:
- core.config_overview
- config.export_full
- config.import_full
- config.import_single
---
{% set single_export_link_text %}{% trans %}Single item{% endtrans %}{% endset %}
{% set…
config.importer_subscriber service core/core.services.yml Drupal\Core\Config\Importer\FinalMissingContentSubscriber
config.import_single.html.twig file core/modules/config/help_topics/config.import_single.html.twig ---
label: 'Importing a single configuration item'
related:
- core.config_overview
- config.export_full
- config.import_full
- config.export_single
---
{% set single_import_link_text %}{% trans %}Single item{% endtrans %}{% endset %}
{% set…
config.import_transformer service core/core.services.yml Drupal\Core\Config\ImportStorageTransformer
config.installer service core/core.services.yml Drupal\Core\Config\ConfigInstaller
config.links.menu.yml file core/modules/config/config.links.menu.yml core/modules/config/config.links.menu.yml
config.links.task.yml file core/modules/config/config.links.task.yml core/modules/config/config.links.task.yml
config.permissions.yml file core/modules/config/config.permissions.yml core/modules/config/config.permissions.yml
config.schema_checker service core/assets/scaffold/files/development.services.yml Drupal\Core\Config\Development\LenientConfigSchemaChecker
config.schema_checker service sites/development.services.yml Drupal\Core\Config\Development\LenientConfigSchemaChecker
config.services.yml file core/modules/config/config.services.yml core/modules/config/config.services.yml
config.storage service core/core.services.yml Drupal\Core\Config\CachedStorage
config.storage.active service core/core.services.yml Drupal\Core\Config\DatabaseStorage
config.storage.checkpoint service core/core.services.yml Drupal\Core\Config\Checkpoint\CheckpointStorage
config.storage.export service core/core.services.yml Drupal\Core\Config\ManagedStorage
config.storage.export.manager service core/core.services.yml Drupal\Core\Config\ExportStorageManager
config.storage.schema service core/core.services.yml Drupal\Core\Config\ExtensionInstallStorage
config.storage.snapshot service core/core.services.yml Drupal\Core\Config\DatabaseStorage
config.storage.sync service core/core.services.yml Drupal\Core\Config\FileStorage

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