ResponseTest::testIsCacheable |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseTest.php |
|
ViewPageControllerTest::setUp |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewPageControllerTest.php |
Sets up Drupal unit test environment. |
Database::setActiveConnection |
function |
drupal/core/lib/Drupal/Core/Database/Database.php |
Sets the active connection to the specified key. |
FilterEntityBundleTest::setUp |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Entity/FilterEntityBundleTest.php |
Sets up a Drupal site for running functional and integration tests. |
FilterFormat::setFilterConfig |
function |
drupal/core/modules/filter/lib/Drupal/filter/Plugin/Core/Entity/FilterFormat.php |
Sets the configuration for a filter plugin instance. |
TestProcessor::settingsSubmit |
function |
drupal/core/modules/aggregator/tests/modules/aggregator_test/lib/Drupal/aggregator_test/Plugin/aggregator/processor/TestProcessor.php |
Implements \Drupal\aggregator\Plugin\ProcessorInterface::settingsSubmit(). |
TextfieldWidget::settingsForm |
function |
drupal/core/modules/text/lib/Drupal/text/Plugin/field/widget/TextfieldWidget.php |
Implements Drupal\field\Plugin\Type\Widget\WidgetInterface::settingsForm(). |
AsseticExtension::__construct |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php |
|
MenuLinkResetForm::submitForm |
function |
drupal/core/modules/menu/lib/Drupal/menu/Form/MenuLinkResetForm.php |
Form submission handler. |
Request::setTrustedHeaderName |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php |
Sets the name for trusted headers. |
PackerFilter::setSpecialChars |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/PackerFilter.php |
|
FieldTestBase::setUpInstances |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/Views/FieldTestBase.php |
|
ResponseTest::testSendContent |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseTest.php |
|
PluginSettingsBase::$settings |
property |
drupal/core/modules/field/lib/Drupal/field/Plugin/PluginSettingsBase.php |
The plugin settings. |
StreamedResponse::setCallback |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/StreamedResponse.php |
Sets the PHP callback associated with this Response. |
ScssphpFilter::setImportPaths |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/ScssphpFilter.php |
|
BookNavigationBlock::settings |
function |
drupal/core/modules/book/lib/Drupal/book/Plugin/Block/BookNavigationBlock.php |
Overrides \Drupal\block\BlockBase::settings(). |
LazyAssetManager::__construct |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php |
Constructor. |
GssFilter::setCopyrightNotice |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/GssFilter.php |
|
LazyAssetManager::addResource |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php |
Adds a resource to the asset manager. |
PassConfig::setRemovingPasses |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/PassConfig.php |
Sets the Removing passes. |
WebTestBase::drupalSetContent |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Sets the raw HTML content. This can be useful when a page has been fetched
outside of the internal browser and assertions need to be made on the
returned page. |
TestFieldWidget::settingsForm |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/widget/TestFieldWidget.php |
Implements Drupal\field\Plugin\Type\Widget\WidgetInterface::settingsForm(). |
ResponseTest::testIsForbidden |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseTest.php |
|
NodeSyndicateBlockTest::setUp |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeSyndicateBlockTest.php |
Sets up a Drupal site for running functional and integration tests. |
PoDatabaseWriter::setLangcode |
function |
drupal/core/modules/locale/lib/Drupal/locale/PoDatabaseWriter.php |
Implements Drupal\Component\Gettext\PoMetadataInterface::setLangcode(). |
SprocketsFilter::setAssetRoot |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/SprocketsFilter.php |
|
PHPUnit_Runner_BaseTestRunner |
class |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Runner/BaseTestRunner.php |
Base class for all test runners. |
SelectionBroken::settingsForm |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/Type/Selection/SelectionBroken.php |
Implements SelectionInterface::settingsForm(). |
RequestContext::setParameters |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RequestContext.php |
Sets the parameters. |
BaseProcessFilter::setTimeout |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/BaseProcessFilter.php |
Set the process timeout. |
ResponseTest::provideResponse |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseTest.php |
|
BasicSettingsForm::submitForm |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/BasicSettingsForm.php |
Implements \Drupal\Core\Form\FormInterface::submitForm(). |
EntityTranslationSettingsTest |
class |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationSettingsTest.php |
Tests the Entity Test Translation UI. |
AssetFactory::getAssetManager |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
Returns the current asset manager. |
AssetFactory::setAssetManager |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
Sets the asset manager to use when creating asset references. |
ClientInterface::setUserAgent |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/ClientInterface.php |
Set the name of your application and application version that will be
appended to the User-Agent header of all requests. |
AssetFactory::createHttpAsset |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
|
GDToolkit::settingsFormSubmit |
function |
drupal/core/modules/system/lib/Drupal/system/Plugin/ImageToolkit/GDToolkit.php |
Implements \Drupal\system\Plugin\ImageToolkitInterface::settingsFormSubmit(). |
TestMultipleHttpKernel::reset |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/TestMultipleHttpKernel.php |
|
AssetFactory::createGlobAsset |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
|
ManagerRegistry::resetManager |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ManagerRegistry.php |
Resets a named object manager. |
UpdateSettingsForm::getFormID |
function |
drupal/core/modules/update/lib/Drupal/update/UpdateSettingsForm.php |
Implements \Drupal\Core\Form\FormInterface::getFormID(). |
ClientInterface::setCurlMulti |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/ClientInterface.php |
Set a curl multi object to be used internally by the client for transferring requests. |
AssetFactory::createFileAsset |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
|
UpdateSettingsForm::buildForm |
function |
drupal/core/modules/update/lib/Drupal/update/UpdateSettingsForm.php |
Implements \Drupal\Core\Form\FormInterface::buildForm(). |
EntityBCDecorator::setContext |
function |
drupal/core/lib/Drupal/Core/Entity/EntityBCDecorator.php |
Forwards the call to the decorated entity. |
EntityBody::setRewindFunction |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/EntityBody.php |
Specify a custom callback used to rewind a non-seekable stream. This can be useful entity enclosing requests
that are redirected. |
field_info_formatter_settings |
function |
drupal/core/modules/field/field.info.inc |
Returns a field formatter's default settings. |
overlay_set_regions_to_render |
function |
drupal/core/modules/overlay/overlay.module |
Sets the regions of the page that rendering will be limited to. |