hook_field_storage_update_field |
function |
drupal/core/modules/field/field.api.php |
Update the storage information for a field. |
NamespaceCoverageNotPrivateTest |
class |
drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/NamespaceCoverageNotPrivateTest.php |
|
EntityViewModeStorageController |
class |
drupal/core/modules/entity/lib/Drupal/entity/EntityViewModeStorageController.php |
Defines the storage controller class for entity view modes. |
_update_manager_cache_directory |
function |
drupal/core/modules/update/update.module |
Returns the directory where update archive files should be cached. |
LANGUAGE_NEGOTIATION_USER_ADMIN |
constant |
drupal/core/modules/language/language.negotiation.inc |
The language is set based on the user admin language settings. |
VocabularyLanguageTest::getInfo |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyLanguageTest.php |
|
FlashBagTest::testGetStorageKey |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Flash/FlashBagTest.php |
|
LANGUAGE_NEGOTIATION_URL_PREFIX |
constant |
drupal/core/modules/language/language.negotiation.inc |
URL language negotiation: use the path prefix as URL language indicator. |
LANGUAGE_NEGOTIATION_URL_DOMAIN |
constant |
drupal/core/modules/language/language.negotiation.inc |
URL language negotiation: use the domain as URL language indicator. |
CoverageFunctionParenthesesTest |
class |
drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/CoverageFunctionParenthesesTest.php |
|
BackendChain::garbageCollection |
function |
drupal/core/lib/Drupal/Core/Cache/BackendChain.php |
Implements Drupal\Core\Cache\CacheBackendInterface::garbageCollection(). |
field_test_field_storage_delete |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc |
Implements hook_field_storage_delete(). |
ImageFieldDefaultImagesTest.php |
file |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDefaultImagesTest.php |
Definition of Drupal\image\Tests\ImageFieldDefaultImagesTest. |
bartik_process_maintenance_page |
function |
drupal/core/themes/bartik/bartik.theme |
Implements hook_process_HOOK() for maintenance-page.html.twig. |
NativeSessionStorage::isStarted |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php |
Checks if the session is started. |
ImageFormatter::settingsSummary |
function |
drupal/core/modules/image/lib/Drupal/image/Plugin/field/formatter/ImageFormatter.php |
Returns a short summary for the current formatter settings. |
PHP_Token_INTERFACE::getPackage |
function |
drupal/core/vendor/phpunit/php-token-stream/PHP/Token.php |
|
MockFileSessionStorage::destroy |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php |
Deletes a session from persistent storage.
Deliberately leaves session data in memory intact. |
hook_field_storage_create_field |
function |
drupal/core/modules/field/field.api.php |
Act on creation of a new field. |
hook_field_storage_delete_field |
function |
drupal/core/modules/field/field.api.php |
Act on deletion of a field. |
ViewPageControllerTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewPageControllerTest.php |
|
AlterDecoratorTestPluginManager |
class |
drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/AlterDecoratorTestPluginManager.php |
Defines a plugin manager used by AlterDecorator unit tests. |
NodeAccessLanguageAwareTest.php |
file |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessLanguageAwareTest.php |
Contains \Drupal\node\Tests\NodeAccessLanguageAwareTest. |
CssEmbedFilter::setMaxImageSize |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssEmbedFilter.php |
|
CoverageNoneTest::testSomething |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/CoverageNoneTest.php |
|
FileReadOnlyStorage::$directory |
property |
drupal/core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php |
The directory where the files should be stored. |
file_unmanaged_delete_recursive |
function |
drupal/core/includes/file.inc |
Deletes all files and directories in the specified filepath recursively. |
ConstraintViolation::getMessage |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolation.php |
Returns the violation message. |
GarbageCollectionTest::tearDown |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/GarbageCollectionTest.php |
Deletes created files, database tables, and reverts all environment changes. |
NodeTypeInitialLanguageTest.php |
file |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeTypeInitialLanguageTest.php |
Definition of Drupal\node\Tests\NodeTypeInitalLanguageTest. |
UrlGeneratorTest::$aliasManager |
property |
drupal/core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php |
|
RemoteFileUnmanagedCopyTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/File/RemoteFileUnmanagedCopyTest.php |
Definition of Drupal\system\Tests\File\RemoteFileUnmanagedCopyTest. |
system_test_authorize_init_page |
function |
drupal/core/modules/system/tests/modules/system_test/system_test.module |
Page callback to initialize authorize.php during testing. |
MTimeProtectedFileStorage::load |
function |
drupal/core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php |
Implements Drupal\Component\PhpStorage\PhpStorageInterface::load(). |
MongoDbProfilerStorage::cleanup |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MongoDbProfilerStorage.php |
|
LanguageField::buildOptionsForm |
function |
drupal/core/modules/language/lib/Drupal/language/Plugin/views/field/LanguageField.php |
Default options form that provides the label widget that all fields
should have. |
MongoDbProfilerStorage::getData |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MongoDbProfilerStorage.php |
|
TermStorageController::postSave |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::postSave(). |
EntityConverter::$entityManager |
property |
drupal/core/lib/Drupal/Core/ParamConverter/EntityConverter.php |
Entity manager which performs the upcasting in the end. |
AssetWriter::writeManagerAssets |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/AssetWriter.php |
|
LanguageFilter::getValueOptions |
function |
drupal/core/modules/language/lib/Drupal/language/Plugin/views/filter/LanguageFilter.php |
Child classes should be used to override this function and set the
'value options', unless 'options callback' is defined as a valid function
or static public method to generate these values. |
RemoteFileUnmanagedMoveTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/File/RemoteFileUnmanagedMoveTest.php |
Definition of Drupal\system\Tests\File\RemoteFileUnmanagedMoveTest. |
RelationLinkManager::writeCache |
function |
drupal/core/modules/rest/lib/Drupal/rest/LinkManager/RelationLinkManager.php |
Writes the cache of relation links. |
AutoExpireFlashBag::$storageKey |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Flash/AutoExpireFlashBag.php |
The storage key for flashes in the session |
UnmanagedDeleteTest::testNormal |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedDeleteTest.php |
Delete a normal file. |
File::$uploadNoFileErrorMessage |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/File.php |
|
ImageItem::$propertyDefinitions |
property |
drupal/core/modules/image/lib/Drupal/image/Type/ImageItem.php |
Property definitions of the contained properties. |
RedisProfilerStorageTest::setUp |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/RedisProfilerStorageTest.php |
|
field_language_fallback_enabled |
function |
drupal/core/modules/field/field.multilingual.inc |
Checks whether field language fallback is enabled. |
InvalidAnnotationUsageClass.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/InvalidAnnotationUsageClass.php |
|