Search for conf

  1. Search 7.x for conf
  2. Search 9.5.x for conf
  3. Search 8.9.x for conf
  4. Search 10.3.x for conf
  5. Other projects
Title Object type File name Summary
ConfigTestForm::exists function core/modules/config/tests/config_test/src/ConfigTestForm.php Determines if the entity already exists.
ConfigTestForm::form function core/modules/config/tests/config_test/src/ConfigTestForm.php Gets the actual form array to be built.
ConfigTestForm::save function core/modules/config/tests/config_test/src/ConfigTestForm.php Form submission handler for the 'save' action.
ConfigTestForm::updateSize function core/modules/config/tests/config_test/src/ConfigTestForm.php Ajax callback for the size selection element.
ConfigTestHooks class core/modules/config/tests/config_test/src/Hook/ConfigTestHooks.php Hook implementations for config_test.
ConfigTestHooks.php file core/modules/config/tests/config_test/src/Hook/ConfigTestHooks.php
ConfigTestHooks::cacheFlush function core/modules/config/tests/config_test/src/Hook/ConfigTestHooks.php Implements hook_cache_flush().
ConfigTestHooks::entityQueryTagConfigQueryTestConfigEntityQueryAlterHookTestAlter function core/modules/config/tests/config_test/src/Hook/ConfigTestHooks.php Implements hook_entity_query_tag__ENTITY_TYPE__TAG_alter().
ConfigTestHooks::entityTypeAlter function core/modules/config/tests/config_test/src/Hook/ConfigTestHooks.php Implements hook_entity_type_alter().
ConfigTestHooksHooks class core/modules/config/tests/config_test/src/Hook/ConfigTestHooksHooks.php Hook implementations for config_test.
ConfigTestHooksHooks.php file core/modules/config/tests/config_test/src/Hook/ConfigTestHooksHooks.php
ConfigTestHooksHooks::configTestCreate function core/modules/config/tests/config_test/src/Hook/ConfigTestHooksHooks.php Implements hook_ENTITY_TYPE_create() for 'config_test'.
ConfigTestHooksHooks::configTestDelete function core/modules/config/tests/config_test/src/Hook/ConfigTestHooksHooks.php Implements hook_ENTITY_TYPE_delete().
ConfigTestHooksHooks::configTestInsert function core/modules/config/tests/config_test/src/Hook/ConfigTestHooksHooks.php Implements hook_ENTITY_TYPE_insert().
ConfigTestHooksHooks::configTestLoad function core/modules/config/tests/config_test/src/Hook/ConfigTestHooksHooks.php Implements hook_ENTITY_TYPE_load().
ConfigTestHooksHooks::configTestPredelete function core/modules/config/tests/config_test/src/Hook/ConfigTestHooksHooks.php Implements hook_ENTITY_TYPE_predelete().
ConfigTestHooksHooks::configTestPresave function core/modules/config/tests/config_test/src/Hook/ConfigTestHooksHooks.php Implements hook_ENTITY_TYPE_presave().
ConfigTestHooksHooks::configTestUpdate function core/modules/config/tests/config_test/src/Hook/ConfigTestHooksHooks.php Implements hook_ENTITY_TYPE_update().
ConfigTestHooksHooks::updateIsSyncingStore function core/modules/config/tests/config_test/src/Hook/ConfigTestHooksHooks.php Helper function for testing hooks during configuration sync.
ConfigTestInterface interface core/modules/config/tests/config_test/src/ConfigTestInterface.php Provides an interface defining a config_test entity.
ConfigTestInterface.php file core/modules/config/tests/config_test/src/ConfigTestInterface.php
ConfigTestJsonAnonTest class core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonAnonTest.php @group rest
ConfigTestJsonAnonTest.php file core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonAnonTest.php
ConfigTestJsonAnonTest::$defaultTheme property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonAnonTest.php The theme to install as the default for testing.
ConfigTestJsonAnonTest::$format property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonAnonTest.php The format to use in this test.
ConfigTestJsonAnonTest::$mimeType property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonAnonTest.php The MIME type that corresponds to $format.
ConfigTestJsonBasicAuthTest class core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonBasicAuthTest.php @group rest
ConfigTestJsonBasicAuthTest.php file core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonBasicAuthTest.php
ConfigTestJsonBasicAuthTest::$auth property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonBasicAuthTest.php The authentication mechanism to use in this test.
ConfigTestJsonBasicAuthTest::$defaultTheme property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonBasicAuthTest.php The theme to install as the default for testing.
ConfigTestJsonBasicAuthTest::$format property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonBasicAuthTest.php The format to use in this test.
ConfigTestJsonBasicAuthTest::$mimeType property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonBasicAuthTest.php The MIME type that corresponds to $format.
ConfigTestJsonBasicAuthTest::$modules property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonBasicAuthTest.php Modules to install.
ConfigTestJsonCookieTest class core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonCookieTest.php @group rest
ConfigTestJsonCookieTest.php file core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonCookieTest.php
ConfigTestJsonCookieTest::$auth property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonCookieTest.php The authentication mechanism to use in this test.
ConfigTestJsonCookieTest::$defaultTheme property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonCookieTest.php The theme to install as the default for testing.
ConfigTestJsonCookieTest::$format property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonCookieTest.php The format to use in this test.
ConfigTestJsonCookieTest::$mimeType property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonCookieTest.php The MIME type that corresponds to $format.
ConfigTestListBuilder class core/modules/config/tests/config_test/src/ConfigTestListBuilder.php Defines a class to build a listing of ConfigTest entities.
ConfigTestListBuilder.php file core/modules/config/tests/config_test/src/ConfigTestListBuilder.php
ConfigTestListBuilder::buildHeader function core/modules/config/tests/config_test/src/ConfigTestListBuilder.php Builds the header row for the entity listing.
ConfigTestListBuilder::buildRow function core/modules/config/tests/config_test/src/ConfigTestListBuilder.php Builds a row for an entity in the entity listing.
ConfigTestResourceTestBase class core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php Resource test base for the ConfigTest entity.
ConfigTestResourceTestBase.php file core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php
ConfigTestResourceTestBase::$entity property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php
ConfigTestResourceTestBase::$entityTypeId property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php The tested entity type.
ConfigTestResourceTestBase::$modules property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php Modules to install.
ConfigTestResourceTestBase::createEntity function core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php Creates the entity to be tested.
ConfigTestResourceTestBase::getExpectedNormalizedEntity function core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php Returns the expected normalization of the entity.

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