SearchSettingsForm::getFormID |
function |
drupal/core/modules/search/lib/Drupal/search/Form/SearchSettingsForm.php |
Returns a unique string identifying the form. |
SearchSettingsForm::buildForm |
function |
drupal/core/modules/search/lib/Drupal/search/Form/SearchSettingsForm.php |
Implements \Drupal\Core\Form\FormInterface::buildForm(). |
Twig_Test_EscapingTest::setUp |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/escapingTest.php |
Sets up the fixture, for example, open a network connection.
This method is called before a test is executed. |
PageTitleFilteringTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/System/PageTitleFilteringTest.php |
Implement setUp(). |
EntityReferenceItem::setValue |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityReferenceItem.php |
Overrides \Drupal\Core\Entity\Field\FieldItemBase::get(). |
DefaultAccessCheckTest::setUp |
function |
drupal/core/tests/Drupal/Tests/Core/Access/DefaultAccessCheckTest.php |
|
Twig_Environment::setCompiler |
function |
drupal/core/vendor/twig/twig/lib/Twig/Environment.php |
Sets the Compiler instance. |
EasyRdf_Parser::resetBnodeMap |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser.php |
Delete the bnode mapping - to be called at the start of a new parse
@ignore |
WidgetInterface::settingsForm |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetInterface.php |
Returns a form to configure settings for the widget. |
GetResponseEvent::setResponse |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/GetResponseEvent.php |
Sets a response and stops event propagation |
_drupal_rewrite_settings_dump |
function |
drupal/core/includes/install.inc |
Helper for drupal_rewrite_settings(). |
LocalePluralFormatTest::setUp |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocalePluralFormatTest.php |
Sets up a Drupal site for running functional and integration tests. |
ParseException::setParsedFile |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Exception/ParseException.php |
Sets the filename where the error occurred. |
ParseException::setParsedLine |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Exception/ParseException.php |
Sets the line where the error occurred. |
EasyRdf_Namespace::setDefault |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Namespace.php |
Set the default namespace |
DefinitionDecorator::setClass |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/DefinitionDecorator.php |
@api |
Context::setContextDefinition |
function |
drupal/core/lib/Drupal/Component/Plugin/Context/Context.php |
Implements \Drupal\Component\Plugin\Context\ContextInterface::setContextDefinition(). |
_session_test_set_not_started |
function |
drupal/core/modules/system/tests/modules/session_test/session_test.module |
Menu callback, stores a value in $_SESSION['session_test_value'] without
having started the session in advance. |
AssetCollectionInterface::all |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollectionInterface.php |
Returns all child assets. |
AssetCollectionInterface::add |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollectionInterface.php |
Adds an asset to the current collection. |
PhpGeneratorDumperTest::setUp |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/Dumper/PhpGeneratorDumperTest.php |
|
FileTransfer::getSettingsForm |
function |
drupal/core/lib/Drupal/Core/FileTransfer/FileTransfer.php |
Returns a form to collect connection settings credentials. |
ForumSettingsForm::submitForm |
function |
drupal/core/modules/forum/lib/Drupal/forum/ForumSettingsForm.php |
Implements \Drupal\Core\Form\FormInterface::submitForm(). |
dblog_logging_settings_submit |
function |
drupal/core/modules/dblog/dblog.module |
Form submission handler for system_logging_settings(). |
ContactUpgradePathTest::setUp |
function |
drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactUpgradePathTest.php |
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing. |
ClassLoader::setFileExtension |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/ClassLoader.php |
Sets the file extension of class files in the namespace of this ClassLoader. |
AssetReference::getSourceRoot |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetReference.php |
Returns an absolute path or URL to the source asset's root directory. |
FieldAttachStorageTest::setUp |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php |
Set the default field storage backend for fields created during tests. |
AssetReference::getSourcePath |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetReference.php |
Returns the relative path for the source asset. |
AssetReference::getTargetPath |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetReference.php |
Returns the URL for the current asset. |
AssetReference::setTargetPath |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetReference.php |
Sets the URL for the current asset. |
FileDriver::setGlobalBasename |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php |
Set global basename |
hook_editor_js_settings_alter |
function |
drupal/core/modules/editor/editor.api.php |
Modifies JavaScript settings that are added for text editors. |
Definition::setFactoryService |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
Sets the name of the service that acts as a factory using the factory method. |
RecentCommentsBlock::settings |
function |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/Block/RecentCommentsBlock.php |
Overrides \Drupal\block\BlockBase::settings(). |
ReadLimitEntityBody::setOffset |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/ReadLimitEntityBody.php |
Set the offset to start limiting from |
BaseCompilerFilter::setTimeout |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/BaseCompilerFilter.php |
|
DumperTest::testSetIndentation |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/DumperTest.php |
|
PHP_Token_Stream::offsetExists |
function |
drupal/core/vendor/phpunit/php-token-stream/PHP/Token/Stream.php |
|
FeedProcessorPluginTest::setUp |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedProcessorPluginTest.php |
Overrides \Drupal\simpletest\WebTestBase::setUp(). |
BreakpointGroupTestBase::setUp |
function |
drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointGroupTestBase.php |
Sets up a Drupal site for running functional and integration tests. |
PHP_Token_InterfaceTest::setUp |
function |
drupal/core/vendor/phpunit/php-token-stream/Tests/Token/InterfaceTest.php |
Sets up the fixture, for example, open a network connection.
This method is called before a test is executed. |
JsCompressorFilter::setNomunge |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/JsCompressorFilter.php |
|
AssetCollection::getSourceRoot |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php |
Returns an absolute path or URL to the source asset's root directory. |
EasyRdf_Format::setParserClass |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Format.php |
Set the parser to use for a format |
AssetCollection::getSourcePath |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php |
Returns the relative path for the source asset. |
ExceptionInTearDownTest::setUp |
function |
drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionInTearDownTest.php |
Sets up the fixture, for example, open a network connection.
This method is called before a test is executed. |
AssetCollection::getTargetPath |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php |
Returns the URL for the current asset. |
QueryString::setFieldSeparator |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/QueryString.php |
Set the query string separator |
AssetCollection::setTargetPath |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php |
Sets the URL for the current asset. |