DefaultViewRecentComments::setUp |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/Views/DefaultViewRecentComments.php |
Sets up a Drupal site for running functional and integration tests. |
PagerPluginBase::isOffsetExposed |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/PagerPluginBase.php |
|
TranslationString::setCustomized |
function |
drupal/core/modules/locale/lib/Drupal/locale/TranslationString.php |
Sets the string as customized / not customized. |
LocaleSettingsForm::validateForm |
function |
drupal/core/modules/locale/lib/Drupal/locale/Form/LocaleSettingsForm.php |
Implements \Drupal\Core\Form\FormInterface::validateForm(). |
AccountSettingsForm::__construct |
function |
drupal/core/modules/user/lib/Drupal/user/AccountSettingsForm.php |
Constructs a \Drupal\user\AccountSettingsForm object. |
translation_entity_save_settings |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Stores entity translation settings. |
MockArraySessionStorage::setName |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php |
Sets the session name |
HtmlFormController::setContainer |
function |
drupal/core/lib/Drupal/Core/Controller/HtmlFormController.php |
Injects the service container used by this object. |
MongoDbSessionHandlerTest::setUp |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MongoDbSessionHandlerTest.php |
|
AssetCollectionIterator::$assets |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/AssetCollectionIterator.php |
|
AssetCollectionIterator::$output |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/AssetCollectionIterator.php |
|
AssetCollectionIterator::$clones |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/AssetCollectionIterator.php |
|
SessionStorageInterface::setName |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php |
Sets the session name |
AssetCollectionIterator::current |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/AssetCollectionIterator.php |
Returns a copy of the current asset with filters and a target URL applied. |
EntityTranslationFormTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationFormTest.php |
Sets up a Drupal site for running functional and integration tests. |
TableSortExtenderUnitTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/TableSortExtenderUnitTest.php |
Sets up unit test environment. |
ExposedFormPluginBase::resetForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/exposed_form/ExposedFormPluginBase.php |
|
SearchConfigSettingsFormTest.php |
file |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchConfigSettingsFormTest.php |
Definition of Drupal\search\Tests\SearchConfigSettingsFormTest. |
CrossCheckTest::setUpBeforeClass |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/CrossCheckTest.php |
|
Twig_Loader_Filesystem::setPaths |
function |
drupal/core/vendor/twig/twig/lib/Twig/Loader/Filesystem.php |
Sets the paths where templates are stored. |
ContainerBuilder::setDefinitions |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
Sets the service definitions. |
CKEditorPluginManagerTest::setUp |
function |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorPluginManagerTest.php |
Sets up Drupal unit test environment. |
HandlerFilterUserNameTest::setUp |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/Views/HandlerFilterUserNameTest.php |
Sets up a Drupal site for running functional and integration tests. |
MachineNameControllerTest::setUp |
function |
drupal/core/modules/system/tests/Drupal/system/Tests/Transliteration/MachineNameControllerTest.php |
|
FilterHtmlImageSecureTest::setUp |
function |
drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterHtmlImageSecureTest.php |
Sets up a Drupal site for running functional and integration tests. |
EditorBase::settingsFormValidate |
function |
drupal/core/modules/editor/lib/Drupal/editor/Plugin/EditorBase.php |
Implements \Drupal\editor\Plugin\EditPluginInterface::settingsFormValidate(). |
NativeSessionStorage::setOptions |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php |
Sets session.* ini variables. |
ViewUnitTestBase::orderResultSet |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewUnitTestBase.php |
Orders a nested array containing a result set based on a given column. |
DefaultProcessor::settingsSubmit |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/aggregator/processor/DefaultProcessor.php |
Implements \Drupal\aggregator\Plugin\ProcessorInterface::settingsSubmit(). |
NodeAccessBaseTableTest::getInfo |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessBaseTableTest.php |
|
EntityEnclosingRequest::setState |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php |
Set the state of the request |
StreamedResponseTest::testCreate |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/StreamedResponseTest.php |
|
TestBlockInstantiation::settings |
function |
drupal/core/modules/block/tests/lib/Drupal/block_test/Plugin/Block/TestBlockInstantiation.php |
Returns plugin-specific settings for the block. |
AnnotationClassLoaderTest::setUp |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AnnotationClassLoaderTest.php |
|
ConfigEntityInterface::setStatus |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php |
Sets the status of the configuration entity. |
ExtensionViewsFieldTest::dataSet |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/Views/ExtensionViewsFieldTest.php |
Returns a very simple test dataset. |
ResponseTest::testMustRevalidate |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseTest.php |
|
ResponseTest::testSetNotModified |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseTest.php |
|
ResponseTest::testIsValidateable |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseTest.php |
|
UserAdminSettingsFormTest::setUp |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserAdminSettingsFormTest.php |
Sets up a Drupal site for running functional and integration tests. |
MenuLinkResetForm::getCancelPath |
function |
drupal/core/modules/menu/lib/Drupal/menu/Form/MenuLinkResetForm.php |
Returns the page to go to if the user cancels the action. |
AsseticExtension::$valueSupplier |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php |
|
EmailDefaultWidget::settingsForm |
function |
drupal/core/modules/email/lib/Drupal/email/Plugin/field/widget/EmailDefaultWidget.php |
Implements Drupal\field\Plugin\Type\Widget\WidgetInterface::settingsForm(). |
PHP_CodeCoverage::setCacheTokens |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage.php |
@since Method available since Release 1.1.0 |
EntityAccessController::setCache |
function |
drupal/core/lib/Drupal/Core/Entity/EntityAccessController.php |
Statically caches whether the given user has access. |
GetSetMethodNormalizer::supports |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/GetSetMethodNormalizer.php |
Checks if the given class has any get{Property} method. |
install_verify_database_settings |
function |
drupal/core/includes/install.core.inc |
Verifies that settings.php specifies a valid database connection. |
PoStreamReader::setItemFromArray |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php |
Store the parsed values as a PoItem object. |
CommentLinksTest::setEnvironment |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentLinksTest.php |
Re-configures the environment, module settings, and user permissions. |
AsseticFilterInvoker::getFactory |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticFilterInvoker.php |
|