Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Other projects
Title Object type File name Summary
ConstraintValidatorFactory::$classResolver property core/lib/Drupal/Core/Validation/ConstraintValidatorFactory.php The class resolver.
ConstraintValidatorFactory::getInstance function core/lib/Drupal/Core/Validation/ConstraintValidatorFactory.php
ConstraintValidatorFactory::__construct function core/lib/Drupal/Core/Validation/ConstraintValidatorFactory.php Constructs a new ConstraintValidatorFactory.
ContactFormEditForm::$emailValidator property core/modules/contact/src/ContactFormEditForm.php The email validator.
ContactFormEditForm::$pathValidator property core/modules/contact/src/ContactFormEditForm.php The path validator.
ContactPageAccess::$configFactory property core/modules/contact/src/Access/ContactPageAccess.php The contact settings config object.
ContactSettings::initializeIterator function core/modules/contact/src/Plugin/migrate/source/ContactSettings.php Initializes the iterator with the source data.
ContactSitewideTest::testAutoReply function core/modules/contact/tests/src/Functional/ContactSitewideTest.php Tests auto-reply on the site-wide contact form.
ContactStorageTest class core/modules/contact/tests/src/Functional/ContactStorageTest.php Tests storing contact messages.
ContactStorageTest.php file core/modules/contact/tests/src/Functional/ContactStorageTest.php
ContactStorageTest::$defaultTheme property core/modules/contact/tests/src/Functional/ContactStorageTest.php The theme to install as the default for testing.
ContactStorageTest::$modules property core/modules/contact/tests/src/Functional/ContactStorageTest.php Modules to install.
ContactStorageTest::testContactStorage function core/modules/contact/tests/src/Functional/ContactStorageTest.php Tests configuration options and the site-wide contact form.
ContactStorageTestHooks class core/modules/contact/tests/modules/contact_storage_test/src/Hook/ContactStorageTestHooks.php Hook implementations for contact_storage_test.
ContactStorageTestHooks.php file core/modules/contact/tests/modules/contact_storage_test/src/Hook/ContactStorageTestHooks.php
ContactStorageTestHooks::entityBaseFieldInfo function core/modules/contact/tests/modules/contact_storage_test/src/Hook/ContactStorageTestHooks.php Implements hook_entity_base_field_info().
ContactStorageTestHooks::entityTypeAlter function core/modules/contact/tests/modules/contact_storage_test/src/Hook/ContactStorageTestHooks.php Implements hook_entity_type_alter().
ContactStorageTestHooks::formContactFormFormAlter function core/modules/contact/tests/modules/contact_storage_test/src/Hook/ContactStorageTestHooks.php Implements hook_form_FORM_ID_alter() for contact_form_form().
contact_storage_test.info.yml file core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.info.yml core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.info.yml
contact_storage_test.install file core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.install
contact_storage_test.module file core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.module
contact_storage_test.schema.yml file core/modules/contact/tests/modules/contact_storage_test/config/schema/contact_storage_test.schema.yml core/modules/contact/tests/modules/contact_storage_test/config/schema/contact_storage_test.schema.yml
contact_storage_test_contact_form_form_builder function core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.module Entity builder for the contact form edit form with third party options.
contact_storage_test_install function core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.install Implements hook_install().
ContainerAwareEventDispatcherTest::testStopEventPropagation function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerBuilderTest::testConstructor function core/tests/Drupal/Tests/Core/DependencyInjection/ContainerBuilderTest.php Tests constructor and resource tracking disabling.
ContainerDerivativeDiscoveryDecorator class core/lib/Drupal/Core/Plugin/Discovery/ContainerDerivativeDiscoveryDecorator.php Injects dependencies into derivers if they use ContainerDeriverInterface.
ContainerDerivativeDiscoveryDecorator.php file core/lib/Drupal/Core/Plugin/Discovery/ContainerDerivativeDiscoveryDecorator.php
ContainerDerivativeDiscoveryDecorator::getDeriver function core/lib/Drupal/Core/Plugin/Discovery/ContainerDerivativeDiscoveryDecorator.php Gets a deriver for a base plugin.
ContainerDerivativeDiscoveryDecoratorTest class core/tests/Drupal/Tests/Core/Plugin/Discovery/ContainerDerivativeDiscoveryDecoratorTest.php @coversDefaultClass \Drupal\Core\Plugin\Discovery\ContainerDerivativeDiscoveryDecorator
@group Plugin
ContainerDerivativeDiscoveryDecoratorTest.php file core/tests/Drupal/Tests/Core/Plugin/Discovery/ContainerDerivativeDiscoveryDecoratorTest.php
ContainerDerivativeDiscoveryDecoratorTest::testGetDefinitions function core/tests/Drupal/Tests/Core/Plugin/Discovery/ContainerDerivativeDiscoveryDecoratorTest.php @covers ::getDefinitions
ContainerFactory class core/lib/Drupal/Core/Plugin/Factory/ContainerFactory.php Plugin factory which passes a container to a create method.
ContainerFactory.php file core/lib/Drupal/Core/Plugin/Factory/ContainerFactory.php
ContainerFactory::createInstance function core/lib/Drupal/Core/Plugin/Factory/ContainerFactory.php Creates a plugin instance based on the provided ID and configuration.
ContainerFactoryPluginInterface interface core/lib/Drupal/Core/Plugin/ContainerFactoryPluginInterface.php Defines an interface for pulling plugin dependencies from the container.
ContainerFactoryPluginInterface.php file core/lib/Drupal/Core/Plugin/ContainerFactoryPluginInterface.php
ContainerFactoryPluginInterface::create function core/lib/Drupal/Core/Plugin/ContainerFactoryPluginInterface.php Creates an instance of the plugin.
ContainerTest::getIterator function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Helper function to return a service iterator.
ContainerTest::testGetForConfigurator function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that Container::get() for configurable services works.
ContainerTest::testGetForConfiguratorWithException function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that Container::get() for configurable services throws an Exception.
ContainerTest::testGetForFactoryClass function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that Container::get() for factories via class works (Symfony 2.7.0).
ContainerTest::testGetForFactoryService function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests Container::get() for factories via services (Symfony 2.7.0).
ContainerTest::testGetForWrongFactory function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that Container::get() for wrong factories works correctly.
ContainerTest::testIterator function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that service iterators are lazily instantiated.
ContentEntity::initializeIterator function core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntity.php Initializes the iterator with the source data.
ContentEntity::toArray function core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntity.php Converts an entity to an array.
ContentEntity::__toString function core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntity.php Allows class to decide how it will react when it is treated like a string.
ContentEntityBase::$fieldsToSkipFromTranslationChangesCheck property core/lib/Drupal/Core/Entity/ContentEntityBase.php Local cache for fields to skip from the checking for translation changes.
ContentEntityBase::getFieldsToSkipFromTranslationChangesCheck function core/lib/Drupal/Core/Entity/ContentEntityBase.php Returns an array of field names to skip in ::hasTranslationChanges.

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