Search for to
Title | Object type | File name | Summary |
---|---|---|---|
AutomatedCronUpdateWithoutAutomatedCronTest | class | core/ |
Ensures that the automated cron module is not installed on update. |
AutomatedCronUpdateWithoutAutomatedCronTest.php | file | core/ |
|
AutomatedCronUpdateWithoutAutomatedCronTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
AutomatedCronUpdateWithoutAutomatedCronTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
AutomatedCronUpdateWithoutAutomatedCronTest::testUpdate | function | core/ |
Ensures that automated cron module isn't installed and the config migrated. |
automated_cron.info.yml | file | core/ |
core/modules/automated_cron/automated_cron.info.yml |
automated_cron.module | file | core/ |
Provides an automated cron by executing it at the end of a response. |
automated_cron.schema.yml | file | core/ |
core/modules/automated_cron/config/schema/automated_cron.schema.yml |
automated_cron.services.yml | file | core/ |
core/modules/automated_cron/automated_cron.services.yml |
automated_cron.settings.yml | file | core/ |
core/modules/automated_cron/config/install/automated_cron.settings.yml |
automated_cron.subscriber | service | core/ |
Drupal\automated_cron\EventSubscriber\AutomatedCron |
automated_cron_form_system_cron_settings_alter | function | core/ |
Implements hook_form_FORM_ID_alter() for the system_cron_settings() form. |
automated_cron_help | function | core/ |
Implements hook_help(). |
automated_cron_settings_submit | function | core/ |
Form submission handler for system_cron_settings(). |
BackendChainImplementationUnitTest::testConstructorParameterDeprecation | function | core/ |
Tests deprecation of the constructor parameter. |
bad_help_topics.bad_html.html.twig | file | core/ |
--- label: 'Help topic with bad HTML syntax' top_level: true --- <p>{% trans %}Body goes here{% endtrans %}</h3> |
bad_help_topics.empty.html.twig | file | core/ |
--- label: 'Help topic containing no body' top_level: true --- |
bad_help_topics.h1.html.twig | file | core/ |
--- label: 'Help topic with H1 header' top_level: true --- <h1>{% trans %}Body goes here{% endtrans %}</h1> |
bad_help_topics.hierarchy.html.twig | file | core/ |
--- label: 'Help topic with h3 without an h2' top_level: true --- <h3>{% trans %}Body goes here{% endtrans %}</h3> |
bad_help_topics.related.html.twig | file | core/ |
--- label: 'Help topic related to nonexistent topic' top_level: true related: - this.is.not.a.valid.help_topic.id --- <p>{% trans %}Body goes here{% trans %}</p> |
bad_help_topics.top_level.html.twig | file | core/ |
--- label: 'Help topic not top level or related to top level' --- <p>{% trans %}Body goes here{% endtrans %}</p> |
bad_help_topics.translated.html.twig | file | core/ |
--- label: 'Help topic with untranslated text' top_level: true --- <p>Body goes here</p> |
BaseFieldDefinition::createFromFieldStorageDefinition | function | core/ |
Creates a new field definition based upon a field storage definition. |
BaseFieldDefinition::getFieldStorageDefinition | function | core/ |
Returns the field storage definition. |
BaseFieldDefinition::getOptionsProvider | function | core/ |
Gets an options provider for the given field item property. |
BaseFieldDefinition::getUniqueStorageIdentifier | function | core/ |
Returns a unique identifier for the field storage. |
BaseFieldDefinition::hasCustomStorage | function | core/ |
Returns the storage behavior for this field. |
BaseFieldDefinition::isStorageRequired | function | core/ |
Returns whether the field storage is required. |
BaseFieldDefinition::setCustomStorage | function | core/ |
Sets the storage behavior for this field. |
BaseFieldDefinition::setStorageRequired | function | core/ |
Sets whether the field storage is required. |
BaseFieldDefinitionTest::testCustomStorage | function | core/ |
Tests custom storage. |
BaseFieldDefinitionTest::testFieldStorageRequired | function | core/ |
Tests storage required. |
BaseFieldOverride::getFieldStorageDefinition | function | core/ |
Returns the field storage definition. |
BaseFieldOverrideStorage | class | core/ |
Storage class for base field overrides. |
BaseFieldOverrideStorage.php | file | core/ |
|
BaseFieldOverrideStorage::createInstance | function | core/ |
Instantiates a new instance of this entity handler. |
BaseFieldOverrideStorage::__construct | function | core/ |
Constructs a BaseFieldOverrideStorage object. |
BasicAuth::$configFactory | property | core/ |
The config factory. |
BasicAuthResourceTestTrait::getAuthenticationRequestOptions | function | core/ |
|
batch.storage | service | core/ |
Drupal\Core\Batch\BatchStorage |
BatchBuilder::toArray | function | core/ |
Converts a \Drupal\Core\Batch\Batch object into an array. |
BatchNegotiator | class | core/ |
Sets the active theme for the batch page. |
BatchNegotiator.php | file | core/ |
|
BatchNegotiator::$batchStorage | property | core/ |
The batch storage. |
BatchNegotiator::$requestStack | property | core/ |
The request stack. |
BatchNegotiator::applies | function | core/ |
Whether this theme negotiator should be used to set the theme. |
BatchNegotiator::determineActiveTheme | function | core/ |
Determine the active theme for the request. |
BatchNegotiator::__construct | function | core/ |
Constructs a BatchNegotiator. |
BatchStorage | class | core/ |
Provides a proxy class for \Drupal\Core\Batch\BatchStorage. |
BatchStorage | class | core/ |
Pagination
- Previous page
- Page 13
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.