Date::getDefaultArgument |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/Date.php |
Set the empty argument value to the current date,
formatted appropriately for this argument. |
NodeTokenReplaceTest.php |
file |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeTokenReplaceTest.php |
Definition of Drupal\node\Tests\NodeTokenReplaceTest. |
SearchExpression::insert |
function |
drupal/core/modules/search/lib/Drupal/search/SearchExpression.php |
Adds a module-specific search option to a search expression. |
VocabularyFormController |
class |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyFormController.php |
Base form controller for vocabulary edit forms. |
InstallerTest::drupalGet |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/InstallerTest.php |
This override is necessary because the parent drupalGet() calls t(), which
is not available early during installation. |
ProcessBuilder::$timeout |
property |
drupal/core/vendor/symfony/process/Symfony/Component/Process/ProcessBuilder.php |
|
TreeOutputTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/TreeOutputTest.php |
Modules to enable. |
LoggingFormatter::format |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/LoggingFormatter.php |
|
ImageWidget::formElement |
function |
drupal/core/modules/image/lib/Drupal/image/Plugin/field/widget/ImageWidget.php |
Overrides \Drupal\file\Plugin\field\widget\FileWidget::formElement(). |
PhpFileLoaderTest::setUp |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/PhpFileLoaderTest.php |
|
_node_mass_update_helper |
function |
drupal/core/modules/node/node.admin.inc |
Updates individual nodes when fewer than 10 are queued. |
MenuTest::verifyMenuLink |
function |
drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php |
Verify a menu link using the menu module UI. |
ProcessBuilder::$options |
property |
drupal/core/vendor/symfony/process/Symfony/Component/Process/ProcessBuilder.php |
|
AsseticFilterInvoker.php |
file |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticFilterInvoker.php |
|
form_pre_render_password |
function |
drupal/core/includes/form.inc |
Prepares a #type 'password' render element for theme_input(). |
hook_field_storage_write |
function |
drupal/core/modules/field/field.api.php |
Write field data for an entity. |
WebTestBase::drupalLogin |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Log in a user with the internal browser. |
EditorLoadingTest::setUp |
function |
drupal/core/modules/editor/lib/Drupal/editor/Tests/EditorLoadingTest.php |
Sets up a Drupal site for running functional and integration tests. |
ResponseTest::testCreate |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseTest.php |
|
TimeValidatorTest::setUp |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/TimeValidatorTest.php |
|
_book_parent_depth_limit |
function |
drupal/core/modules/book/book.module |
Finds the depth limit for items in the parent select. |
Twig_Extension::getTests |
function |
drupal/core/vendor/twig/twig/lib/Twig/Extension.php |
Returns a list of tests to add to the existing list. |
Twig_Template::getBlocks |
function |
drupal/core/vendor/twig/twig/lib/Twig/Template.php |
Returns all blocks. |
Database::$ignoreTargets |
property |
drupal/core/lib/Drupal/Core/Database/Database.php |
A list of key/target credentials to simply ignore. |
FileStorage::getFullPath |
function |
drupal/core/lib/Drupal/Component/PhpStorage/FileStorage.php |
Returns the full path where the file is or should be stored. |
SaveUploadTest::$phpfile |
property |
drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php |
A PHP file path for upload security testing. |
MenuTest::modifyMenuLink |
function |
drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php |
Modify a menu link using the menu module UI. |
EntityFieldTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php |
|
ChainCacheClearer::clear |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/CacheClearer/ChainCacheClearer.php |
Clears any caches necessary. |
FileTestForm::submitForm |
function |
drupal/core/modules/file/tests/file_test/lib/Drupal/file_test/Form/FileTestForm.php |
Form submission handler. |
ClassWithClosure::$value |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithClosure.php |
Plugin annotation
@AnnotationTargetAll(@AnnotationTargetAnnotation); |
PoStreamInterface::close |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamInterface.php |
Close the stream. |
CSRFAccessCheck::applies |
function |
drupal/core/modules/rest/lib/Drupal/rest/Access/CSRFAccessCheck.php |
Implements AccessCheckInterface::applies(). |
SyslogTest::testSettings |
function |
drupal/core/modules/syslog/lib/Drupal/syslog/Tests/SyslogTest.php |
Tests the syslog settings page. |
CssEmbedFilter::setMhtml |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssEmbedFilter.php |
|
Kernel::getEnvParameters |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php |
Gets the environment parameters. |
hook_field_storage_query |
function |
drupal/core/modules/field/field.api.php |
Execute a Drupal\Core\Entity\EntityFieldQuery. |
MenuTest::deleteMenuLink |
function |
drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php |
Delete a menu link using the menu module UI. |
DebugClassLoader::enable |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/DebugClassLoader.php |
Replaces all autoloaders implementing a findFile method by a DebugClassLoader wrapper. |
String::buildOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/String.php |
Build the options form. |
TestEntity::loadMetadata |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/StaticPHPDriverTest.php |
|
ItemRenderController.php |
file |
drupal/core/modules/aggregator/lib/Drupal/aggregator/ItemRenderController.php |
Contains \Drupal\aggregator\ItemRenderController. |
SearchQuery::$conditions |
property |
drupal/core/modules/search/lib/Drupal/search/SearchQuery.php |
Conditions that are used for exact searches. |
EasyRdf_Graph::allOfType |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php |
Get all the resources in the graph of a certain type |
ModuleHandler::$hookInfo |
property |
drupal/core/lib/Drupal/Core/Extension/ModuleHandler.php |
Information returned by hook_hook_info() implementations. |
language_test_page_build |
function |
drupal/core/modules/language/tests/language_test/language_test.module |
Implements hook_page_build(). |
MenuTest::toggleMenuLink |
function |
drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php |
Alternately disable and enable a menu link. |
Kernel::prepareContainer |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php |
Prepares the ContainerBuilder before it is compiled. |
JavaScriptTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php |
Enable Language and SimpleTest in the test environment. |
FeedRenderController.php |
file |
drupal/core/modules/aggregator/lib/Drupal/aggregator/FeedRenderController.php |
Contains \Drupal\aggregator\FeedRenderController. |