CssCompressorFilter |
class |
Assetic\Filter\Yui |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/CssCompressorFilter.php |
CSS YUI compressor filter. |
|
|
|
CssEmbedFilter |
class |
Assetic\Filter |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssEmbedFilter.php |
CSSEmbed filter |
|
|
|
CssImportFilter |
class |
Assetic\Filter |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssImportFilter.php |
Inlines imported stylesheets. |
|
|
|
CssMinFilter |
class |
Assetic\Filter |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssMinFilter.php |
Filters assets through CssMin. |
|
|
|
CssRewriteFilter |
class |
Assetic\Filter |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssRewriteFilter.php |
Fixes relative CSS urls. |
|
|
|
CssUtils |
abstract class |
Assetic\Util |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Util/CssUtils.php |
CSS Utils. |
1 |
2 |
|
CTBar |
class |
|
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/deps/traits.php |
|
|
|
|
CTFoo |
class |
|
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/deps/traits.php |
|
|
|
|
CTrait |
trait |
ClassesWithParents |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/CTrait.php |
|
|
|
|
CurlException |
class |
Guzzle\Http\Exception |
drupal/core/vendor/guzzle/http/Guzzle/Http/Exception/CurlException.php |
cURL request exception |
|
1 |
|
CurlHandle |
class |
Guzzle\Http\Curl |
drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlHandle.php |
Immutable wrapper for a cURL handle |
|
2 |
|
CurlMulti |
class |
Guzzle\Http\Curl |
drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlMulti.php |
Send {
This implementation allows callers to send blocking requests that return back to the caller when their requests
complete, regardless of whether or not previously sending requests in the curl_multi object have completed. The
implementation… |
|
1 |
|
CurlMultiInterface |
interface |
Guzzle\Http\Curl |
drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlMultiInterface.php |
Interface for sending a pool of { |
1 |
2 |
|
CurlVersion |
class |
Guzzle\Http\Curl |
drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlVersion.php |
Class used for querying curl_version data |
|
1 |
|
Currency |
class |
Symfony\Component\Validator\Constraints |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Currency.php |
@author Miha Vrhovnik <miha.vrhovnik@pagein.si> |
|
1 |
|
CurrencyValidator |
class |
Symfony\Component\Validator\Constraints |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/CurrencyValidator.php |
Validates whether a value is a valid currency |
|
1 |
|
CurrencyValidatorTest |
class |
Symfony\Component\Validator\Tests\Constraints |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CurrencyValidatorTest.php |
|
|
|
|
Current |
class |
Drupal\user\Plugin\views\filter |
drupal/core/modules/user/lib/Drupal/user/Plugin/views/filter/Current.php |
Filter handler for the current user. |
|
|
|
CurrentUser |
class |
Drupal\user\Plugin\views\argument_default |
drupal/core/modules/user/lib/Drupal/user/Plugin/views/argument_default/CurrentUser.php |
Default argument plugin to extract the global $user |
|
|
|
Custom |
class |
Drupal\views\Plugin\views\field |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Custom.php |
A handler to provide a field that is completely custom by the administrator. |
|
|
|
CustomAnnotationClassDiscoveryTest |
class |
Drupal\system\Tests\Plugin\Discovery |
drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/Discovery/CustomAnnotationClassDiscoveryTest.php |
Tests that a custom annotation class is used. |
|
|
|
CustomArrayObject |
class |
Symfony\Component\Validator\Tests\Constraints |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorCustomArrayObjectTest.php |
This class is a hand written simplified version of PHP native `ArrayObject`
class, to show that it behaves differently than the PHP native implementation. |
|
|
|
CustomBlock |
class |
Drupal\custom_block\Plugin\Derivative |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Plugin/Derivative/CustomBlock.php |
Retrieves block plugin definitions for all custom blocks. |
|
|
|
CustomBlock |
class |
Drupal\custom_block\Plugin\Core\Entity |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Plugin/Core/Entity/CustomBlock.php |
Defines the custom block entity class. |
|
4 |
|
CustomBlockAccessController |
class |
Drupal\custom_block |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockAccessController.php |
Defines the access controller for the custom block entity type. |
|
|
|
CustomBlockBlock |
class |
Drupal\custom_block\Plugin\Block |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Plugin/Block/CustomBlockBlock.php |
Defines a generic custom block type. |
|
|
|
CustomBlockBuildContentTest |
class |
Drupal\custom_block\Tests |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockBuildContentTest.php |
Test to ensure that a block's content is always rebuilt. |
|
|
|
CustomBlockController |
class |
Drupal\custom_block\Controller |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Controller/CustomBlockController.php |
|
|
|
|
CustomBlockCreationTest |
class |
Drupal\custom_block\Tests |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockCreationTest.php |
Tests creating and saving a block. |
|
|
|
CustomBlockFieldTest |
class |
Drupal\custom_block\Tests |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockFieldTest.php |
Tests the block edit functionality. |
|
|
|
CustomBlockFormController |
class |
Drupal\custom_block |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockFormController.php |
Form controller for the custom block edit forms. |
|
|
|
CustomBlockInterface |
interface |
Drupal\custom_block |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockInterface.php |
Provides an interface defining a custom block entity. |
1 |
1 |
|
CustomBlockLoadHooksTest |
class |
Drupal\custom_block\Tests |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockLoadHooksTest.php |
Tests for the hooks invoked during custom_block_load(). |
|
|
|
CustomBlockPageViewTest |
class |
Drupal\custom_block\Tests |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockPageViewTest.php |
Tests the block edit functionality. |
|
|
|
CustomBlockRenderController |
class |
Drupal\custom_block |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockRenderController.php |
Render controller for custom blocks. |
|
|
|
CustomBlockRevisionsTest |
class |
Drupal\custom_block\Tests |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockRevisionsTest.php |
Tests the block revision functionality. |
|
|
|
CustomBlockSaveTest |
class |
Drupal\custom_block\Tests |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockSaveTest.php |
Tests block save related functionality. |
|
|
|
CustomBlockStorageController |
class |
Drupal\custom_block |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockStorageController.php |
Controller class for custom blocks. |
|
|
|
CustomBlockTestBase |
abstract class |
Drupal\custom_block\Tests |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockTestBase.php |
Sets up page and article content types. |
9 |
|
|
CustomBlockTranslationController |
class |
Drupal\custom_block |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockTranslationController.php |
Defines the translation controller class for custom blocks. |
|
|
|
CustomBlockTranslationUITest |
class |
Drupal\custom_block\Tests |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockTranslationUITest.php |
Tests the Custom Block Translation UI. |
|
|
|
CustomBlockType |
class |
Drupal\custom_block\Plugin\Core\Entity |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Plugin/Core/Entity/CustomBlockType.php |
Defines the custom block type entity. |
|
3 |
|
CustomBlockTypeFormController |
class |
Drupal\custom_block |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockTypeFormController.php |
Base form controller for category edit forms. |
|
|
|
CustomBlockTypeInterface |
interface |
Drupal\custom_block |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockTypeInterface.php |
Provides an interface defining a custom block type entity. |
1 |
1 |
|
CustomBlockTypeListController |
class |
Drupal\custom_block |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockTypeListController.php |
Provides a listing of custom block types. |
|
|
|
CustomBlockTypeStorageController |
class |
Drupal\custom_block |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockTypeStorageController.php |
Controller class for custom block types. |
|
|
|
CustomBlockTypeTest |
class |
Drupal\custom_block\Tests |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockTypeTest.php |
Tests related to custom block types. |
|
|
|
CustomBooleanTest |
class |
Drupal\views_ui\Tests |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/CustomBooleanTest.php |
Tests the UI and functionality for the Custom boolean field handler options. |
|
|
|
CustomNormalizer |
class |
Symfony\Component\Serializer\Normalizer |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/CustomNormalizer.php |
@author Jordi Boggiano <j.boggiano@seld.be> |
|
4 |
|
CustomNormalizerTest |
class |
Symfony\Component\Serializer\Tests\Normalizer |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Normalizer/CustomNormalizerTest.php |
|
|
|
|