49 string references to 'Apple'

AnnotatedClassDiscoveryTest::setUp in core/tests/Drupal/KernelTests/Core/Plugin/Discovery/AnnotatedClassDiscoveryTest.php
AnnotatedClassDiscoveryTest::setUp in core/tests/Drupal/KernelTests/Core/Plugin/Discovery/AnnotatedClassDiscoveryTest.php
AttributeTest::testChainAddRemoveClasses in core/tests/Drupal/Tests/Core/Template/AttributeTest.php
Tests removing class attributes with the Attribute helper methods. @covers ::removeClass @covers ::addClass
BlockManagerTest::setUp in core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php
CategorizingPluginManager::getDefinitions in core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php
Provides some test definitions to the trait.
CategorizingPluginManagerTraitTest::testGetGroupedDefinitions in core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php
@covers ::getGroupedDefinitions
CategorizingPluginManagerTraitTest::testGetSortedDefinitions in core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php
@covers ::getSortedDefinitions
ConfigEntityImportTest::doActionUpdate in core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php
Tests updating an action during import.
ConfigEntityImportTest::doBlockUpdate in core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php
Tests updating a block during import.
ConfigEntityImportTest::doSearchPageUpdate in core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php
Tests updating a search page during import.
ConfigSchemaDeprecationTest::testConfigSchemaDeprecation in core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaDeprecationTest.php
Tests config schema deprecation.
ConfigTargetTest::testNested in core/modules/system/tests/src/FunctionalJavascript/Form/ConfigTargetTest.php
Tests #config_target with callbacks.
ConfigTargetTest::testNested in core/modules/system/tests/src/Functional/Form/ConfigTargetTest.php
Tests #config_target where there is not a 1:1 property to element.
CustomDirectoryAnnotatedClassDiscoveryTest::setUp in core/tests/Drupal/KernelTests/Core/Plugin/Discovery/CustomDirectoryAnnotatedClassDiscoveryTest.php
CustomDirectoryAnnotatedClassDiscoveryTest::setUp in core/tests/Drupal/KernelTests/Core/Plugin/Discovery/CustomDirectoryAnnotatedClassDiscoveryTest.php
DefaultLazyPluginCollectionTest::providerTestSortHelper in core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php
Provides test data for testSortHelper.
DefaultLazyPluginCollectionTest::testAddInstanceId in core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php
@covers ::addInstanceId
DefaultLazyPluginCollectionTest::testConfigurableSetConfiguration in core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php
@covers ::setConfiguration
DefaultLazyPluginCollectionTest::testGet in core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php
@covers ::get
DefaultLazyPluginCollectionTest::testGetConfiguration in core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php
@covers ::getConfiguration
DefaultLazyPluginCollectionTest::testSet in core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php
@covers ::set
DefaultPluginManagerTest::setUp in core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php
DefaultPluginManagerTest::setUp in core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php
DefaultSingleLazyPluginCollectionTest::setupPluginCollection in core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php
Sets up the default plugin collection.
DefaultSingleLazyPluginCollectionTest::testAddInstanceId in core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php
@covers ::addInstanceId @covers ::getConfiguration @covers ::setConfiguration
DefaultSingleLazyPluginCollectionTest::testConfigurableSetConfiguration in core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php
@covers ::setConfiguration
DefaultSingleLazyPluginCollectionTest::testGet in core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php
Tests the get() method.
DefaultSingleLazyPluginCollectionTest::testGetInstanceIds in core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php
@covers ::getInstanceIds
EntityTypeBundleInfoTest::providerTestGetBundleInfo in core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php
Provides test data for testGetBundleInfo().
EntityTypeBundleInfoTest::providerTestGetBundleInfo in core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php
Provides test data for testGetBundleInfo().
EntityTypeBundleInfoTest::testGetAllBundleInfo in core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php
Tests the getAllBundleInfo() method.
EntityTypeBundleInfoTest::testGetAllBundleInfoWithEntityBundleInfo in core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php
@covers ::getAllBundleInfo
EntityTypeBundleInfoTest::testGetBundleInfo in core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php
Tests the getBundleInfo() method.
EntityTypeManagerTest::providerTestGetDefinition in core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php
Provides test data for testGetDefinition().
EntityTypeManagerTest::providerTestHasHandler in core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php
Provides test data for testHasHandler().
EntityTypeManagerTest::testGetFormObject in core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php
Tests the getFormObject() method.
EntityTypeManagerTest::testGetHandler in core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php
Tests the getHandler() method.
EntityTypeManagerTest::testGetRouteProviders in core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php
@covers ::getRouteProviders
EntityTypeManagerTest::testProcessDefinition in core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php
Tests the processDefinition() method.
EntityTypeRepositoryTest::testGetEntityTypeLabels in core/tests/Drupal/Tests/Core/Entity/EntityTypeRepositoryTest.php
Tests the getEntityTypeLabels() method.
FieldConfigEntityUnitTest::testOnDependencyRemoval in core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php
@covers ::onDependencyRemoval
FormTestMachineNameValidationForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameValidationForm.php
Form constructor.
LazyPluginCollectionTestBase::getPluginDefinitions in core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php
Returns some example plugin definitions.
LazyPluginCollectionTestBase::getPluginDefinitions in core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php
Returns some example plugin definitions.
MachineNameTest::testMachineName in core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php
Tests that machine name field functions.
ParamConverterManagerTest::providerTestAddConverter in core/tests/Drupal/Tests/Core/ParamConverter/ParamConverterManagerTest.php
Provide data for parameter converter manager tests.
plugin_test_test_plugin_info in core/modules/system/tests/modules/plugin_test/plugin_test.module
Implements hook_test_plugin_info().
StaticDiscoveryTest::setUp in core/tests/Drupal/KernelTests/Core/Plugin/Discovery/StaticDiscoveryTest.php
StringTranslationTraitTest::testFormatPlural in core/tests/Drupal/Tests/Core/StringTranslation/StringTranslationTraitTest.php
@covers ::formatPlural

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