CacheWarmerAggregateTest.php |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerAggregateTest.php |
Symfony\Component\HttpKernel\Tests\CacheWarmer |
|
CacheWarmerInterface.php |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerInterface.php |
Symfony\Component\HttpKernel\CacheWarmer |
|
CacheWarmerTest.php |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerTest.php |
Symfony\Component\HttpKernel\Tests\CacheWarmer |
|
cache_test.info |
drupal/core/modules/system/tests/modules/cache_test/cache_test.info |
|
name = "Cache test"
description = "Support module for cache system testing."
package = Testing
version = VERSION
core = 8.x
hidden = TRUE |
cache_test.install |
drupal/core/modules/system/tests/modules/cache_test/cache_test.install |
|
Install, update and uninstall functions for the cache_test module. |
cache_test.module |
drupal/core/modules/system/tests/modules/cache_test/cache_test.module |
|
Support module for testing the cache system. |
CallablesFilter.php |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CallablesFilter.php |
Assetic\Filter |
|
CallablesFilterTest.php |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/CallablesFilterTest.php |
Assetic\Test\Filter |
|
Callbacks.php |
drupal/core/modules/system/tests/modules/form_test/lib/Drupal/form_test/Callbacks.php |
Drupal\form_test |
Definition of Drupal\form_test\Callbacks. |
Callbacks.php |
drupal/core/modules/system/tests/modules/ajax_forms_test/lib/Drupal/ajax_forms_test/Callbacks.php |
Drupal\ajax_forms_test |
Definition of Drupal\ajax_forms_test\Callbacks. |
capture-empty.test |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/set/capture-empty.test |
|
|
capture.test |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/set/capture.test |
|
|
CascadingStylesheetsTest.php |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsTest.php |
Drupal\system\Tests\Common |
Definition of Drupal\system\Tests\Common\CascadingStylesheetsTest. |
CascadingStylesheetsUnitTest.php |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsUnitTest.php |
Drupal\system\Tests\Common |
Definition of Drupal\system\Tests\Common\CascadingStylesheetsUnitTest. |
CaseSensitivityTest.php |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/CaseSensitivityTest.php |
Drupal\system\Tests\Database |
Definition of Drupal\system\Tests\Database\CaseSensitivityTest. |
CategorizeFeedItemTest.php |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/CategorizeFeedItemTest.php |
Drupal\aggregator\Tests |
Definition of Drupal\aggregator\Tests\CategorizeFeedItemTest. |
CategorizeFeedTest.php |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/CategorizeFeedTest.php |
Drupal\aggregator\Tests |
Definition of Drupal\aggregator\Tests\CategorizeFeedTest. |
Category.php |
drupal/core/modules/contact/lib/Drupal/contact/Plugin/Core/Entity/Category.php |
Drupal\contact\Plugin\Core\Entity |
Definition of Drupal\contact\Plugin\Core\Entity\Category. |
CategoryFormController.php |
drupal/core/modules/contact/lib/Drupal/contact/CategoryFormController.php |
Drupal\contact |
Definition of Drupal\contact\CategoryFormController. |
CategoryListController.php |
drupal/core/modules/contact/lib/Drupal/contact/CategoryListController.php |
Drupal\contact |
|
ccc_update_test.info |
drupal/core/modules/update/tests/modules/ccc_update_test/ccc_update_test.info |
|
name = CCC Update test
description = Support module for update module testing.
package = Testing
core = 8.x
hidden = TRUE |
ccc_update_test.module |
drupal/core/modules/update/tests/modules/ccc_update_test/ccc_update_test.module |
|
Dummy module for testing Update status. |
Chain.php |
drupal/core/vendor/twig/twig/lib/Twig/Loader/Chain.php |
|
|
ChainCacheClearer.php |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/CacheClearer/ChainCacheClearer.php |
Symfony\Component\HttpKernel\CacheClearer |
|
ChainCacheClearerTest.php |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/CacheClearer/ChainCacheClearerTest.php |
Symfony\Component\HttpKernel\Tests\CacheClearer |
|
ChainDecoder.php |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/ChainDecoder.php |
Symfony\Component\Serializer\Encoder |
|
ChainDriverTest.php |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ChainDriverTest.php |
Doctrine\Tests\Common\Persistence\Mapping |
|
ChainEncoder.php |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/ChainEncoder.php |
Symfony\Component\Serializer\Encoder |
|
ChainMatcher.php |
drupal/core/lib/Drupal/Core/Routing/ChainMatcher.php |
Drupal\Core\Routing |
Definition of Drupal\Core\Routing\ChainMatcher. |
ChainMatcherTest.php |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/ChainMatcherTest.php |
Drupal\system\Tests\Routing |
Definition of Drupal\system\Tests\Routing\ChainMatcherTest. |
ChainTest.php |
drupal/core/vendor/twig/twig/test/Twig/Tests/Loader/ChainTest.php |
|
|
ChangedCommand.php |
drupal/core/lib/Drupal/Core/Ajax/ChangedCommand.php |
Drupal\Core\Ajax |
Definition of Drupal\Core\Ajax\ChangedCommand. |
CHANGELOG.txt |
drupal/core/CHANGELOG.txt |
|
Drupal 8.0, xxxx-xx-xx (development version)
----------------------
- Improved entity system.
* Added support for saving and deleting entities through the controller.
* Entities are now classed objects, implementing EntityInterface.
*… |
CheckboxTest.php |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/CheckboxTest.php |
Drupal\system\Tests\Form |
Definition of Drupal\system\Tests\Form\CheckboxTest. |
CheckCircularReferencesPass.php |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/CheckCircularReferencesPass.php |
Symfony\Component\DependencyInjection\Compiler |
|
CheckCircularReferencesPassTest.php |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/CheckCircularReferencesPassTest.php |
Symfony\Component\DependencyInjection\Tests\Compiler |
|
CheckDefinitionValidityPass.php |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/CheckDefinitionValidityPass.php |
Symfony\Component\DependencyInjection\Compiler |
|
CheckDefinitionValidityPassTest.php |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/CheckDefinitionValidityPassTest.php |
Symfony\Component\DependencyInjection\Tests\Compiler |
|
CheckExceptionOnInvalidReferenceBehaviorPass.php |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php |
Symfony\Component\DependencyInjection\Compiler |
|
CheckExceptionOnInvalidReferenceBehaviorPassTest.php |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/CheckExceptionOnInvalidReferenceBehaviorPassTest.php |
Symfony\Component\DependencyInjection\Tests\Compiler |
|
CheckReferenceValidityPass.php |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/CheckReferenceValidityPass.php |
Symfony\Component\DependencyInjection\Compiler |
|
CheckReferenceValidityPassTest.php |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/CheckReferenceValidityPassTest.php |
Symfony\Component\DependencyInjection\Tests\Compiler |
|
Cherry.php |
drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/fruit/Cherry.php |
Drupal\plugin_test\Plugin\plugin_test\fruit |
Definition of Drupal\plugin_test\Plugin\plugin_test\fruit\Cherry. |
ChmodInterface.php |
drupal/core/lib/Drupal/Core/FileTransfer/ChmodInterface.php |
Drupal\Core\FileTransfer |
Definition of Drupal\Core\FileTransfer\ChmodInterface. |
CInterface.php |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/CInterface.php |
ClassesWithParents |
|
ClassA.class.php |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/ClassLoaderTest/ClassA.class.php |
|
|
ClassB.class.php |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/ClassLoaderTest/ClassB.class.php |
|
|
ClassC.class.php |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/ClassLoaderTest/ClassC.class.php |
|
|
ClassCollectionLoader.php |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/ClassCollectionLoader.php |
Symfony\Component\ClassLoader |
|
ClassCollectionLoaderTest.php |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassCollectionLoaderTest.php |
Symfony\Component\ClassLoader\Tests |
|