TypedDataManager::create |
function |
drupal/core/lib/Drupal/Core/TypedData/TypedDataManager.php |
Creates a new typed data object instance. |
PagePreviewTest::getInfo |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/PagePreviewTest.php |
|
language_admin_edit_form |
function |
drupal/core/modules/language/language.admin.inc |
Editing screen for a particular language. |
CoverageFunctionTest.php |
file |
drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/CoverageFunctionTest.php |
|
InstallStorage::$folders |
property |
drupal/core/lib/Drupal/Core/Config/InstallStorage.php |
Folder map indexed by configuration name. |
LinkManagerInterface.php |
file |
drupal/core/modules/rest/lib/Drupal/rest/LinkManager/LinkManagerInterface.php |
Contains \Drupal\rest\LinkManager\LinkManagerInterface |
template_preprocess_page |
function |
drupal/core/includes/theme.inc |
Prepares variables for the page template. |
AccessManagerTest::setUp |
function |
drupal/core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php |
|
InPlaceEditorManager.php |
file |
drupal/core/modules/edit/lib/Drupal/edit/Plugin/InPlaceEditorManager.php |
Contains \Drupal\edit\Plugin\InPlaceEditorManager. |
LocaleConfigManager::get |
function |
drupal/core/modules/locale/lib/Drupal/locale/LocaleConfigManager.php |
Gets locale wrapper with typed configuration data. |
ViewStorageInterface.php |
file |
drupal/core/modules/views/lib/Drupal/views/ViewStorageInterface.php |
Definition of Drupal\views\ViewStorageInterface. |
SystemManager::$database |
property |
drupal/core/modules/system/lib/Drupal/system/SystemManager.php |
Database Service Object. |
AbstractMessage::$params |
property |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/AbstractMessage.php |
|
DeleteMultiple::$manager |
property |
drupal/core/modules/node/lib/Drupal/node/Form/DeleteMultiple.php |
The node storage controller. |
language_negotiation_set |
function |
drupal/core/includes/language.inc |
Saves a list of language negotiation methods for a language type. |
StorageBase::$collection |
property |
drupal/core/lib/Drupal/Core/KeyValueStore/StorageBase.php |
The name of the collection holding key and value pairs. |
StorageBase::__construct |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/StorageBase.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreInterface::__construct(). |
StorageBase::setMultiple |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/StorageBase.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreInterface::setMultiple(). |
PHP_Timer::resourceUsage |
function |
drupal/core/vendor/phpunit/php-timer/PHP/Timer.php |
Returns the resources (time, memory) of the request as a string. |
drupal_page_is_cacheable |
function |
drupal/core/includes/bootstrap.inc |
Determines the cacheability of the current page. |
BlockStorageUnitTest.php |
file |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockStorageUnitTest.php |
Contains \Drupal\block\Tests\BlockStorageUnitTest. |
_dblog_get_message_types |
function |
drupal/core/modules/dblog/dblog.module |
Gathers a list of uniquely defined database log message types. |
CachedStorage::deleteAll |
function |
drupal/core/lib/Drupal/Core/Config/CachedStorage.php |
Implements Drupal\Core\Config\StorageInterface::deleteAll(). |
Analyzer::formatMessages |
function |
drupal/core/modules/views/lib/Drupal/views/Analyzer.php |
Formats the analyze result into a message string. |
DatabaseStorageExpirable |
class |
drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php |
Defines a default key/value store implementation for expiring items. |
DisplayPageTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayPageTest.php |
|
NotIdenticalTo::$message |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/NotIdenticalTo.php |
|
FileStorageTest::getInfo |
function |
drupal/core/tests/Drupal/Tests/Component/PhpStorage/FileStorageTest.php |
This method exists to support the simpletest UI runner. |
TestFileUsage::listUsage |
function |
drupal/core/modules/system/tests/modules/bundle_test/lib/Drupal/bundle_test/TestFileUsage.php |
Implements Drupal\file\FileUsage\FileUsageInterface::listUsage(). |
ImageUpgradePathTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/ImageUpgradePathTest.php |
Definition of Drupal\system\Tests\Upgrade\ImageUpgradePathTest. |
AbstractMessageParser.php |
file |
drupal/core/vendor/guzzle/parser/Guzzle/Parser/Message/AbstractMessageParser.php |
|
PeclHttpMessageParser.php |
file |
drupal/core/vendor/guzzle/parser/Guzzle/Parser/Message/PeclHttpMessageParser.php |
|
NullStorageExpirable::get |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreInterface::get(). |
FeedLanguageTest::getInfo |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedLanguageTest.php |
|
LessThanOrEqual::$message |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/LessThanOrEqual.php |
|
PathProcessorLanguage.php |
file |
drupal/core/modules/language/lib/Drupal/language/HttpKernel/PathProcessorLanguage.php |
Contains Drupal\language\HttpKernel\PathProcessorLanguage. |
DatabaseStorageController |
class |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Defines a base entity controller class. |
language_entity_supported |
function |
drupal/core/modules/language/language.module |
Returns a list of supported entity types. |
NullStorageExpirable::set |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreInterface::set(). |
PackagerFilter::$packages |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/PackagerFilter.php |
|
LanguageSwitchingTest.php |
file |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageSwitchingTest.php |
Definition of Drupal\language\Tests\LanguageSwitchingTest. |
Response::setSharedMaxAge |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Response.php |
Sets the number of seconds after which the response should no longer be considered fresh by shared caches. |
language_node_type_update |
function |
drupal/core/modules/language/language.module |
Implements hook_node_type_update(). |
AttributeBag::$storageKey |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php |
|
FilterHtmlImageSecure.php |
file |
drupal/core/modules/filter/lib/Drupal/filter/Plugin/Filter/FilterHtmlImageSecure.php |
Contains \Drupal\filter\Plugin\Filter\FilterHtmlImageSecure. |
SqliteProfilerStorage.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/SqliteProfilerStorage.php |
|
ConfigStorageTestBase.php |
file |
drupal/core/modules/config/lib/Drupal/config/Tests/Storage/ConfigStorageTestBase.php |
Definition of Drupal\config\Tests\Storage\ConfigStorageTestBase. |
SiteSchemaManager::$cache |
property |
drupal/core/modules/rdf/lib/Drupal/rdf/SiteSchema/SiteSchemaManager.php |
|
LanguageListTest::getInfo |
function |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageListTest.php |
|
file_managed_file_process |
function |
drupal/core/modules/file/file.module |
Render API callback: Expands the managed_file element type. |