PdoProfilerStorage::read |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/PdoProfilerStorage.php |
Reads data associated with the given token. |
ContextualController.php |
file |
drupal/core/modules/contextual/lib/Drupal/contextual/ContextualController.php |
Contains \Drupal\contextual\ContextualController. |
ErrorsLoggerListener.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/ErrorsLoggerListener.php |
|
GraphvizDumper::addNodes |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/GraphvizDumper.php |
Returns all nodes. |
Extension::defineOptions |
function |
drupal/core/modules/file/lib/Drupal/file/Plugin/views/field/Extension.php |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
EntityValidationTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityValidationTest.php |
Contains \Drupal\system\Tests\Entity\EntityValidationTest. |
NativePhpunitTask::$test |
property |
drupal/core/vendor/doctrine/common/tests/NativePhpunitTask.php |
|
form_type_datetime_value |
function |
drupal/core/modules/datetime/datetime.module |
Value callback for a datetime element. |
StorageInterface::exists |
function |
drupal/core/lib/Drupal/Core/Config/StorageInterface.php |
Returns whether a configuration object exists. |
QueryBase::sortAggregate |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Implements \Drupal\Core\Entity\Query\QueryAggregateInterface::sortAggregate(). |
AccessTestBase::$webUser |
property |
drupal/core/modules/user/lib/Drupal/user/Tests/Views/AccessTestBase.php |
Contains a user object that has no special permissions. |
GraphvizDumper::addEdges |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/GraphvizDumper.php |
Returns all edges. |
FieldAttachOtherTest.php |
file |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachOtherTest.php |
Definition of Drupal\field\Tests\FieldAttachOtherTest. |
UserAutocompleteTest.php |
file |
drupal/core/modules/user/lib/Drupal/user/Tests/UserAutocompleteTest.php |
Definition of Drupal\user\Tests\UserAutocompleteTest. |
SchemaCache::__construct |
function |
drupal/core/lib/Drupal/Core/Utility/SchemaCache.php |
Constructs a SchemaCache object. |
drupal_merge_js_settings |
function |
drupal/core/includes/common.inc |
Merges an array of settings arrays into a single settings array. |
ViewExecutable::usePager |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Determine if the pager actually uses a pager. |
FieldInfo::$cacheBackend |
property |
drupal/core/modules/field/lib/Drupal/field/FieldInfo.php |
The cache backend to use. |
OpenDialogCommand::$html |
property |
drupal/core/lib/Drupal/Core/Ajax/OpenDialogCommand.php |
HTML content that will placed in the dialog. |
DatetimeFieldTest::setUp |
function |
drupal/core/modules/datetime/lib/Drupal/datetime/Tests/DatetimeFieldTest.php |
Sets up a Drupal site for running functional and integration tests. |
FilterUnitTest::$modules |
property |
drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterUnitTest.php |
Modules to enable. |
AssetCache::ensureFilter |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php |
Ensures the current asset includes the supplied filter. |
shortcut.set.default.yml |
file |
drupal/core/modules/shortcut/config/shortcut.set.default.yml |
drupal/core/modules/shortcut/config/shortcut.set.default.yml |
SystemConfigFormBase.php |
file |
drupal/core/modules/system/lib/Drupal/system/SystemConfigFormBase.php |
Contains \Drupal\system\SystemConfigFormBase. |
CommentAnonymousTest.php |
file |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentAnonymousTest.php |
Contains Drupal\comment\Tests\CommentAnonymousTest. |
node-edit-form.html.twig |
file |
drupal/core/modules/node/templates/node-edit-form.html.twig |
Two column template for the node add/edit form. |
translation_library_info |
function |
drupal/core/modules/translation/translation.module |
Implements hook_library_info(). |
MenuLinkInterface::reset |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkInterface.php |
Resets a system-defined menu link. |
HtmlEntityFormController |
class |
drupal/core/lib/Drupal/Core/Entity/HtmlEntityFormController.php |
Wrapping controller for entity forms that serve as the main page body. |
KernelInterface::getName |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/KernelInterface.php |
Gets the name of the kernel |
AccessTestBase::$webRole |
property |
drupal/core/modules/user/lib/Drupal/user/Tests/Views/AccessTestBase.php |
Contains a role ID that is used by the webUser. |
SassFilter::setDebugInfo |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/SassFilter.php |
|
Result::buildOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/Result.php |
Default options form that provides the label widget that all fields
should have. |
ActionListController.php |
file |
drupal/core/modules/action/lib/Drupal/action/ActionListController.php |
Contains \Drupal\action\ActionListController. |
ViewUI::uriRelationships |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php |
Returns a list of URI relationships supported by this entity. |
_tracker_myrecent_access |
function |
drupal/core/modules/tracker/tracker.module |
Access callback: Determines access permission for a user's own account. |
StorageInterface::delete |
function |
drupal/core/lib/Drupal/Core/Config/StorageInterface.php |
Deletes a configuration object from the storage. |
CExtDisablingNodeVisitor |
class |
drupal/core/vendor/twig/twig/test/Twig/Tests/TemplateTest.php |
|
AssetCache::clearFilters |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php |
Clears all filters from the current asset. |
NestedMatcherTest::setUp |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/NestedMatcher/NestedMatcherTest.php |
|
UniversalClassLoader.php |
file |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/UniversalClassLoader.php |
|
ActionFormControllerBase |
class |
drupal/core/modules/action/lib/Drupal/action/ActionFormControllerBase.php |
Provides a base form controller for action forms. |
StorageInterface::rename |
function |
drupal/core/lib/Drupal/Core/Config/StorageInterface.php |
Renames a configuration object in the storage. |
RemoteFileSaveUploadTest |
class |
drupal/core/modules/file/lib/Drupal/file/Tests/RemoteFileSaveUploadTest.php |
Tests the file_save_upload() function on remote filesystems. |
ConditionBase::condition |
function |
drupal/core/lib/Drupal/Core/Entity/Query/ConditionBase.php |
Implements \Drupal\Core\Entity\Query\ConditionInterface::compile(). |
menu_test_title_callback |
function |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Concatenates a string, by using the t() function and a case number. |
KernelInterface::isDebug |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/KernelInterface.php |
Checks if debug mode is enabled. |
PluginBase::summaryTitle |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/PluginBase.php |
Returns the summary of the settings in the display. |
SassFilter::setLoadPaths |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/SassFilter.php |
|
PdoProfilerStorage::exec |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/PdoProfilerStorage.php |
|